Skip to content

Commit

Permalink
Constrain JSON to < 2.0 so we can test on ruby 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeiser authored and skywinder committed Jul 21, 2016
1 parent c0c8bb5 commit 4969108
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ group :test do
gem "coveralls", "~>0.8", require: false
gem "simplecov", "~>0.10", require: false
gem "codeclimate-test-reporter", "~>0.4"
# JSON 2.0.1 is ruby 2.0+
gem "json", "< 2.0"
end
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ GEM
oauth2 (~> 1.0.0)
hashie (3.4.4)
iniparse (1.4.2)
json (2.0.1)
json (1.8.3)
jwt (1.5.4)
multi_json (1.12.1)
multi_xml (0.5.5)
Expand Down Expand Up @@ -97,6 +97,7 @@ DEPENDENCIES
codeclimate-test-reporter (~> 0.4)
coveralls (~> 0.8)
github_changelog_generator!
json (< 2.0)
overcommit
rake
rspec (>= 3.2)
Expand Down

0 comments on commit 4969108

Please sign in to comment.