seyhunak / twitter-bootstrap-rails

Twitter Bootstrap for Rails 6.0, Rails 5 - Rails 4.x Asset Pipeline
https://github.com/seyhunak/twitter-bootstrap-rails
4.5k stars 998 forks source link

Version 3.2.1 of gem will not install with Rails 4 #832

Closed turnerking closed 9 years ago

turnerking commented 9 years ago

With this commit 704ff4cc3a64c3579e2bafc412fa83da637fb122 and switching all the dependencies to be ~>3.1 instead >=3.1, this effectively dropped support for Rails 4 from this version.

Fetching gem metadata from https://rubygems.org/........
Fetching additional metadata from https://rubygems.org/..
Resolving dependencies...
Bundler could not find compatible versions for gem "railties":
  In Gemfile:
    twitter-bootstrap-rails (= 3.2.1) ruby depends on
      railties (~> 3.1) ruby

    meta_request (= 0.2.8) ruby depends on
      railties (4.1.1)
seyhunak commented 9 years ago

@turnerking fixed typo in master. thanks.

toadkicker commented 9 years ago

@seyhunak Considerer yanking 3.2.1 from rubygems please. People would be downloading a broken version now.