Skip to content

Commit

Permalink
Downgrade to cocaine 0.3.2 as 0.4.0 breaks imagemagick.
Browse files Browse the repository at this point in the history
Breakage demonstrated here: https://travis-ci.org/#!/spree/spree/jobs/2689309

This is related to thoughtbot/cocaine#28.

Conflicts:

	core/spree_core.gemspec
  • Loading branch information
radar committed Oct 7, 2012
1 parent 68e673e commit bcea5d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/spree_core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ Gem::Specification.new do |s|
s.add_dependency 'kaminari', '0.13.0'
s.add_dependency 'deface', '>= 0.9.0'
s.add_dependency 'stringex', '~> 1.3.2'
s.add_dependency 'cocaine', "<= 0.3.2"
end

0 comments on commit bcea5d0

Please sign in to comment.