diff --git a/Gemfile b/Gemfile index 2b8f094..8e7c6c2 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'rspec', '2.14.1' gem 'cucumber', '1.3.10' gem 'rack-test', '0.6.2' gem 'capybara', '1.0.0' -gem 'json', '1.8.1' +gem 'json', '2.3.0' gem 'mime-types', '2.6.2' diff --git a/Gemfile.lock b/Gemfile.lock index 4a3bfa9..aaa7ab5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -28,7 +28,7 @@ GEM httparty (0.11.0) multi_json (~> 1.0) multi_xml (>= 0.5.2) - json (1.8.1) + json (2.3.0) json_pure (1.8.3) macaddr (1.7.1) systemu (~> 2.6.2) @@ -81,7 +81,7 @@ DEPENDENCIES eventmachine (= 1.0.3) haml (= 4.0.5) httparty (= 0.11.0) - json (= 1.8.1) + json (= 2.3.0) json_pure (= 1.8.3) mime-types (= 2.6.2) rack-test (= 0.6.2)