Skip to content

Commit bafdb9e

Browse files
authored
Merge pull request #4 from caineers/dependabot/bundler/graphql-2.3.21
chore(deps): Update graphql requirement from ~> 2.3.0 to >= 2.3, < 2.5
2 parents caa3d5a + 195176f commit bafdb9e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Diff for: Gemfile.lock

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: .
33
specs:
44
caido (0.2.0)
5-
graphql (~> 2.3.0)
5+
graphql (>= 2.3, < 2.5)
66
httparty (~> 0.22.0)
77

88
GEM
@@ -13,8 +13,10 @@ GEM
1313
bigdecimal (3.1.8)
1414
csv (3.3.0)
1515
diff-lcs (1.5.1)
16-
graphql (2.3.7)
16+
fiber-storage (1.0.0)
17+
graphql (2.3.21)
1718
base64
19+
fiber-storage
1820
httparty (0.22.0)
1921
csv
2022
mini_mime (>= 1.0.0)

Diff for: caido.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
3333
spec.require_paths = ['lib']
3434

3535
# Uncomment to register a new dependency of your gem
36-
spec.add_dependency 'graphql', '~> 2.3.0'
36+
spec.add_dependency 'graphql', '>= 2.3', '< 2.5'
3737
spec.add_dependency 'httparty', '~> 0.22.0'
3838

3939
# For more information and examples about making a new gem, check out our

0 commit comments

Comments
 (0)