diff --git a/Gemfile b/Gemfile index 9522f03..31e4d9d 100755 --- a/Gemfile +++ b/Gemfile @@ -1,13 +1,13 @@ source 'https://rubygems.org' -gem 'rails', '>= 3.2.9' +gem 'rails', '>= 3.2.11' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' gem 'mysql2' -gem 'json' +gem 'json', '>= 1.7.6' # Gems used only for assets and not required # in production environments by default. diff --git a/Gemfile.lock b/Gemfile.lock index 1567902..ed43337 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -116,9 +116,9 @@ DEPENDENCIES ezcrypto haml jquery-rails - json + json (>= 1.7.6) mysql2 - rails (>= 3.2.9) + rails (>= 3.2.11) sass sass-rails uglifier