We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a1561 commit 9f31e4bCopy full SHA for 9f31e4b
docs/Gemfile
@@ -37,3 +37,7 @@ gem 'jekyll-redirect-from'
37
gem 'kramdown', '>= 2.3.0'
38
39
gem 'webrick', '~> 1.7'
40
+
41
+gem 'csv'
42
+gem 'base64'
43
+gem 'bigdecimal'
docs/Gemfile.lock
@@ -3,8 +3,11 @@ GEM
3
specs:
4
addressable (2.8.6)
5
public_suffix (>= 2.0.2, < 6.0)
6
+ base64 (0.2.0)
7
+ bigdecimal (3.1.9)
8
colorator (1.1.0)
9
concurrent-ruby (1.2.3)
10
+ csv (3.3.2)
11
em-websocket (0.5.3)
12
eventmachine (>= 0.12.9)
13
http_parser.rb (~> 0)
@@ -76,6 +79,9 @@ PLATFORMS
76
79
ruby
77
80
78
81
DEPENDENCIES
82
+ base64
83
+ bigdecimal
84
+ csv
85
jekyll (~> 4.3.3)
86
jekyll-feed (~> 0.17)
87
jekyll-redirect-from
0 commit comments