diff --git a/Gemfile b/Gemfile index e9ea1accd59c..ee1516ac2e74 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ group :development, :test do gem "nifty-generators" end -gem 'json' +gem 'json', '~> 2.0' gem 'haml' gem 'haml-rails' gem 'therubyracer' diff --git a/Gemfile.lock b/Gemfile.lock index 634c68d4347e..b6589ac892c8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -85,7 +85,7 @@ GEM jquery-rails (3.1.4) railties (>= 3.0, < 5.0) thor (>= 0.14, < 2.0) - json (1.8.3) + json (2.0.2) kgio (2.11.0) libv8 (3.16.14.17) linecache (1.3.1) @@ -106,9 +106,9 @@ GEM omniauth-openid (1.0.1) omniauth (~> 1.0) rack-openid (~> 1.3.1) - omniauth-twitter (1.2.1) - json (~> 1.3) - omniauth-oauth (~> 1.1) + omniauth-twitter (1.1.0) + multi_json (~> 1.3) + omniauth-oauth (~> 1.0) orm_adapter (0.5.0) pg (0.19.0) polyglot (0.3.5) @@ -146,8 +146,7 @@ GEM thor (>= 0.14.6, < 2.0) raindrops (0.17.0) rake (12.0.0) - rdoc (3.12.2) - json (~> 1.4) + rdoc (3.9.5) ref (2.0.0) responders (1.1.2) railties (>= 3.2, < 4.2) @@ -202,7 +201,7 @@ DEPENDENCIES haml-rails high_voltage (~> 2.1.0) jquery-rails - json + json (~> 2.0) modernizr-rails! nifty-generators omniauth @@ -221,4 +220,4 @@ DEPENDENCIES unicorn BUNDLED WITH - 1.13.6 + 1.13.7