Skip to content

Commit de6bb46

Browse files
chore(deps): update dependency rack to v3
1 parent 0e43cc4 commit de6bb46

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/subservice-languages/ruby/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ source 'https://rubygems.org'
44

55
gem 'graphql', '~> 1.10'
66
gem 'graphql-schema_directives', '~> 0.0'
7-
gem 'rack', '~> 2.0'
7+
gem 'rack', '~> 3.0'

examples/subservice-languages/ruby/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GEM
44
graphql (1.11.6)
55
graphql-schema_directives (0.0.2)
66
graphql (~> 1.9)
7-
rack (2.2.9)
7+
rack (3.0.10)
88

99
PLATFORMS
1010
x86_64-darwin-19
@@ -13,7 +13,7 @@ PLATFORMS
1313
DEPENDENCIES
1414
graphql (~> 1.10)
1515
graphql-schema_directives (~> 0.0)
16-
rack (~> 2.0)
16+
rack (~> 3.0)
1717

1818
BUNDLED WITH
1919
2.2.3

0 commit comments

Comments
 (0)