diff --git a/Gemfile b/Gemfile index 9eb203e..41692e3 100644 --- a/Gemfile +++ b/Gemfile @@ -61,6 +61,6 @@ gem "devise", "~> 4.9" gem "slim-rails", "~> 3.6" -gem "rspec-rails", "~> 7.0", :group => :test +gem "rspec-rails", "~> 7.1", :group => :test gem "factory_bot_rails", "~> 6.4", :groups => [:test, :development] diff --git a/Gemfile.lock b/Gemfile.lock index d05da20..5bd92b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -116,13 +116,13 @@ GEM activesupport (>= 6.0.0) railties (>= 6.0.0) io-console (0.7.2) - irb (1.14.0) + irb (1.14.1) rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.7.2) language_server-protocol (3.17.0.3) logger (1.6.1) - loofah (2.22.0) + loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -163,19 +163,18 @@ GEM ast (~> 2.4.1) racc pg (1.5.8) - psych (5.1.2) + psych (5.2.0) stringio puma (6.4.3) nio4r (~> 2.0) racc (1.8.1) - rack (3.1.7) + rack (3.1.8) rack-session (2.0.0) rack (>= 3.0.0) rack-test (2.1.0) rack (>= 1.3) - rackup (2.1.0) + rackup (2.2.0) rack (>= 3) - webrick (~> 1.8) rails (7.2.1) actioncable (= 7.2.1) actionmailbox (= 7.2.1) @@ -210,20 +209,20 @@ GEM rdoc (6.7.0) psych (>= 4.0.0) regexp_parser (2.9.2) - reline (0.5.10) + reline (0.5.11) io-console (~> 0.5) responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.1) + rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (7.0.1) + rspec-rails (7.1.0) actionpack (>= 7.0) activesupport (>= 7.0) railties (>= 7.0) @@ -278,7 +277,7 @@ GEM sprockets (>= 3.0.0) stimulus-rails (1.3.4) railties (>= 6.0.0) - stringio (3.1.1) + stringio (3.1.2) tailwindcss-rails (2.7.5) railties (>= 7.0.0) tailwindcss-rails (2.7.5-aarch64-linux) @@ -313,11 +312,10 @@ GEM activemodel (>= 6.0.0) bindex (>= 0.4.0) railties (>= 6.0.0) - webrick (1.8.1) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.18) + zeitwerk (2.7.1) PLATFORMS aarch64-linux @@ -339,7 +337,7 @@ DEPENDENCIES pg (~> 1.1) puma (>= 5.0) rails (~> 7.2.1) - rspec-rails (~> 7.0) + rspec-rails (~> 7.1) rubocop-rails-omakase slim-rails (~> 3.6) sprockets-rails