diff --git a/Gemfile b/Gemfile index cff5213..816f378 100644 --- a/Gemfile +++ b/Gemfile @@ -46,7 +46,7 @@ group :development, :test do gem "capybara", require: "capybara" gem "selenium-webdriver" - gem "rspec-rails", "~> 8.0.3" + gem "rspec-rails", "~> 8.0.4" gem "faker" gem "factory_bot_rails" gem "rails-controller-testing", "~> 1.0" diff --git a/Gemfile.lock b/Gemfile.lock index 63a4349..96347ab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -177,7 +177,7 @@ GEM jbuilder (2.14.1) actionview (>= 7.0.0) activesupport (>= 7.0.0) - json (2.18.1) + json (2.19.1) kramdown (2.5.2) rexml (>= 3.4.4) language_server-protocol (3.17.0.4) @@ -198,7 +198,8 @@ GEM memory_profiler (1.1.0) mini_histogram (0.3.1) mini_mime (1.1.5) - minitest (6.0.1) + minitest (6.0.2) + drb (~> 2.0) prism (~> 1.5) mission_control-jobs (1.1.0) actioncable (>= 7.1) @@ -294,8 +295,8 @@ GEM activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.2) - loofah (~> 2.21) + rails-html-sanitizer (1.7.0) + loofah (~> 2.25) 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) railties (8.1.2) actionpack (= 8.1.2) @@ -323,17 +324,17 @@ GEM rspec-expectations (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.7) + rspec-mocks (3.13.8) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (8.0.3) + rspec-rails (8.0.4) actionpack (>= 7.2) activesupport (>= 7.2) railties (>= 7.2) - rspec-core (~> 3.13) - rspec-expectations (~> 3.13) - rspec-mocks (~> 3.13) - rspec-support (~> 3.13) + rspec-core (>= 3.13.0, < 5.0.0) + rspec-expectations (>= 3.13.0, < 5.0.0) + rspec-mocks (>= 3.13.0, < 5.0.0) + rspec-support (>= 3.13.0, < 5.0.0) rspec-support (3.13.7) rubocop (1.75.3) json (~> 2.3) @@ -472,7 +473,7 @@ DEPENDENCIES rdiscount rdoc redcarpet - rspec-rails (~> 8.0.3) + rspec-rails (~> 8.0.4) rubocop-rails-omakase selenium-webdriver skylight