twitter-bootstrap-rails
twitter-bootstrap-rails copied to clipboard
Rails 6.0 support?
The gemspec limits actionpack
to ~> 5.0
so the gem won't install with Rails 6.0 RC1.
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