Skip to content

Commit

Permalink
Upgrade json gem to 2.1.0 (latest version)
Browse files Browse the repository at this point in the history
There is no reason to stick with the old 1.8.* versions.
  • Loading branch information
bandesz committed May 23, 2018
1 parent 4411594 commit b66808d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ gem 'should_not', '~> 1.1'

gem 'rake', '~> 10.4.2'

gem 'json', '= 1.8.6'
gem 'json', '~> 2.1.0'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GEM
excon (>= 0.38.0)
json
excon (0.54.0)
json (1.8.6)
json (2.1.0)
multi_json (1.11.2)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
Expand Down Expand Up @@ -47,7 +47,7 @@ PLATFORMS

DEPENDENCIES
docker-api (~> 1.32)
json (= 1.8.6)
json (~> 2.1.0)
rake (~> 10.4.2)
serverspec (~> 2.19)
should_not (~> 1.1)
Expand Down

0 comments on commit b66808d

Please sign in to comment.