Skip to content

Commit

Permalink
Update rails-sass dependency to be compatible with rails 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
greyblake committed Mar 29, 2015
1 parent b0019d2 commit 545781a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blogo.gemspec
Expand Up @@ -22,5 +22,5 @@ Gem::Specification.new do |s|
s.add_dependency "jquery-rails"
s.add_dependency 'coffee-rails'
s.add_dependency "bcrypt-ruby", "~> 3.0"
s.add_dependency "sass-rails" , "~> 4.0"
s.add_dependency "sass-rails" , ">= 4"
end

0 comments on commit 545781a

Please sign in to comment.