diff --git a/Gemfile b/Gemfile index a8ee2a88e2c2ef3b297d4ad4d8f2f0096651cc3d..000b624e772f9e145c56cebfeb04d0e47a99e4ce 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem "diaspora_federation-rails", "0.1.4" gem "acts_as_api", "0.4.3" gem "json", "1.8.3" -gem "json-schema", "2.6.2" +gem "json-schema", "2.7.0" # Authentication @@ -167,7 +167,7 @@ gem "acts-as-taggable-on", "3.5.0" # URIs and HTTP -gem "addressable", "2.3.8", require: "addressable/uri" +gem "addressable", "2.4.0", require: "addressable/uri" gem "faraday", "0.9.2" gem "faraday_middleware", "0.10.0" gem "faraday-cookie_jar", "0.0.6" diff --git a/Gemfile.lock b/Gemfile.lock index fb79fb65ff12a8e49c62d231c8ccf27a0365e097..093111977b264f76aa9657522d1365833120b474 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -48,7 +48,7 @@ GEM activemodel (>= 3.0.0) activesupport (>= 3.0.0) rack (>= 1.1.0) - addressable (2.3.8) + addressable (2.4.0) arel (6.0.3) asset_sync (1.1.0) activemodel @@ -469,8 +469,8 @@ GEM multi_json (>= 1.3) securecompare url_safe_base64 - json-schema (2.6.2) - addressable (~> 2.3.8) + json-schema (2.7.0) + addressable (>= 2.4) json_spec (1.1.4) multi_json (~> 1.0) rspec (>= 2.0, < 4.0) @@ -920,7 +920,7 @@ DEPENDENCIES activerecord-import (= 0.15.0) acts-as-taggable-on (= 3.5.0) acts_as_api (= 0.4.3) - addressable (= 2.3.8) + addressable (= 2.4.0) asset_sync (= 1.1.0) autoprefixer-rails (= 6.5.1) backbone-on-rails (= 1.2.0.0) @@ -966,7 +966,7 @@ DEPENDENCIES js-routes (= 1.2.9) js_image_paths (= 0.1.0) json (= 1.8.3) - json-schema (= 2.6.2) + json-schema (= 2.7.0) json_spec (= 1.1.4) leaflet-rails (= 0.7.7) logging-rails (= 0.5.0)