Skip to content

Commit

Permalink
Fix open-ended dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
guilleiguaran committed Mar 27, 2019
1 parent ebe9ef7 commit ff54c20
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 @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.description = %q{Sass adapter for the Rails asset pipeline.}
s.license = %q{MIT}

s.add_dependency 'sassc-rails', '>= 2.1.0'
s.add_dependency 'sassc-rails', '~> 2.1', '>= 2.1.0'

s.files = Dir["MIT-LICENSE", "README.md", "lib/**/*"]
s.require_paths = ["lib"]
Expand Down

0 comments on commit ff54c20

Please sign in to comment.