From 02ed7144a00007daab6a8e90a87687a03d40f0fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Fri, 4 Apr 2014 20:41:37 +0200 Subject: [PATCH] drop rmagick, fixes #4594 This breaks the screenshot tool. RMagick no longer compiles on recent ImageMagicks that have HDRI support enabled. --- Gemfile | 4 ---- Gemfile.lock | 2 -- 2 files changed, 6 deletions(-) diff --git a/Gemfile b/Gemfile index 219dc2532..a375a0cb1 100644 --- a/Gemfile +++ b/Gemfile @@ -168,10 +168,6 @@ group :production do # we don't install these on travis to speed up test runs end group :development do - # Comparison images - - gem 'rmagick', '2.13.2', :require => false - # Automatic test runs gem 'guard-cucumber', '1.4.1' gem 'guard-rspec', '4.2.4' diff --git a/Gemfile.lock b/Gemfile.lock index b6c729d42..240a15f81 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -350,7 +350,6 @@ GEM redis-namespace (1.4.1) redis (~> 3.0.4) remotipart (1.2.1) - rmagick (2.13.2) roxml (3.1.6) activesupport (>= 2.3.0) nokogiri (>= 1.3.3) @@ -514,7 +513,6 @@ DEPENDENCIES rb-inotify (= 0.9.3) redcarpet (= 3.0.0) remotipart (= 1.2.1) - rmagick (= 2.13.2) roxml (= 3.1.6) rspec-instafail (= 0.2.4) rspec-rails (= 2.14.1)