From b63cc2bd147aaebe94e08ae7329ee37956d4ff5a Mon Sep 17 00:00:00 2001 From: Wojciech Todryk Date: Tue, 12 Feb 2013 20:06:43 +0100 Subject: [PATCH] deps update --- Gemfile | 4 ++-- Gemfile.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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