Skip to content

Commit d52c37f

Browse files
Merge pull request beefproject#3274 from beefproject/dependabot/bundler/rubocop-1.71.2
Bump rubocop from 1.71.0 to 1.71.2
2 parents ff9442b + 8eecff3 commit d52c37f

File tree

2 files changed

+7
-7
lines changed

2 files changed

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

2929
# Geolocation support
3030
group :geoip do

Gemfile.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ GEM
8787
rdoc (>= 4.0.0)
8888
reline (>= 0.4.2)
8989
json (2.10.1)
90-
language_server-protocol (3.17.0.3)
90+
language_server-protocol (3.17.0.4)
9191
logger (1.6.5)
9292
matrix (0.4.2)
9393
maxmind-db (1.2.0)
@@ -116,7 +116,7 @@ GEM
116116
activerecord (>= 6.0, < 8.1)
117117
parallel (1.26.3)
118118
parseconfig (1.1.2)
119-
parser (3.3.7.0)
119+
parser (3.3.7.1)
120120
ast (~> 2.4.1)
121121
racc
122122
power_assert (2.0.5)
@@ -171,17 +171,17 @@ GEM
171171
diff-lcs (>= 1.2.0, < 2.0)
172172
rspec-support (~> 3.13.0)
173173
rspec-support (3.13.2)
174-
rubocop (1.71.0)
174+
rubocop (1.71.2)
175175
json (~> 2.3)
176176
language_server-protocol (>= 3.17.0)
177177
parallel (~> 1.10)
178178
parser (>= 3.3.0.2)
179179
rainbow (>= 2.2.2, < 4.0)
180180
regexp_parser (>= 2.9.3, < 3.0)
181-
rubocop-ast (>= 1.36.2, < 2.0)
181+
rubocop-ast (>= 1.38.0, < 2.0)
182182
ruby-progressbar (~> 1.7)
183183
unicode-display_width (>= 2.4.0, < 4.0)
184-
rubocop-ast (1.37.0)
184+
rubocop-ast (1.38.0)
185185
parser (>= 3.3.1.0)
186186
ruby-progressbar (1.13.0)
187187
ruby2_keywords (0.0.5)
@@ -284,7 +284,7 @@ DEPENDENCIES
284284
rdoc (~> 6.12)
285285
rest-client (~> 2.1.0)
286286
rspec (~> 3.13)
287-
rubocop (~> 1.71.0)
287+
rubocop (~> 1.71.2)
288288
rubyzip (~> 2.4)
289289
rushover (~> 0.3.0)
290290
selenium-webdriver (~> 4.28)

0 commit comments

Comments
 (0)