Skip to content

Commit

Permalink
Only upgrade json gem (Ruby 2.0 - 2.4 compatiblity)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysbaddaden committed Apr 7, 2017
1 parent 4d0929e commit 9c4b516
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
Expand Up @@ -2,5 +2,6 @@ source "https://rubygems.org"

gem "fpm"
gem "minitest"
gem "rack"
gem "puma"
gem "rake"
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GEM
clamp (~> 0.6)
ffi
json (>= 1.7.7)
json (1.8.2)
json (2.0.3)
minitest (5.5.1)
puma (2.11.0)
rack (>= 1.1, < 2.0)
Expand All @@ -31,7 +31,8 @@ DEPENDENCIES
fpm
minitest
puma
rack
rake

BUNDLED WITH
1.10.3
1.10.6

0 comments on commit 9c4b516

Please sign in to comment.