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
Fetching gem metadata from https://rubygems.org/...........Fetching gem metadata from https://rubygems.org/..Resolving dependencies...
Bundler could not find compatible versions for gem "bundler":
In Gemfile:
rails (= 4.0.3) was resolved to 4.0.3, which depends on
bundler (< 2.0, >= 1.3.0)
Current Bundler version:
bundler (2.0.1)
This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running gem install bundler?
Could not find gem 'bundler (< 2.0, >= 1.3.0)', which is required by gem 'rails
(= 4.0.3)', in any of the sources.
Bundler could not find compatible versions for gem "coffee-rails":
In Gemfile:
coffee-rails (~> 4.0.0)
turbolinks (= 2.2.1) was resolved to 2.2.1, which depends on
coffee-rails
Bundler could not find compatible versions for gem "turbolinks":
In Gemfile:
turbolinks (= 2.2.1)
jquery-turbolinks (= 2.0.2) was resolved to 2.0.2, which depends on
turbolinks
ERROR: Service 'fluxday-app' failed to build: The command '/bin/sh -c bundle install' returned a non-zero code: 6
The text was updated successfully, but these errors were encountered:
I hope this will help, as sudo type : gem uninstall bundler
it will ask you which version, but just to be safe uninstall all the versions...
next gem install bundler -v '1.17.3' --source https://rubygems.org/
And got myself working ^-^!
Fetching gem metadata from https://rubygems.org/...........Fetching gem metadata from https://rubygems.org/..Resolving dependencies...
Bundler could not find compatible versions for gem "bundler":
In Gemfile:
rails (= 4.0.3) was resolved to 4.0.3, which depends on
bundler (< 2.0, >= 1.3.0)
Current Bundler version:
bundler (2.0.1)
This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running
gem install bundler
?Could not find gem 'bundler (< 2.0, >= 1.3.0)', which is required by gem 'rails
(= 4.0.3)', in any of the sources.
Bundler could not find compatible versions for gem "coffee-rails":
In Gemfile:
coffee-rails (~> 4.0.0)
turbolinks (= 2.2.1) was resolved to 2.2.1, which depends on
coffee-rails
Bundler could not find compatible versions for gem "turbolinks":
In Gemfile:
turbolinks (= 2.2.1)
jquery-turbolinks (= 2.0.2) was resolved to 2.0.2, which depends on
turbolinks
ERROR: Service 'fluxday-app' failed to build: The command '/bin/sh -c bundle install' returned a non-zero code: 6
The text was updated successfully, but these errors were encountered: