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
{{ message }}
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.
When I pull 09_speedup branch for use in Chap 11, bundle install didn't succeed.
The bundler error suggested "it might be Gemfile.lock corruption" so I removed the file and tried bundle install again, and this error showed up:
In Gemfile:
guard-rspec was resolved to 4.3.1, which depends on
guard was resolved to 2.14.1, which depends on
listen was resolved to 3.1.5, which depends on
ruby_dep
and
ruby_dep requires Ruby version >= 2.2.5, ~> 2.2.
and .ruby-version specifies 2.1.1
If I comment guard-rspec in Gemfile, the command succeeds.
Two choices:
remove guard-rspec => No
Change the ruby version to ~>2.2 => can't evaluate the influence of this
Does anyone have suggestions?
The text was updated successfully, but these errors were encountered:
When I pull 09_speedup branch for use in Chap 11,
bundle install
didn't succeed.The bundler error suggested "it might be Gemfile.lock corruption" so I removed the file and tried
bundle install
again, and this error showed up:and
and .ruby-version specifies
2.1.1
If I comment
guard-rspec
in Gemfile, the command succeeds.Two choices:
~>2.2
=> can't evaluate the influence of thisDoes anyone have suggestions?
The text was updated successfully, but these errors were encountered: