Skip to content

Commit

Permalink
Merge pull request #343 from Andreis13/master
Browse files Browse the repository at this point in the history
Allow beta versions in gemspec.
  • Loading branch information
rafaelfranca committed Aug 15, 2015
2 parents 7f4240e + 08cca3d commit 805cb17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass-rails.gemspec
Original file line number Diff line number Diff line change
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 805cb17

Please sign in to comment.