Skip to content

Commit 99d2b61

Browse files
chore(deps-dev): bump rubocop from 1.71.2 to 1.72.2 in /ruby-sdk (#209)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.71.2 to 1.72.2. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.71.2...v1.72.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8c04c92 commit 99d2b61

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

ruby-sdk/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ group :development do
1313
gem "rake", "~> 13.0"
1414
gem "rake-compiler"
1515
gem "rb_sys", "~> 0.9.110"
16-
gem "rubocop", "~> 1.71"
16+
gem "rubocop", "~> 1.72"
1717
end

ruby-sdk/Gemfile.lock

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ GEM
99
specs:
1010
ast (2.4.2)
1111
diff-lcs (1.5.1)
12-
json (2.9.1)
12+
json (2.10.1)
1313
language_server-protocol (3.17.0.4)
14+
lint_roller (1.1.0)
1415
parallel (1.26.3)
15-
parser (3.3.7.0)
16+
parser (3.3.7.1)
1617
ast (~> 2.4.1)
1718
racc
1819
racc (1.8.1)
@@ -37,9 +38,10 @@ GEM
3738
diff-lcs (>= 1.2.0, < 2.0)
3839
rspec-support (~> 3.13.0)
3940
rspec-support (3.13.1)
40-
rubocop (1.71.2)
41+
rubocop (1.72.2)
4142
json (~> 2.3)
42-
language_server-protocol (>= 3.17.0)
43+
language_server-protocol (~> 3.17.0.2)
44+
lint_roller (~> 1.1.0)
4345
parallel (~> 1.10)
4446
parser (>= 3.3.0.2)
4547
rainbow (>= 2.2.2, < 4.0)
@@ -63,7 +65,7 @@ DEPENDENCIES
6365
rake-compiler
6466
rb_sys (~> 0.9.110)
6567
rspec (~> 3.0)
66-
rubocop (~> 1.71)
68+
rubocop (~> 1.72)
6769

6870
BUNDLED WITH
6971
2.4.4

0 commit comments

Comments
 (0)