Skip to content

Commit

Permalink
Bump protobuf to 3.19 and lock on patch version (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
daemonsy authored Jan 27, 2022
1 parent 4576246 commit d3f9c00
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
apollo-federation (2.0.0)
google-protobuf (~> 3.13.0)
google-protobuf (~> 3.19)
graphql (>= 1.10.14)

GEM
Expand Down Expand Up @@ -42,7 +42,7 @@ GEM
debase-ruby_core_source (0.10.9)
diff-lcs (1.3)
erubi (1.9.0)
google-protobuf (3.13.0-x86_64-linux)
google-protobuf (3.19.3)
graphql (1.10.14)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion apollo-federation.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'graphql', '>= 1.10.14'

spec.add_runtime_dependency 'google-protobuf', '~> 3.13.0'
spec.add_runtime_dependency 'google-protobuf', '~> 3.19'

spec.add_development_dependency 'actionpack'
spec.add_development_dependency 'appraisal'
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/graphql_1.10.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ..
specs:
apollo-federation (2.0.0)
google-protobuf (~> 3.13.0)
google-protobuf (~> 3.19)
graphql (>= 1.10.14)

GEM
Expand Down Expand Up @@ -42,7 +42,7 @@ GEM
debase-ruby_core_source (0.10.9)
diff-lcs (1.3)
erubi (1.9.0)
google-protobuf (3.13.0)
google-protobuf (3.19.3)
graphql (1.10.14)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/graphql_1.11.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ..
specs:
apollo-federation (2.0.0)
google-protobuf (~> 3.13.0)
google-protobuf (~> 3.19)
graphql (>= 1.10.14)

GEM
Expand Down Expand Up @@ -42,7 +42,7 @@ GEM
debase-ruby_core_source (0.10.9)
diff-lcs (1.4.4)
erubi (1.9.0)
google-protobuf (3.13.0)
google-protobuf (3.19.3)
graphql (1.11.2)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/graphql_1.12.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ..
specs:
apollo-federation (2.0.0)
google-protobuf (~> 3.13.0)
google-protobuf (~> 3.19)
graphql (>= 1.10.14)

GEM
Expand Down Expand Up @@ -42,7 +42,7 @@ GEM
debase-ruby_core_source (0.10.9)
diff-lcs (1.4.4)
erubi (1.9.0)
google-protobuf (3.13.0)
google-protobuf (3.19.3)
graphql (1.12.5)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
Expand Down

0 comments on commit d3f9c00

Please sign in to comment.