Created
February 21, 2016 16:29
-
-
Save arandilopez/26822b2ad204a911c867 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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