diff --git a/Gemfile b/Gemfile index 48bdafe..1ef6774 100644 --- a/Gemfile +++ b/Gemfile @@ -52,7 +52,7 @@ end group :test do # Testing - gem "rspec-rails", "~> 8.0.2" + gem "rspec-rails", "~> 8.0.3" gem "factory_bot_rails", "~> 6.5.1" gem "rails-controller-testing" gem "capybara" diff --git a/Gemfile.lock b/Gemfile.lock index 1f483a9..f741486 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -131,14 +131,15 @@ GEM activesupport (>= 6.0.0) railties (>= 6.0.0) io-console (0.8.2) - irb (1.16.0) + irb (1.17.0) pp (>= 0.6.0) + prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) jbuilder (2.14.1) actionview (>= 7.0.0) activesupport (>= 7.0.0) - json (2.18.0) + json (2.18.1) language_server-protocol (3.17.0.4) lint_roller (1.1.0) logger (1.7.0) @@ -168,18 +169,18 @@ GEM net-smtp (0.5.1) net-protocol nio4r (2.7.5) - nokogiri (1.19.0) + nokogiri (1.19.1) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.19.0-aarch64-linux-gnu) + nokogiri (1.19.1-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.0-arm-linux-gnu) + nokogiri (1.19.1-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.19.0-arm64-darwin) + nokogiri (1.19.1-arm64-darwin) racc (~> 1.4) - nokogiri (1.19.0-x86_64-darwin) + nokogiri (1.19.1-x86_64-darwin) racc (~> 1.4) - nokogiri (1.19.0-x86_64-linux-gnu) + nokogiri (1.19.1-x86_64-linux-gnu) racc (~> 1.4) orm_adapter (0.5.0) parallel (1.26.3) @@ -194,7 +195,7 @@ GEM pp (0.6.3) prettyprint prettyprint (0.2.0) - prism (1.8.0) + prism (1.9.0) psych (5.3.1) date stringio @@ -202,7 +203,7 @@ GEM puma (7.1.0) nio4r (~> 2.0) racc (1.8.1) - rack (3.2.4) + rack (3.2.5) rack-session (2.1.1) base64 (>= 0.1.0) rack (>= 3.0.0) @@ -246,7 +247,7 @@ GEM zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.3.1) - rdoc (7.1.0) + rdoc (7.2.0) erb psych (>= 4.0.0) tsort @@ -258,15 +259,15 @@ GEM railties (>= 5.2) rexml (3.4.4) rolify (6.0.1) - rspec-core (3.13.5) + rspec-core (3.13.6) rspec-support (~> 3.13.0) rspec-expectations (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.5) + rspec-mocks (3.13.7) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (8.0.2) + rspec-rails (8.0.3) actionpack (>= 7.2) activesupport (>= 7.2) railties (>= 7.2) @@ -274,7 +275,7 @@ GEM rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) rspec-support (~> 3.13) - rspec-support (3.13.4) + rspec-support (3.13.7) rubocop (1.73.2) json (~> 2.3) language_server-protocol (~> 3.17.0.2) @@ -382,7 +383,7 @@ DEPENDENCIES rails (~> 8.1.2) rails-controller-testing rolify (~> 6.0.1) - rspec-rails (~> 8.0.2) + rspec-rails (~> 8.0.3) rubocop-rails-omakase selenium-webdriver simplecov