Browse Source

CLDC-NONE: Update docs gemfile

deprecation warning, these dependencies won't be included in default ruby in future
CLDC-NONE-update-local-development-docs
samyou-softwire 2 days ago
parent
commit
4cfd42575b
  1. 5
      docs/Gemfile
  2. 6
      docs/Gemfile.lock

5
docs/Gemfile

@ -7,3 +7,8 @@ end
group :development do
gem "webrick"
end
# used to be in standard library
gem "csv"
gem "base64"
gem "bigdecimal"

6
docs/Gemfile.lock

@ -8,6 +8,8 @@ GEM
tzinfo (~> 2.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.3.0)
bigdecimal (4.0.1)
coffee-script (2.4.1)
coffee-script-source
execjs
@ -15,6 +17,7 @@ GEM
colorator (1.1.0)
commonmarker (0.23.10)
concurrent-ruby (1.2.2)
csv (3.3.5)
dnsruby (1.61.9)
simpleidn (~> 0.1)
em-websocket (0.5.3)
@ -266,6 +269,9 @@ PLATFORMS
x86_64-linux
DEPENDENCIES
base64
bigdecimal
csv
github-pages
webrick

Loading…
Cancel
Save