Make this buildable on Debian Jessie.
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=764899 and https://github.com/rmagick/rmagick/issues/130
This commit is contained in:
parent
b1df2476b4
commit
6cc15c8f33
2
Gemfile
2
Gemfile
|
@ -26,7 +26,7 @@ gem 'phony_rails'
|
||||||
|
|
||||||
# Picture uploads
|
# Picture uploads
|
||||||
gem 'carrierwave'
|
gem 'carrierwave'
|
||||||
gem 'rmagick'
|
gem 'rmagick', github: "gemhome/rmagick"
|
||||||
|
|
||||||
gem 'puma', group: :production
|
gem 'puma', group: :production
|
||||||
|
|
||||||
|
|
12
Gemfile.lock
12
Gemfile.lock
|
@ -1,3 +1,9 @@
|
||||||
|
GIT
|
||||||
|
remote: git://github.com/gemhome/rmagick.git
|
||||||
|
revision: 37b268c8a5911ae2bc0be34cd01dbf3321669b73
|
||||||
|
specs:
|
||||||
|
rmagick (2.15.4)
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/jetthoughts/yaml_db.git
|
remote: git://github.com/jetthoughts/yaml_db.git
|
||||||
revision: fb4b6bd7e12de3cffa93e0a298a1e5253d7e92ba
|
revision: fb4b6bd7e12de3cffa93e0a298a1e5253d7e92ba
|
||||||
|
@ -250,7 +256,6 @@ GEM
|
||||||
ref (2.0.0)
|
ref (2.0.0)
|
||||||
responders (2.1.0)
|
responders (2.1.0)
|
||||||
railties (>= 4.2.0, < 5)
|
railties (>= 4.2.0, < 5)
|
||||||
rmagick (2.15.3)
|
|
||||||
rspec (3.3.0)
|
rspec (3.3.0)
|
||||||
rspec-core (~> 3.3.0)
|
rspec-core (~> 3.3.0)
|
||||||
rspec-expectations (~> 3.3.0)
|
rspec-expectations (~> 3.3.0)
|
||||||
|
@ -373,7 +378,7 @@ DEPENDENCIES
|
||||||
rails-erd
|
rails-erd
|
||||||
rails-i18n
|
rails-i18n
|
||||||
raphael-rails
|
raphael-rails
|
||||||
rmagick
|
rmagick!
|
||||||
rspec-rails
|
rspec-rails
|
||||||
sass-rails
|
sass-rails
|
||||||
simple_form
|
simple_form
|
||||||
|
@ -385,6 +390,3 @@ DEPENDENCIES
|
||||||
therubyracer
|
therubyracer
|
||||||
uglifier
|
uglifier
|
||||||
yaml_db!
|
yaml_db!
|
||||||
|
|
||||||
BUNDLED WITH
|
|
||||||
1.10.5
|
|
||||||
|
|
Loading…
Reference in New Issue