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 1k forks source link

Rails 6.0 support? #933

Open cgriego opened 5 years ago

cgriego commented 5 years ago

The gemspec limits actionpack to ~> 5.0 so the gem won't install with Rails 6.0 RC1.

andreobrown commented 4 years ago

For anyone else trying to use this on Rails 6.0, use the following entry in your Gemfile:

gem 'twitter-bootstrap-rails', :git => 'git://github.com/seyhunak/twitter-bootstrap-rails.git'

Also see: #937