Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ziyadbasheer/02b8b9c4989c41fd41a671b852f19297 to your computer and use it in GitHub Desktop.
Save ziyadbasheer/02b8b9c4989c41fd41a671b852f19297 to your computer and use it in GitHub Desktop.
Ziyads-MacBook-Air:mattersource-app ziyadbasheer$ bundle install
Fetching https://github.com/rails/sass-rails.git
Fetching https://github.com/activerecord-hackery/ransack.git
Fetching gem metadata from http://rubygems.org/..........
Fetching gem metadata from http://rubygems.org/................
Fetching gem metadata from http://rubygems.org/................
Resolving dependencies....
Bundler could not find compatible versions for gem "actionpack":
In Gemfile:
rails (= 6.0.0.rc1) was resolved to 6.0.0.rc1, which depends on
actionpack (= 6.0.0.rc1)
ransack was resolved to 2.1.1, which depends on
actionpack (>= 5.0)
Bundler could not find compatible versions for gem "actionview":
In Gemfile:
rails (= 6.0.0.rc1) was resolved to 6.0.0.rc1, which depends on
actionview (= 6.0.0.rc1)
record_tag_helper (~> 1.0) was resolved to 1.0.0, which depends on
actionview (~> 5.x)
Bundler could not find compatible versions for gem "activerecord":
In Gemfile:
rails (= 6.0.0.rc1) was resolved to 6.0.0.rc1, which depends on
activerecord (= 6.0.0.rc1)
ransack was resolved to 2.1.1, which depends on
activerecord (>= 5.0)
Bundler could not find compatible versions for gem "activesupport":
In Gemfile:
jbuilder (~> 2.5) was resolved to 2.8.0, which depends on
activesupport (>= 4.2.0)
rails (= 6.0.0.rc1) was resolved to 6.0.0.rc1, which depends on
activesupport (= 6.0.0.rc1)
ransack was resolved to 2.1.1, which depends on
activesupport (>= 5.0)
Bundler could not find compatible versions for gem "railties":
In Gemfile:
coffee-rails (~> 4.2) was resolved to 4.2.2, which depends on
railties (>= 4.0.0)
devise was resolved to 4.6.2, which depends on
railties (>= 4.1.0, < 6.0)
jquery-rails was resolved to 4.3.3, which depends on
railties (>= 4.2.0)
jquery-turbolinks was resolved to 2.1.0, which depends on
railties (>= 3.1.0)
meta_request was resolved to 0.7.0, which depends on
railties (>= 3.0.0, < 7)
rails (= 6.0.0.rc1) was resolved to 6.0.0.rc1, which depends on
railties (= 6.0.0.rc1)
Ziyads-MacBook-Air:mattersource-app ziyadbasheer$ gem list | grep actionpack
actionpack (6.0.0.rc1)
Ziyads-MacBook-Air:mattersource-app ziyadbasheer$ gem list | grep actionview
actionview (6.0.0.rc1, 5.2.3)
Ziyads-MacBook-Air:mattersource-app ziyadbasheer$ gem list | grep activerecord
activerecord (6.0.0.rc1)
Ziyads-MacBook-Air:mattersource-app ziyadbasheer$ gem list | grep activesupport
activesupport (6.0.0.rc1, 5.2.3)
Ziyads-MacBook-Air:mattersource-app ziyadbasheer$ gem list | grep railties
railties (6.0.0.rc1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment