File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2
2
remote: .
3
3
specs:
4
4
caido (0.2.0 )
5
- graphql (~> 2.3.0 )
5
+ graphql (>= 2.3 , < 2.5 )
6
6
httparty (~> 0.22.0 )
7
7
8
8
GEM
13
13
bigdecimal (3.1.8 )
14
14
csv (3.3.0 )
15
15
diff-lcs (1.5.1 )
16
- graphql (2.3.7 )
16
+ fiber-storage (1.0.0 )
17
+ graphql (2.3.21 )
17
18
base64
19
+ fiber-storage
18
20
httparty (0.22.0 )
19
21
csv
20
22
mini_mime (>= 1.0.0 )
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
33
33
spec . require_paths = [ 'lib' ]
34
34
35
35
# 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 '
37
37
spec . add_dependency 'httparty' , '~> 0.22.0'
38
38
39
39
# For more information and examples about making a new gem, check out our
You can’t perform that action at this time.
0 commit comments