maxim / bootswatch-rails

Bootswatches converted to SCSS ready to use in Rails asset pipeline.
MIT License
489 stars 84 forks source link

Bugfix: use boostrap-sass "~> 2" #52

Closed andrewjanssen closed 10 years ago

andrewjanssen commented 10 years ago

Bugfix: bootswatch-rails' dependency on bootstrap-sass was not named in the gemspec. This omission is critical because bootswatch-rails no longer works with the head version of bootstrap-sass: it relies on at least one mixin (buttonBackground) which was removed between bootstrap-sass version 2 and 3.

amargautam commented 10 years ago

I am using bootswatch-rails in my project. Now that I have gem 'bootstrap-sass', '~> 3.0.3.0' in my Gemfile, I am facing this very problem. I don't see that this commit is yet released into the bootswatch-rails current gem v0.5.0

Is it possible to fix this locally until the changes you committed are released.