khamusa / rspec-graphql_matchers

Collection of rspec matchers to test your graphQL api schema.
MIT License
145 stars 49 forks source link

Supporting version 1.9 ? #27

Closed thornomad closed 5 years ago

thornomad commented 5 years ago

Hi there - just began doing some GraphQL development on Rails this week with the graphql-ruby gem (1.9x). Noticed that it's version limited to 1.8.

I quickly cloned this repo and removed the version limit in the gemspec file. It seems to be working with the project I am on.

I also ran rspec from your project root and the tests all passed.

Could we get a version bump?

khamusa commented 5 years ago

@thornomad, we released yesterday a new version.