Skip to content

Commit eb89e68

Browse files
authored
Merge pull request #313 from etalab/dependabot/bundler/development-dependencies-094a5034af
rspec-rails 8.0.2 8.0.3 web-console 4.2.1 4.3.0 standard 1.53.0 1.54.0 brakeman 8.0.2 8.0.4 selenium-webdriver 4.40.0 4.41.0
2 parents 5ee18d9 + ef73da6 commit eb89e68

2 files changed

Lines changed: 23 additions & 23 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ gem "faraday-encoding"
6464
group :development, :test do
6565
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
6666
gem "debug", platforms: %i[mri windows]
67-
gem "rspec-rails", "~> 8.0.2"
67+
gem "rspec-rails", "~> 8.0.3"
6868
end
6969

7070
group :development do
7171
# Use console on exceptions pages [https://github.com/rails/web-console]
7272
gem "web-console"
7373

74-
gem "standard", "~> 1.53", require: false
74+
gem "standard", "~> 1.54", require: false
7575
gem "rubocop-rails", require: false
7676

7777
# Add speed badges [https://github.com/MiniProfiler/rack-mini-profiler]

Gemfile.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ GEM
113113
bindex (0.8.1)
114114
bootsnap (1.23.0)
115115
msgpack (~> 1.2)
116-
brakeman (8.0.2)
116+
brakeman (8.0.4)
117117
racc
118118
builder (3.3.0)
119119
capybara (3.40.0)
@@ -178,7 +178,7 @@ GEM
178178
drb (2.2.3)
179179
email_validator (2.2.4)
180180
activemodel
181-
erb (6.0.1)
181+
erb (6.0.2)
182182
erubi (1.13.1)
183183
et-orbi (1.2.11)
184184
tzinfo
@@ -291,7 +291,8 @@ GEM
291291
matrix (0.4.2)
292292
method_source (1.1.0)
293293
mini_mime (1.1.5)
294-
minitest (6.0.1)
294+
minitest (6.0.2)
295+
drb (~> 2.0)
295296
prism (~> 1.5)
296297
msgpack (1.8.0)
297298
multi_test (1.1.0)
@@ -341,7 +342,7 @@ GEM
341342
webfinger (~> 2.0)
342343
ostruct (0.6.3)
343344
parallel (1.27.0)
344-
parser (3.3.10.1)
345+
parser (3.3.10.2)
345346
ast (~> 2.4.1)
346347
racc
347348
pdf-core (0.10.0)
@@ -407,8 +408,8 @@ GEM
407408
activesupport (>= 5.0.0)
408409
minitest
409410
nokogiri (>= 1.6)
410-
rails-html-sanitizer (1.6.2)
411-
loofah (~> 2.21)
411+
rails-html-sanitizer (1.7.0)
412+
loofah (~> 2.25)
412413
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
413414
rails-i18n (8.1.0)
414415
i18n (>= 0.7, < 2)
@@ -443,32 +444,32 @@ GEM
443444
rspec-core (~> 3.13.0)
444445
rspec-expectations (~> 3.13.0)
445446
rspec-mocks (~> 3.13.0)
446-
rspec-core (3.13.5)
447+
rspec-core (3.13.6)
447448
rspec-support (~> 3.13.0)
448449
rspec-expectations (3.13.5)
449450
diff-lcs (>= 1.2.0, < 2.0)
450451
rspec-support (~> 3.13.0)
451-
rspec-mocks (3.13.5)
452+
rspec-mocks (3.13.8)
452453
diff-lcs (>= 1.2.0, < 2.0)
453454
rspec-support (~> 3.13.0)
454-
rspec-rails (8.0.2)
455+
rspec-rails (8.0.3)
455456
actionpack (>= 7.2)
456457
activesupport (>= 7.2)
457458
railties (>= 7.2)
458459
rspec-core (~> 3.13)
459460
rspec-expectations (~> 3.13)
460461
rspec-mocks (~> 3.13)
461462
rspec-support (~> 3.13)
462-
rspec-support (3.13.4)
463-
rubocop (1.82.1)
463+
rspec-support (3.13.7)
464+
rubocop (1.84.2)
464465
json (~> 2.3)
465466
language_server-protocol (~> 3.17.0.2)
466467
lint_roller (~> 1.1.0)
467468
parallel (~> 1.10)
468469
parser (>= 3.3.0.2)
469470
rainbow (>= 2.2.2, < 4.0)
470471
regexp_parser (>= 2.9.3, < 3.0)
471-
rubocop-ast (>= 1.48.0, < 2.0)
472+
rubocop-ast (>= 1.49.0, < 2.0)
472473
ruby-progressbar (~> 1.7)
473474
unicode-display_width (>= 2.4.0, < 4.0)
474475
rubocop-ast (1.49.0)
@@ -487,7 +488,7 @@ GEM
487488
ruby-progressbar (1.13.0)
488489
rubyzip (3.2.2)
489490
securerandom (0.4.1)
490-
selenium-webdriver (4.40.0)
491+
selenium-webdriver (4.41.0)
491492
base64 (~> 0.2)
492493
logger (~> 1.4)
493494
rexml (~> 3.2, >= 3.2.5)
@@ -520,10 +521,10 @@ GEM
520521
actionpack (>= 6.1)
521522
activesupport (>= 6.1)
522523
sprockets (>= 3.0.0)
523-
standard (1.53.0)
524+
standard (1.54.0)
524525
language_server-protocol (~> 3.17.0.2)
525526
lint_roller (~> 1.0)
526-
rubocop (~> 1.82.0)
527+
rubocop (~> 1.84.0)
527528
standard-custom (~> 1.0.0)
528529
standard-performance (~> 1.8)
529530
standard-custom (1.0.2)
@@ -561,11 +562,10 @@ GEM
561562
validate_url (1.0.15)
562563
activemodel (>= 3.0.0)
563564
public_suffix
564-
web-console (4.2.1)
565-
actionview (>= 6.0.0)
566-
activemodel (>= 6.0.0)
565+
web-console (4.3.0)
566+
actionview (>= 8.0.0)
567567
bindex (>= 0.4.0)
568-
railties (>= 6.0.0)
568+
railties (>= 8.0.0)
569569
webfinger (2.1.3)
570570
activesupport
571571
faraday (~> 2.0)
@@ -623,7 +623,7 @@ DEPENDENCIES
623623
rails (~> 8.1.2)
624624
rails-i18n (~> 8.1.0)
625625
rqrcode (~> 3.2)
626-
rspec-rails (~> 8.0.2)
626+
rspec-rails (~> 8.0.3)
627627
rubocop-rails
628628
selenium-webdriver
629629
sentry-rails
@@ -633,7 +633,7 @@ DEPENDENCIES
633633
spring
634634
spring-commands-rspec
635635
sprockets-rails
636-
standard (~> 1.53)
636+
standard (~> 1.54)
637637
stimulus-rails
638638
timecop
639639
turbo-rails

0 commit comments

Comments
 (0)