You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bundler could not find compatible versions for gem "simple_form":
In Gemfile:
rails_bootstrap_helper (>= 0) ruby depends on
simple_form (~> 2.0.2) ruby
simple_form (1.4.1)
Where is the problem coming from? simple_form version locked in the gem? my setup?
I also get (rails 4 app)
Bundler could not find compatible versions for gem "railties":
In Gemfile:
rails_bootstrap_helper (>= 0) ruby depends on
railties (~> 3.0) ruby
sass-rails (~> 4.0.0) ruby depends on
railties (4.0.0)
The text was updated successfully, but these errors were encountered:
gem -v simple_form
=> 2.0.6
When I bundle I get
Where is the problem coming from? simple_form version locked in the gem? my setup?
I also get (rails 4 app)
The text was updated successfully, but these errors were encountered: