From 1b73817a5e1a0ec773e0b06f618b82cd538bd9b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 4 Feb 2013 00:39:41 +0100 Subject: [PATCH] bump and lock down rmagick --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7a4c2e48d..2a79a595d 100644 --- a/Gemfile +++ b/Gemfile @@ -168,5 +168,5 @@ group :development do gem 'capistrano', '2.12.0', :require => false gem 'capistrano_colors', '0.5.5', :require => false - gem 'rmagick', :require => false + gem 'rmagick', '2.13.2', :require => false end diff --git a/Gemfile.lock b/Gemfile.lock index c1a8537e3..396c30e27 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -329,7 +329,7 @@ GEM vegas (~> 0.1.2) resque-timeout (1.0.0) resque (~> 1.0) - rmagick (2.13.1) + rmagick (2.13.2) rspec (2.12.0) rspec-core (~> 2.12.0) rspec-expectations (~> 2.12.0) @@ -470,7 +470,7 @@ DEPENDENCIES remotipart (= 1.0.2) resque (= 1.23.0) resque-timeout (= 1.0.0) - rmagick + rmagick (= 2.13.2) roxml! rspec-instafail (= 0.2.4) rspec-rails (= 2.12.2)