Skip to content

Commit adc764d

Browse files
authored
Add missing deps to Gemfile (#1797)
1 parent 3eb8caf commit adc764d

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Gemfile

+3
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ source 'https://rubygems.org'
33
gem 'github-pages'
44
gem 'json', '>= 2.0.0'
55
gem 'webrick', '>= 1.8'
6+
gem 'csv', '~> 3.3'
7+
gem 'base64', '~> 0.2.0'
8+
gem 'bigdecimal', '~> 3.1'

Gemfile.lock

+6
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,16 @@ GEM
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

258261
DEPENDENCIES
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)

0 commit comments

Comments
 (0)