We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e43cc4 commit de6bb46Copy full SHA for de6bb46
examples/subservice-languages/ruby/Gemfile
@@ -4,4 +4,4 @@ source 'https://rubygems.org'
4
5
gem 'graphql', '~> 1.10'
6
gem 'graphql-schema_directives', '~> 0.0'
7
-gem 'rack', '~> 2.0'
+gem 'rack', '~> 3.0'
examples/subservice-languages/ruby/Gemfile.lock
@@ -4,7 +4,7 @@ GEM
graphql (1.11.6)
graphql-schema_directives (0.0.2)
graphql (~> 1.9)
- rack (2.2.9)
+ rack (3.0.10)
8
9
PLATFORMS
10
x86_64-darwin-19
@@ -13,7 +13,7 @@ PLATFORMS
13
DEPENDENCIES
14
graphql (~> 1.10)
15
graphql-schema_directives (~> 0.0)
16
- rack (~> 2.0)
+ rack (~> 3.0)
17
18
BUNDLED WITH
19
2.2.3
0 commit comments