Skip to content

Commit ef2f21c

Browse files
Bump rubocop from 1.72.2 to 1.73.2
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.72.2 to 1.73.2. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.72.2...v1.73.2) --- 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 5922a54 commit ef2f21c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

2929
# Geolocation support
3030
group :geoip do

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ GEM
172172
diff-lcs (>= 1.2.0, < 2.0)
173173
rspec-support (~> 3.13.0)
174174
rspec-support (3.13.2)
175-
rubocop (1.72.2)
175+
rubocop (1.73.2)
176176
json (~> 2.3)
177177
language_server-protocol (~> 3.17.0.2)
178178
lint_roller (~> 1.1.0)
@@ -183,7 +183,7 @@ GEM
183183
rubocop-ast (>= 1.38.0, < 2.0)
184184
ruby-progressbar (~> 1.7)
185185
unicode-display_width (>= 2.4.0, < 4.0)
186-
rubocop-ast (1.38.0)
186+
rubocop-ast (1.38.1)
187187
parser (>= 3.3.1.0)
188188
ruby-progressbar (1.13.0)
189189
ruby2_keywords (0.0.5)
@@ -286,7 +286,7 @@ DEPENDENCIES
286286
rdoc (~> 6.12)
287287
rest-client (~> 2.1.0)
288288
rspec (~> 3.13)
289-
rubocop (~> 1.72.2)
289+
rubocop (~> 1.73.2)
290290
rubyzip (~> 2.4)
291291
rushover (~> 0.3.0)
292292
selenium-webdriver (~> 4.29)

0 commit comments

Comments
 (0)