drop rmagick, fixes #4594
This breaks the screenshot tool. RMagick no longer compiles on recent ImageMagicks that have HDRI support enabled.
This commit is contained in:
parent
5a60cb72bf
commit
02ed7144a0
2 changed files with 0 additions and 6 deletions
4
Gemfile
4
Gemfile
|
|
@ -168,10 +168,6 @@ group :production do # we don't install these on travis to speed up test runs
|
||||||
end
|
end
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
# Comparison images
|
|
||||||
|
|
||||||
gem 'rmagick', '2.13.2', :require => false
|
|
||||||
|
|
||||||
# Automatic test runs
|
# Automatic test runs
|
||||||
gem 'guard-cucumber', '1.4.1'
|
gem 'guard-cucumber', '1.4.1'
|
||||||
gem 'guard-rspec', '4.2.4'
|
gem 'guard-rspec', '4.2.4'
|
||||||
|
|
|
||||||
|
|
@ -350,7 +350,6 @@ GEM
|
||||||
redis-namespace (1.4.1)
|
redis-namespace (1.4.1)
|
||||||
redis (~> 3.0.4)
|
redis (~> 3.0.4)
|
||||||
remotipart (1.2.1)
|
remotipart (1.2.1)
|
||||||
rmagick (2.13.2)
|
|
||||||
roxml (3.1.6)
|
roxml (3.1.6)
|
||||||
activesupport (>= 2.3.0)
|
activesupport (>= 2.3.0)
|
||||||
nokogiri (>= 1.3.3)
|
nokogiri (>= 1.3.3)
|
||||||
|
|
@ -514,7 +513,6 @@ DEPENDENCIES
|
||||||
rb-inotify (= 0.9.3)
|
rb-inotify (= 0.9.3)
|
||||||
redcarpet (= 3.0.0)
|
redcarpet (= 3.0.0)
|
||||||
remotipart (= 1.2.1)
|
remotipart (= 1.2.1)
|
||||||
rmagick (= 2.13.2)
|
|
||||||
roxml (= 3.1.6)
|
roxml (= 3.1.6)
|
||||||
rspec-instafail (= 0.2.4)
|
rspec-instafail (= 0.2.4)
|
||||||
rspec-rails (= 2.14.1)
|
rspec-rails (= 2.14.1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue