Skip to content

Commit 3acf2e5

Browse files
Bump rubocop from 1.81.7 to 1.82.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.81.7 to 1.82.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.81.7...v1.82.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.82.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4a8b5b7 commit 3acf2e5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ gem 'rake', '~> 13.3'
2424
gem 'activerecord', '~> 8.1'
2525
gem 'otr-activerecord', '~> 2.6.0'
2626
gem 'sqlite3', '~> 2.8'
27-
gem 'rubocop', '~> 1.81.7', require: false
27+
gem 'rubocop', '~> 1.82.0', require: false
2828

2929
# Geolocation support
3030
group :geoip do

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,18 +194,18 @@ GEM
194194
diff-lcs (>= 1.2.0, < 2.0)
195195
rspec-support (~> 3.13.0)
196196
rspec-support (3.13.6)
197-
rubocop (1.81.7)
197+
rubocop (1.82.0)
198198
json (~> 2.3)
199199
language_server-protocol (~> 3.17.0.2)
200200
lint_roller (~> 1.1.0)
201201
parallel (~> 1.10)
202202
parser (>= 3.3.0.2)
203203
rainbow (>= 2.2.2, < 4.0)
204204
regexp_parser (>= 2.9.3, < 3.0)
205-
rubocop-ast (>= 1.47.1, < 2.0)
205+
rubocop-ast (>= 1.48.0, < 2.0)
206206
ruby-progressbar (~> 1.7)
207207
unicode-display_width (>= 2.4.0, < 4.0)
208-
rubocop-ast (1.47.1)
208+
rubocop-ast (1.48.0)
209209
parser (>= 3.3.7.2)
210210
prism (~> 1.4)
211211
ruby-progressbar (1.13.0)
@@ -328,7 +328,7 @@ DEPENDENCIES
328328
rdoc (~> 6.17)
329329
rest-client (~> 2.1.0)
330330
rspec (~> 3.13)
331-
rubocop (~> 1.81.7)
331+
rubocop (~> 1.82.0)
332332
rubyzip (~> 3.2)
333333
rushover (~> 0.3.0)
334334
selenium-webdriver (~> 4.39)

0 commit comments

Comments
 (0)