Skip to content

Commit 3d44a3d

Browse files
authoredMar 27, 2025
Bump rubocop from 1.74.0 to 1.75.1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.74.0 to 1.75.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.74.0...v1.75.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 98e8fef commit 3d44a3d

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed
 

Diff for: ‎Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ gem 'rake', '~> 13.2'
2424
gem 'activerecord', '~> 7.2'
2525
gem 'otr-activerecord', '~> 2.5.0'
2626
gem 'sqlite3', '~> 2.6'
27-
gem 'rubocop', '~> 1.74.0', require: false
27+
gem 'rubocop', '~> 1.75.1', require: false
2828

2929
# Geolocation support
3030
group :geoip do

Diff for: ‎Gemfile.lock

+9-7
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ GEM
2424
ansi (1.5.0)
2525
archive-zip (0.12.0)
2626
io-like (~> 0.3.0)
27-
ast (2.4.2)
27+
ast (2.4.3)
2828
async (1.32.1)
2929
console (~> 1.10)
3030
nio4r (~> 2.3)
@@ -117,13 +117,14 @@ GEM
117117
activerecord (>= 6.0, < 8.1)
118118
parallel (1.26.3)
119119
parseconfig (1.1.2)
120-
parser (3.3.7.1)
120+
parser (3.3.7.3)
121121
ast (~> 2.4.1)
122122
racc
123123
power_assert (2.0.5)
124124
pp (0.6.2)
125125
prettyprint
126126
prettyprint (0.2.0)
127+
prism (1.4.0)
127128
pry (0.14.2)
128129
coderay (~> 1.1)
129130
method_source (~> 1.0)
@@ -172,19 +173,20 @@ GEM
172173
diff-lcs (>= 1.2.0, < 2.0)
173174
rspec-support (~> 3.13.0)
174175
rspec-support (3.13.2)
175-
rubocop (1.74.0)
176+
rubocop (1.75.1)
176177
json (~> 2.3)
177178
language_server-protocol (~> 3.17.0.2)
178179
lint_roller (~> 1.1.0)
179180
parallel (~> 1.10)
180181
parser (>= 3.3.0.2)
181182
rainbow (>= 2.2.2, < 4.0)
182183
regexp_parser (>= 2.9.3, < 3.0)
183-
rubocop-ast (>= 1.38.0, < 2.0)
184+
rubocop-ast (>= 1.43.0, < 2.0)
184185
ruby-progressbar (~> 1.7)
185186
unicode-display_width (>= 2.4.0, < 4.0)
186-
rubocop-ast (1.38.1)
187-
parser (>= 3.3.1.0)
187+
rubocop-ast (1.43.0)
188+
parser (>= 3.3.7.2)
189+
prism (~> 1.4)
188190
ruby-progressbar (1.13.0)
189191
ruby2_keywords (0.0.5)
190192
rubyzip (2.4.1)
@@ -286,7 +288,7 @@ DEPENDENCIES
286288
rdoc (~> 6.12)
287289
rest-client (~> 2.1.0)
288290
rspec (~> 3.13)
289-
rubocop (~> 1.74.0)
291+
rubocop (~> 1.75.1)
290292
rubyzip (~> 2.4)
291293
rushover (~> 0.3.0)
292294
selenium-webdriver (~> 4.29)

0 commit comments

Comments
 (0)