Skip to content

Commit

Permalink
fix: updated to >= 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aryascripts committed Jul 12, 2024
1 parent 21a1a17 commit bc03035
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
graphql-hive (0.3.4)
graphql (~> 2.3)
graphql (>= 2.3, < 3)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion graphql-hive.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |spec|
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) }
end

spec.add_dependency 'graphql', '~> 2.3'
spec.add_dependency 'graphql', '>= 2.3', '< 3'

spec.add_development_dependency 'bundler', '~> 2'
spec.add_development_dependency 'rake', '~> 13'
Expand Down
2 changes: 1 addition & 1 deletion k6/graphql-api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ../..
specs:
graphql-hive (0.3.4)
graphql (~> 2.3)
graphql (>= 2.3, < 3)

GEM
remote: https://rubygems.org/
Expand Down

0 comments on commit bc03035

Please sign in to comment.