Skip to content

Commit

Permalink
upgarde the json gem from 1.8.3 to 1.8.6 to get ruby >=2.4 support
Browse files Browse the repository at this point in the history
Version 1.8.3 of the json gem isn't compatable with ruby 2.4 and later.
see: ruby/json#303

Specifically require the json gem to ensure we fetch a compatible
version.
  • Loading branch information
phallstrom committed Oct 1, 2018
1 parent bebdc64 commit 5d6ae00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
source "https://rubygems.org"

group :test do
gem "json", "~> 1.8.6"
gem "codecov"
gem "rake"
gem "rspec"
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GEM
url
diff-lcs (1.3)
docile (1.1.5)
json (1.8.3)
json (1.8.6)
rake (10.4.2)
rspec (3.7.0)
rspec-core (~> 3.7.0)
Expand Down Expand Up @@ -35,10 +35,11 @@ PLATFORMS

DEPENDENCIES
codecov
json (~> 1.8.6)
rake
rspec
simplecov
unindent

BUNDLED WITH
1.16.1
1.16.5

0 comments on commit 5d6ae00

Please sign in to comment.