【发布时间】:2018-03-16 11:25:47
【问题描述】:
https://github.com/seyhunak/twitter-bootstrap-rails 说: 用于 Rails 5 和 Rails 4 资产管道
的 Twitter Bootstrap但捆绑安装后我看到了这个:
Bundler could not find compatible versions for gem "actionpack":
In Gemfile:
rails (= 4.1.7) was resolved to 4.1.7, which depends on
actionpack (= 4.1.7)
twitter-bootstrap-rails (~> 4.0.0) was resolved to 4.0.0, which depends on
actionpack (>= 5.0.1, ~> 5.0)
是否可以让 twitter-bootstrap-rails 4.0.0 与 Rails 4.1.7 一起使用?
【问题讨论】:
标签: ruby-on-rails twitter-bootstrap-rails