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
New project I'm working on is using grape-entity and I found this as the only library already existing to test it.
Guess I'm wondering if any of the project maintainers have plans to bring the matchers up to date with the latest library or if I should consider digging into it and creating a pull request.
The text was updated successfully, but these errors were encountered:
I second that. The latest RubyGems release only works with grape-entities v0.4.8. Having the latest version in Gemfile will cause bundler to fail at installing gems:
$ bundle
Fetching gem metadata from https://rubygems.org/.........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Bundler could not find compatible versions for gem "grape-entity":
In snapshot (Gemfile.lock):
grape-entity (= 0.7.1)
In Gemfile:
grape-entity (~> 0.7.0, >= 0.7.1)
grape-entity-matchers (>= 1.2.0, ~> 1.2) was resolved to 1.2.0, which depends on
grape-entity (= 0.4.8)
Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.
Is this project being maintained? It looks like somebody else tried to correct it in 2017, but no new versions have been released to RubyGems since 2016.
New project I'm working on is using grape-entity and I found this as the only library already existing to test it.
Guess I'm wondering if any of the project maintainers have plans to bring the matchers up to date with the latest library or if I should consider digging into it and creating a pull request.
The text was updated successfully, but these errors were encountered: