Skip to content

Commit

Permalink
Merge pull request twbs#18 from bkerley/master
Browse files Browse the repository at this point in the history
back off sass-rails specificity
  • Loading branch information
Thomas McDonald committed Dec 23, 2011
2 parents 47187a2 + 5c14bb4 commit e0ef338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap-sass.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.summary = "Twitter's Bootstrap, converted to SASS and ready to drop into Rails"
s.homepage = "http://github.com/thomas-mcdonald/bootstrap-sass"

s.add_dependency 'sass-rails', '~> 3.1.0'
s.add_dependency 'sass-rails', '~> 3.1'

s.files = Dir["vendor/**/*.css.scss"] + Dir["vendor/**/*.js"] + ["README.md", "LICENSE", "lib/bootstrap-sass.rb"]
end
Expand Down

0 comments on commit e0ef338

Please sign in to comment.