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
I saw the grape-reload.gemspec file:
spec.add_runtime_dependency "rack", ">= 1.5.2"
but when i install this gem. it tell me :
In snapshot (Gemfile.lock):
rack (= 1.6.4)
In Gemfile:
grape (>= 0) ruby depends on
rack (>= 1.3.0) ruby
grape (>= 0) ruby depends on
rack-accept (>= 0) ruby depends on
rack (>= 0.4) ruby
grape (>= 0) ruby depends on
rack-mount (>= 0) ruby depends on
rack (>= 1.0.0) ruby
grape-reload (>= 0) ruby depends on
rack (~> 1.5.2) ruby
Running bundle update will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
The text was updated successfully, but these errors were encountered:
I saw the grape-reload.gemspec file:
spec.add_runtime_dependency "rack", ">= 1.5.2"
but when i install this gem. it tell me :
In snapshot (Gemfile.lock):
rack (= 1.6.4)
In Gemfile:
grape (>= 0) ruby depends on
rack (>= 1.3.0) ruby
Running
bundle update
will rebuild your snapshot from scratch, using onlythe gems in your Gemfile, which may resolve the conflict.
The text was updated successfully, but these errors were encountered: