Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating to support latest grape-entity (currently 0.6.0) #20

Open
wiggly opened this issue Feb 17, 2017 · 2 comments
Open

Updating to support latest grape-entity (currently 0.6.0) #20

wiggly opened this issue Feb 17, 2017 · 2 comments

Comments

@wiggly
Copy link

wiggly commented Feb 17, 2017

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.

@arg
Copy link

arg commented Aug 27, 2019

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.  

@allisonphillips
Copy link

allisonphillips commented Nov 11, 2019

It looks like updates haven't been published to rubygems in several years. The most recent version lists these as dependencies:

RUNTIME DEPENDENCIES (2):
grape-entity = 0.4.8
rspec >= 3.2.0

But grape-entity v0.4.8 has a dependency on rspec ~> 2.9.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants