bump and lock down rmagick
This commit is contained in:
parent
5a5d891a09
commit
1b73817a5e
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -168,5 +168,5 @@ group :development do
|
||||||
gem 'capistrano', '2.12.0', :require => false
|
gem 'capistrano', '2.12.0', :require => false
|
||||||
gem 'capistrano_colors', '0.5.5', :require => false
|
gem 'capistrano_colors', '0.5.5', :require => false
|
||||||
|
|
||||||
gem 'rmagick', :require => false
|
gem 'rmagick', '2.13.2', :require => false
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -329,7 +329,7 @@ GEM
|
||||||
vegas (~> 0.1.2)
|
vegas (~> 0.1.2)
|
||||||
resque-timeout (1.0.0)
|
resque-timeout (1.0.0)
|
||||||
resque (~> 1.0)
|
resque (~> 1.0)
|
||||||
rmagick (2.13.1)
|
rmagick (2.13.2)
|
||||||
rspec (2.12.0)
|
rspec (2.12.0)
|
||||||
rspec-core (~> 2.12.0)
|
rspec-core (~> 2.12.0)
|
||||||
rspec-expectations (~> 2.12.0)
|
rspec-expectations (~> 2.12.0)
|
||||||
|
|
@ -470,7 +470,7 @@ DEPENDENCIES
|
||||||
remotipart (= 1.0.2)
|
remotipart (= 1.0.2)
|
||||||
resque (= 1.23.0)
|
resque (= 1.23.0)
|
||||||
resque-timeout (= 1.0.0)
|
resque-timeout (= 1.0.0)
|
||||||
rmagick
|
rmagick (= 2.13.2)
|
||||||
roxml!
|
roxml!
|
||||||
rspec-instafail (= 0.2.4)
|
rspec-instafail (= 0.2.4)
|
||||||
rspec-rails (= 2.12.2)
|
rspec-rails (= 2.12.2)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue