Skip to content

Commit

Permalink
Bump GraphQL requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
RStankov committed Jun 19, 2019
1 parent 8096f43 commit 811659a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search_object_graphql.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.add_dependency 'graphql', '~> 1.5'
spec.add_dependency 'graphql', '~> 1.8'
spec.add_dependency 'search_object', '~> 1.2.2'

spec.add_development_dependency 'coveralls'
Expand Down

0 comments on commit 811659a

Please sign in to comment.