Skip to content

Commit 34a6da2

Browse files
authored
Merge pull request #227 from ZeusWPI/dependabot/bundler/rubocop-31132a1704
Bump the rubocop group with 1 update
2 parents 03fb502 + 7e2f5b5 commit 34a6da2

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ end
6060
group :development do
6161
gem 'annotate', '~> 3.2'
6262
gem 'rubocop-minitest', '~> 0.34.5'
63-
gem 'rubocop-rails', '~> 2.23'
63+
gem 'rubocop-rails', '~> 2.24'
6464
gem 'web-console'
6565
end
6666

Gemfile.lock

+10-11
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ GEM
112112
delayed_job (>= 3.0, < 5)
113113
descendants_tracker (0.0.4)
114114
thread_safe (~> 0.3, >= 0.3.1)
115-
drb (2.2.0)
116-
ruby2_keywords
115+
drb (2.2.1)
117116
erubi (1.12.0)
118117
faraday (1.10.3)
119118
faraday-em_http (~> 1.0)
@@ -147,7 +146,7 @@ GEM
147146
globalid (1.2.1)
148147
activesupport (>= 6.1)
149148
hashie (3.6.0)
150-
i18n (1.14.1)
149+
i18n (1.14.4)
151150
concurrent-ruby (~> 1.0)
152151
io-console (0.7.2)
153152
irb (1.11.2)
@@ -196,7 +195,7 @@ GEM
196195
multi_xml (~> 0.5)
197196
rack (>= 1.2, < 4)
198197
parallel (1.24.0)
199-
parser (3.3.0.4)
198+
parser (3.3.0.5)
200199
ast (~> 2.4.1)
201200
racc
202201
pg (1.5.6)
@@ -254,27 +253,27 @@ GEM
254253
reline (0.4.2)
255254
io-console (~> 0.5)
256255
rexml (3.2.6)
257-
rubocop (1.60.1)
256+
rubocop (1.62.0)
258257
json (~> 2.3)
259258
language_server-protocol (>= 3.17.0)
260259
parallel (~> 1.10)
261260
parser (>= 3.3.0.2)
262261
rainbow (>= 2.2.2, < 4.0)
263262
regexp_parser (>= 1.8, < 3.0)
264263
rexml (>= 3.2.5, < 4.0)
265-
rubocop-ast (>= 1.30.0, < 2.0)
264+
rubocop-ast (>= 1.31.1, < 2.0)
266265
ruby-progressbar (~> 1.7)
267266
unicode-display_width (>= 2.4.0, < 3.0)
268-
rubocop-ast (1.30.0)
269-
parser (>= 3.2.1.0)
267+
rubocop-ast (1.31.2)
268+
parser (>= 3.3.0.4)
270269
rubocop-minitest (0.34.5)
271270
rubocop (>= 1.39, < 2.0)
272271
rubocop-ast (>= 1.30.0, < 2.0)
273-
rubocop-rails (2.23.1)
272+
rubocop-rails (2.24.0)
274273
activesupport (>= 4.2.0)
275274
rack (>= 1.1)
276275
rubocop (>= 1.33.0, < 2.0)
277-
rubocop-ast (>= 1.30.0, < 2.0)
276+
rubocop-ast (>= 1.31.1, < 2.0)
278277
ruby-progressbar (1.13.0)
279278
ruby2_keywords (0.0.5)
280279
rubyzip (2.3.2)
@@ -340,7 +339,7 @@ DEPENDENCIES
340339
rack-cors
341340
rails (~> 7.1.3)
342341
rubocop-minitest (~> 0.34.5)
343-
rubocop-rails (~> 2.23)
342+
rubocop-rails (~> 2.24)
344343
rugged
345344
selenium-webdriver
346345
sentry-rails

0 commit comments

Comments
 (0)