Skip to content

Commit

Permalink
Fix sprockets version to fix compass-rails issues
Browse files Browse the repository at this point in the history
This fixes the "wrong number of arguments" error from latest compass-rails 2.0.1 used together with sprockets 2.12.3.

See: Compass/compass-rails#195
  • Loading branch information
Thomas von Deyen committed Dec 18, 2014
1 parent 0305e06 commit 687ba09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions alchemy_cms.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'coffee-rails', '~> 4.0.0'
gem.add_runtime_dependency 'compass-rails', '>= 1.1.2'
gem.add_runtime_dependency 'sassy-buttons', '~> 0.2.6'
gem.add_runtime_dependency 'sprockets', '~> 2.11.3'

This comment has been minimized.

Copy link
@twmulloy

twmulloy Dec 21, 2014

can sprockets be bumped to ~> 2.12.3? rails 4.1.8 + spree 2.4.2 use sprockets 2.12.3 and the 2.11.3 dependency in alchemy_cms clashes.

This comment has been minimized.

Copy link
@tvdeyen

tvdeyen via email Dec 22, 2014

Member
gem.add_runtime_dependency 'select2-rails', '>= 3.5.9.1', '< 4.0'
gem.add_runtime_dependency 'tvdeyen-handles_sortable_columns', '~> 0.1.5'
gem.add_runtime_dependency 'spinner.rb'
Expand Down

0 comments on commit 687ba09

Please sign in to comment.