File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,6 @@ source 'https://rubygems.org'
3
3
gem 'github-pages'
4
4
gem 'json' , '>= 2.0.0'
5
5
gem 'webrick' , '>= 1.8'
6
+ gem 'csv' , '~> 3.3'
7
+ gem 'base64' , '~> 0.2.0'
8
+ gem 'bigdecimal' , '~> 3.1'
Original file line number Diff line number Diff line change 8
8
tzinfo (~> 2.0 )
9
9
addressable (2.8.1 )
10
10
public_suffix (>= 2.0.2 , < 6.0 )
11
+ base64 (0.2.0 )
12
+ bigdecimal (3.1.9 )
11
13
coffee-script (2.4.1 )
12
14
coffee-script-source
13
15
execjs
14
16
coffee-script-source (1.11.1 )
15
17
colorator (1.1.0 )
16
18
commonmarker (0.23.10 )
17
19
concurrent-ruby (1.2.2 )
20
+ csv (3.3.3 )
18
21
dnsruby (1.61.9 )
19
22
simpleidn (~> 0.1 )
20
23
em-websocket (0.5.3 )
@@ -256,6 +259,9 @@ PLATFORMS
256
259
ruby
257
260
258
261
DEPENDENCIES
262
+ base64 (~> 0.2.0 )
263
+ bigdecimal (~> 3.1 )
264
+ csv (~> 3.3 )
259
265
github-pages
260
266
json (>= 2.0.0 )
261
267
webrick (>= 1.8 )
You can’t perform that action at this time.
0 commit comments