Skip to content

Commit

Permalink
Remove lower version limit for sprockets-rails.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreis13 committed Aug 15, 2015
1 parent 7f4240e commit 08cca3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass-rails.gemspec
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|

s.add_dependency 'railties', '>= 4.0.0', '< 5.0'
s.add_dependency 'sass', '~> 3.3'
s.add_dependency 'sprockets-rails', '>= 3.0', '< 4.0'
s.add_dependency 'sprockets-rails', '< 4.0'
s.add_dependency 'sprockets', '>= 4.0'

s.add_development_dependency 'sqlite3'
Expand Down

0 comments on commit 08cca3d

Please sign in to comment.