Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Update graphql requirement to >= 1.6.4, < 1.9.0 (#48)
Browse files Browse the repository at this point in the history
Updates the requirements on [graphql](https://github.com/rmosolgo/graphql-ruby) to permit the latest version.
- [Release notes](https://github.com/rmosolgo/graphql-ruby/releases)
- [Changelog](https://github.com/rmosolgo/graphql-ruby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rmosolgo/graphql-ruby/commits/v1.8.0)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and phyrog committed May 24, 2018
1 parent 0dddeb1 commit bb0e050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql-pundit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'graphql', '>= 1.6.4', '< 1.8.0'
spec.add_dependency 'graphql', '>= 1.6.4', '< 1.9.0'
spec.add_dependency 'pundit', '~> 1.1.0'

spec.add_development_dependency 'bundler', '~> 1.14'
Expand Down

0 comments on commit bb0e050

Please sign in to comment.