Skip to content

Commit 212dc24

Browse files
Merge pull request #3301 from beefproject/dependabot/bundler/rubocop-1.74.0
Bump rubocop from 1.72.2 to 1.74.0
2 parents 5922a54 + 353a8e6 commit 212dc24

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.74.0', 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.74.0)
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.74.0)
290290
rubyzip (~> 2.4)
291291
rushover (~> 0.3.0)
292292
selenium-webdriver (~> 4.29)

0 commit comments

Comments
 (0)