Bump json

json 1.8.3 was incompatible with ruby 2.4.0

closes #7285
This commit is contained in:
Steffen van Bergerem 2017-01-18 21:30:03 +01:00 committed by Benjamin Neff
parent 451e6087be
commit 8f95e973b2
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ gem "diaspora_federation-rails", "0.1.7"
# API and JSON # API and JSON
gem "acts_as_api", "0.4.3" gem "acts_as_api", "0.4.3"
gem "json", "1.8.3" gem "json", "1.8.6"
gem "json-schema", "2.7.0" gem "json-schema", "2.7.0"
# Authentication # Authentication

View file

@ -449,7 +449,7 @@ GEM
sprockets-rails sprockets-rails
js_image_paths (0.1.0) js_image_paths (0.1.0)
rails (~> 4.0) rails (~> 4.0)
json (1.8.3) json (1.8.6)
json-jwt (1.6.3) json-jwt (1.6.3)
activesupport activesupport
bindata bindata
@ -954,7 +954,7 @@ DEPENDENCIES
jquery-ui-rails (= 5.0.5) jquery-ui-rails (= 5.0.5)
js-routes (= 1.2.9) js-routes (= 1.2.9)
js_image_paths (= 0.1.0) js_image_paths (= 0.1.0)
json (= 1.8.3) json (= 1.8.6)
json-schema (= 2.7.0) json-schema (= 2.7.0)
json_spec (= 1.1.4) json_spec (= 1.1.4)
leaflet-rails (= 0.7.7) leaflet-rails (= 0.7.7)