I'm setting up a new project and it seems that Bootflat Rails isn't compatible here. Seems bootstrap-rails is dependent on jquery-rails ~3.1, which depends on railties < 5.0 (which won't work for rails 5.
When running bundle install, I'm getting the following error:
Bundler could not find compatible versions for gem "railties":
In Gemfile:
jquery-rails (~> 3.1) was resolved to 3.1.0, which depends on
railties (< 5.0, >= 3.0)
rails (~> 5.0.1) was resolved to 5.0.1, which depends on
railties (= 5.0.1)
Hi,
I'm setting up a new project and it seems that Bootflat Rails isn't compatible here. Seems bootstrap-rails is dependent on jquery-rails ~3.1, which depends on railties < 5.0 (which won't work for rails 5.
When running
bundle install
, I'm getting the following error:My Gemfile is as follows:
Googling hasn't found anyone that resolved it...anyone managed to work around it?
Thanks, Dan