Skip to content

Commit 87a0543

Browse files
authored
Merge pull request #970 from CHSS-IT/dependabot/bundler/rubocop-rails-2.29.0
Bump rubocop-rails from 2.27.0 to 2.29.0
2 parents c87b436 + 43fa65e commit 87a0543

File tree

2 files changed

+20
-19
lines changed

2 files changed

+20
-19
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ gem 'turbo-rails', '~> 1.5'
7676
group :development, :test do
7777
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
7878
gem "debug", platforms: %i[mri mingw x64_mingw]
79-
gem 'rubocop-rails', '~> 2.27'
79+
gem 'rubocop-rails', '~> 2.29'
8080
end
8181

8282
group :development do

Gemfile.lock

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ GEM
112112
erubi (>= 1.0.0)
113113
rack (>= 0.9.0)
114114
rouge (>= 1.0.0)
115-
bigdecimal (3.1.8)
115+
bigdecimal (3.1.9)
116116
bindex (0.8.1)
117117
binding_of_caller (1.0.1)
118118
debug_inspector (>= 1.2.0)
@@ -138,8 +138,8 @@ GEM
138138
image_processing (~> 1.1)
139139
marcel (~> 1.0.0)
140140
ssrf_filter (~> 1.0)
141-
concurrent-ruby (1.3.4)
142-
connection_pool (2.4.1)
141+
concurrent-ruby (1.3.5)
142+
connection_pool (2.5.0)
143143
crass (1.0.6)
144144
dartsass-rails (0.5.1)
145145
railties (>= 6.0.0)
@@ -179,7 +179,7 @@ GEM
179179
google-protobuf (4.28.2-x86_64-linux)
180180
bigdecimal
181181
rake (>= 13)
182-
i18n (1.14.6)
182+
i18n (1.14.7)
183183
concurrent-ruby (~> 1.0)
184184
image_processing (1.12.2)
185185
mini_magick (>= 4.9.5, < 5)
@@ -200,12 +200,12 @@ GEM
200200
rails-dom-testing (>= 1, < 3)
201201
railties (>= 4.2.0)
202202
thor (>= 0.14, < 2.0)
203-
json (2.8.2)
203+
json (2.9.1)
204204
language_server-protocol (3.17.0.3)
205205
listen (3.9.0)
206206
rb-fsevent (~> 0.10, >= 0.10.3)
207207
rb-inotify (~> 0.9, >= 0.9.10)
208-
logger (1.6.3)
208+
logger (1.6.5)
209209
loofah (2.23.1)
210210
crass (~> 1.0.2)
211211
nokogiri (>= 1.12.0)
@@ -241,7 +241,7 @@ GEM
241241
nokogiri (1.17.2-x86_64-linux)
242242
racc (~> 1.4)
243243
parallel (1.26.3)
244-
parser (3.3.6.0)
244+
parser (3.3.7.0)
245245
ast (~> 2.4.1)
246246
racc
247247
pg (1.5.9)
@@ -307,7 +307,7 @@ GEM
307307
redis-client (>= 0.22.0)
308308
redis-client (0.23.0)
309309
connection_pool
310-
regexp_parser (2.9.0)
310+
regexp_parser (2.10.0)
311311
reline (0.6.0)
312312
io-console (~> 0.5)
313313
report_action (1.0.0)
@@ -316,20 +316,19 @@ GEM
316316
nokogiri (~> 1)
317317
rubyzip (>= 1.3.0, < 3.0.0)
318318
rouge (4.1.2)
319-
rubocop (1.65.1)
319+
rubocop (1.70.0)
320320
json (~> 2.3)
321321
language_server-protocol (>= 3.17.0)
322322
parallel (~> 1.10)
323323
parser (>= 3.3.0.2)
324324
rainbow (>= 2.2.2, < 4.0)
325-
regexp_parser (>= 2.4, < 3.0)
326-
rexml (>= 3.2.5, < 4.0)
327-
rubocop-ast (>= 1.31.1, < 2.0)
325+
regexp_parser (>= 2.9.3, < 3.0)
326+
rubocop-ast (>= 1.36.2, < 2.0)
328327
ruby-progressbar (~> 1.7)
329-
unicode-display_width (>= 2.4.0, < 3.0)
330-
rubocop-ast (1.31.2)
331-
parser (>= 3.3.0.4)
332-
rubocop-rails (2.27.0)
328+
unicode-display_width (>= 2.4.0, < 4.0)
329+
rubocop-ast (1.37.0)
330+
parser (>= 3.3.1.0)
331+
rubocop-rails (2.29.0)
333332
activesupport (>= 4.2.0)
334333
rack (>= 1.1)
335334
rubocop (>= 1.52.0, < 2.0)
@@ -384,7 +383,9 @@ GEM
384383
railties (>= 6.0.0)
385384
tzinfo (2.0.6)
386385
concurrent-ruby (~> 1.0)
387-
unicode-display_width (2.6.0)
386+
unicode-display_width (3.1.4)
387+
unicode-emoji (~> 4.0, >= 4.0.4)
388+
unicode-emoji (4.0.4)
388389
uniform_notifier (1.16.0)
389390
useragent (0.16.11)
390391
web-console (4.2.1)
@@ -432,7 +433,7 @@ DEPENDENCIES
432433
redis (~> 5.3)
433434
report_action (~> 1.0.0)
434435
roo (~> 2.10)
435-
rubocop-rails (~> 2.27)
436+
rubocop-rails (~> 2.29)
436437
scout_apm (~> 5.4)
437438
selenium-webdriver (~> 4.27)
438439
sidekiq (~> 7.3)

0 commit comments

Comments
 (0)