Skip to content

Instantly share code, notes, and snippets.

@arandilopez
Created February 21, 2016 16:29
Show Gist options
  • Save arandilopez/26822b2ad204a911c867 to your computer and use it in GitHub Desktop.
Save arandilopez/26822b2ad204a911c867 to your computer and use it in GitHub Desktop.
Bundler could not find compatible versions for gem "jquery-rails":
In snapshot (Gemfile.lock):
jquery-rails (= 4.1.0)
In Gemfile:
adminpanel (>= 0) ruby depends on
jquery-rails (= 3.0.4) ruby
jquery-rails (>= 0) ruby
Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
Bundler could not find compatible versions for gem "rails":
In snapshot (Gemfile.lock):
rails (= 4.2.4)
In Gemfile:
adminpanel (>= 0) ruby depends on
rails (<= 4.1.4, >= 4.0.0) ruby
rails (= 4.2.4) ruby
Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment