Constrain JSON to < 2.0 so we can test on ruby 1.9

This commit is contained in:
John Keiser
2016-07-20 08:40:16 -07:00
committed by Petr Korolev
parent c0c8bb5653
commit 4969108eca
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -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