File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 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'
33gem 'github-pages'
44gem 'json' , '>= 2.0.0'
55gem '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 88 tzinfo (~> 2.0 )
99 addressable (2.8.1 )
1010 public_suffix (>= 2.0.2 , < 6.0 )
11+ base64 (0.2.0 )
12+ bigdecimal (3.1.9 )
1113 coffee-script (2.4.1 )
1214 coffee-script-source
1315 execjs
1416 coffee-script-source (1.11.1 )
1517 colorator (1.1.0 )
1618 commonmarker (0.23.10 )
1719 concurrent-ruby (1.2.2 )
20+ csv (3.3.3 )
1821 dnsruby (1.61.9 )
1922 simpleidn (~> 0.1 )
2023 em-websocket (0.5.3 )
@@ -256,6 +259,9 @@ PLATFORMS
256259 ruby
257260
258261DEPENDENCIES
262+ base64 (~> 0.2.0 )
263+ bigdecimal (~> 3.1 )
264+ csv (~> 3.3 )
259265 github-pages
260266 json (>= 2.0.0 )
261267 webrick (>= 1.8 )
You can’t perform that action at this time.
0 commit comments