Skip to content

Commit

Permalink
chore(deps-dev): bump rubocop from 1.69.2 to 1.70.0 in /ruby-sdk (#151)
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.69.2 to 1.70.0.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.69.2...v1.70.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
1 parent 51e4ad9 commit 59cd5a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ruby-sdk/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ group :development do
gem "rake", "~> 13.0"
gem "rake-compiler"
gem "rb_sys", "~> 0.9.105"
gem "rubocop", "~> 1.69"
gem "rubocop", "~> 1.70"
end
10 changes: 5 additions & 5 deletions ruby-sdk/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GEM
specs:
ast (2.4.2)
diff-lcs (1.5.1)
json (2.9.0)
json (2.9.1)
language_server-protocol (3.17.0.3)
parallel (1.26.3)
parser (3.3.6.0)
Expand All @@ -21,7 +21,7 @@ GEM
rake-compiler (1.2.9)
rake
rb_sys (0.9.105)
regexp_parser (2.9.3)
regexp_parser (2.10.0)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand All @@ -35,7 +35,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.69.2)
rubocop (1.70.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -48,7 +48,7 @@ GEM
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
unicode-display_width (3.1.2)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)

Expand All @@ -61,7 +61,7 @@ DEPENDENCIES
rake-compiler
rb_sys (~> 0.9.105)
rspec (~> 3.0)
rubocop (~> 1.69)
rubocop (~> 1.70)

BUNDLED WITH
2.4.4

0 comments on commit 59cd5a5

Please sign in to comment.