twitter-bootstrap-rails icon indicating copy to clipboard operation
twitter-bootstrap-rails copied to clipboard

Rails 6.0 support?

Open cgriego opened this issue 5 years ago • 1 comments

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

cgriego avatar Apr 28 '19 00:04 cgriego

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

andreobrown avatar Feb 17 '20 21:02 andreobrown