Skip to content

Commit 6b1b1f6

Browse files
Bump rubocop from 1.75.1 to 1.75.2
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.75.1 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.75.1...v1.75.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 62f9074 commit 6b1b1f6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.75.1', require: false
27+
gem 'rubocop', '~> 1.75.2', require: false
2828

2929
# Geolocation support
3030
group :geoip do

Diff for: Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ GEM
117117
activerecord (>= 6.0, < 8.1)
118118
parallel (1.26.3)
119119
parseconfig (1.1.2)
120-
parser (3.3.7.3)
120+
parser (3.3.7.4)
121121
ast (~> 2.4.1)
122122
racc
123123
power_assert (2.0.5)
@@ -173,18 +173,18 @@ GEM
173173
diff-lcs (>= 1.2.0, < 2.0)
174174
rspec-support (~> 3.13.0)
175175
rspec-support (3.13.2)
176-
rubocop (1.75.1)
176+
rubocop (1.75.2)
177177
json (~> 2.3)
178178
language_server-protocol (~> 3.17.0.2)
179179
lint_roller (~> 1.1.0)
180180
parallel (~> 1.10)
181181
parser (>= 3.3.0.2)
182182
rainbow (>= 2.2.2, < 4.0)
183183
regexp_parser (>= 2.9.3, < 3.0)
184-
rubocop-ast (>= 1.43.0, < 2.0)
184+
rubocop-ast (>= 1.44.0, < 2.0)
185185
ruby-progressbar (~> 1.7)
186186
unicode-display_width (>= 2.4.0, < 4.0)
187-
rubocop-ast (1.43.0)
187+
rubocop-ast (1.44.0)
188188
parser (>= 3.3.7.2)
189189
prism (~> 1.4)
190190
ruby-progressbar (1.13.0)
@@ -288,7 +288,7 @@ DEPENDENCIES
288288
rdoc (~> 6.13)
289289
rest-client (~> 2.1.0)
290290
rspec (~> 3.13)
291-
rubocop (~> 1.75.1)
291+
rubocop (~> 1.75.2)
292292
rubyzip (~> 2.4)
293293
rushover (~> 0.3.0)
294294
selenium-webdriver (~> 4.30)

0 commit comments

Comments
 (0)