diff --git a/Gemfile b/Gemfile index 9a759234..73031154 100644 --- a/Gemfile +++ b/Gemfile @@ -23,6 +23,6 @@ end group :development, :test do gem 'capybara', '~> 3.40' gem 'rails-controller-testing', '~> 1.0' - gem 'rspec-rails', '~> 6.0' + gem 'rspec-rails', '~> 6.1' gem 'timecop' end diff --git a/Gemfile.lock b/Gemfile.lock index 25ff1e5f..b8b56bce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -96,10 +96,10 @@ GEM rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) - concurrent-ruby (1.2.2) + concurrent-ruby (1.2.3) crass (1.0.6) date (3.3.3) - diff-lcs (1.5.0) + diff-lcs (1.5.1) dotenv (2.8.1) dotenv-rails (2.8.1) dotenv (= 2.8.1) @@ -117,7 +117,7 @@ GEM listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.21.3) + loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -130,7 +130,7 @@ GEM method_source (1.0.0) mini_mime (1.1.5) mini_portile2 (2.8.5) - minitest (5.20.0) + minitest (5.21.2) msgpack (1.7.2) net-imap (0.3.7) date @@ -184,7 +184,7 @@ GEM rake (>= 12.2) thor (~> 1.0) zeitwerk (~> 2.5) - rake (13.0.6) + rake (13.1.0) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) @@ -196,10 +196,10 @@ GEM rspec-expectations (3.12.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-mocks (3.12.5) + rspec-mocks (3.12.6) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-rails (6.0.3) + rspec-rails (6.1.1) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) @@ -207,7 +207,7 @@ GEM rspec-expectations (~> 3.12) rspec-mocks (~> 3.12) rspec-support (~> 3.12) - rspec-support (3.12.0) + rspec-support (3.12.1) sass-rails (6.0.0) sassc-rails (~> 2.1, >= 2.1.1) sassc (2.4.0) @@ -226,7 +226,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - thor (1.2.2) + thor (1.3.0) tilt (2.0.10) timecop (0.9.8) timeout (0.4.0) @@ -239,7 +239,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.11) + zeitwerk (2.6.12) PLATFORMS ruby @@ -255,7 +255,7 @@ DEPENDENCIES rails (~> 7.0) rails-controller-testing (~> 1.0) rollbar - rspec-rails (~> 6.0) + rspec-rails (~> 6.1) sass-rails (~> 6.0) soup (~> 1.0) timecop