Skip to content

Commit

Permalink
Merge pull request #2820 from paullaz/master
Browse files Browse the repository at this point in the history
bump sass-rails dependency to >=4.0, <5.1 for Foundation 5.5+ compat
  • Loading branch information
simi committed Dec 27, 2014
2 parents f453944 + 8bfd3be commit cb4903a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/refinerycms-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |s|
s.add_dependency 'actionpack', rails_version
s.add_dependency 'truncate_html', '~> 0.9'
s.add_dependency 'will_paginate', '~> 3.0.2'
s.add_dependency 'sass-rails', '~> 4.0.0'
s.add_dependency 'sass-rails', '>= 4.0', '< 5.1'
s.add_dependency 'coffee-rails', '~> 4.0.0'
s.add_dependency 'jquery-rails', '>= 2.3.0'
s.add_dependency 'jquery-ui-rails', '~> 5.0.0'
Expand Down

0 comments on commit cb4903a

Please sign in to comment.