Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 🚀 bundler: bump google-protobuf from 4.28.0 to 4.28.2 in the bundler group #770

Merged
merged 1 commit into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ end

gem "code-scanning-rubocop", "~> 0.6.1"
gem "debug", platform: :mri if RUBY_VERSION >= "3.1.0"
gem "google-protobuf", "~> 4.28.1"
gem "google-protobuf", "~> 4.28.2"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.

gem "rake", "~> 13.2"
gem "rubocop", "~> 1.65"
gem "rubocop-changes", "~> 0.8.1"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ GEM
docile (1.4.0)
drb (2.2.1)
git_diff_parser (3.2.0)
google-protobuf (4.28.1-x86_64-darwin)
google-protobuf (4.28.2-x86_64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.28.1-x86_64-linux)
google-protobuf (4.28.2-x86_64-linux)
bigdecimal
rake (>= 13)
i18n (1.14.5)
Expand Down Expand Up @@ -138,7 +138,7 @@ DEPENDENCIES
activesupport (< 8)
code-scanning-rubocop (~> 0.6.1)
debug
google-protobuf (~> 4.28.1)
google-protobuf (~> 4.28.2)
rake (~> 13.2)
rspec
rubocop (~> 1.65)
Expand Down
Loading