Skip to content

Commit

Permalink
Update dependency grpc to '~> 1.64', '< 1.66.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 27, 2024
1 parent 4f68284 commit 29ab6a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ gem 'good_job', '~> 4.0'

gem 'rotp'

gem 'grpc', '~> 1.64', '< 1.65'
gem 'grpc', '~> 1.64', '< 1.66.1'
gem 'tucana', '0.0.4'

gem 'pry', '~> 0.14.2'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ GEM
graphql (2.3.14)
base64
fiber-storage
grpc (1.64.3-x86_64-linux)
google-protobuf (~> 3.25)
grpc (1.66.0-x86_64-linux)
google-protobuf (>= 3.25, < 5.0)
googleapis-common-protos-types (~> 1.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -356,7 +356,7 @@ DEPENDENCIES
factory_bot_rails (~> 6.2)
good_job (~> 4.0)
graphql (~> 2.1)
grpc (~> 1.64, < 1.65)
grpc (~> 1.64, < 1.66.1)
lograge (~> 0.14.0)
pg (~> 1.1)
pry (~> 0.14.2)
Expand Down

0 comments on commit 29ab6a8

Please sign in to comment.