Skip to content

Commit aa1c5a7

Browse files
chore(deps-dev): bump rubocop from 1.73.2 to 1.75.2 in /ruby-sdk (#265)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.73.2 to 1.75.2. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.73.2...v1.75.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.2 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 3ee9007 commit aa1c5a7

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
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.111"
16-
gem "rubocop", "~> 1.73"
16+
gem "rubocop", "~> 1.75"
1717
end

ruby-sdk/Gemfile.lock

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
ast (2.4.2)
10+
ast (2.4.3)
1111
diff-lcs (1.5.1)
12-
json (2.10.1)
12+
json (2.10.2)
1313
language_server-protocol (3.17.0.4)
1414
lint_roller (1.1.0)
1515
parallel (1.26.3)
16-
parser (3.3.7.1)
16+
parser (3.3.7.4)
1717
ast (~> 2.4.1)
1818
racc
19+
prism (1.4.0)
1920
racc (1.8.1)
2021
rainbow (3.1.1)
2122
rake (13.2.1)
@@ -38,19 +39,20 @@ GEM
3839
diff-lcs (>= 1.2.0, < 2.0)
3940
rspec-support (~> 3.13.0)
4041
rspec-support (3.13.1)
41-
rubocop (1.73.2)
42+
rubocop (1.75.2)
4243
json (~> 2.3)
4344
language_server-protocol (~> 3.17.0.2)
4445
lint_roller (~> 1.1.0)
4546
parallel (~> 1.10)
4647
parser (>= 3.3.0.2)
4748
rainbow (>= 2.2.2, < 4.0)
4849
regexp_parser (>= 2.9.3, < 3.0)
49-
rubocop-ast (>= 1.38.0, < 2.0)
50+
rubocop-ast (>= 1.44.0, < 2.0)
5051
ruby-progressbar (~> 1.7)
5152
unicode-display_width (>= 2.4.0, < 4.0)
52-
rubocop-ast (1.38.1)
53-
parser (>= 3.3.1.0)
53+
rubocop-ast (1.44.0)
54+
parser (>= 3.3.7.2)
55+
prism (~> 1.4)
5456
ruby-progressbar (1.13.0)
5557
unicode-display_width (3.1.4)
5658
unicode-emoji (~> 4.0, >= 4.0.4)
@@ -65,7 +67,7 @@ DEPENDENCIES
6567
rake-compiler
6668
rb_sys (~> 0.9.111)
6769
rspec (~> 3.0)
68-
rubocop (~> 1.73)
70+
rubocop (~> 1.75)
6971

7072
BUNDLED WITH
7173
2.4.4

0 commit comments

Comments
 (0)