diff --git a/Gemfile b/Gemfile index 7373100..7e7c1a5 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ group :development, :test do # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem gem 'debug', platforms: %i[mri windows] - gem 'rspec-rails', '~> 7.0' + gem 'rspec-rails', '~> 8.0' gem 'factory_bot_rails', '~> 6.2' gem 'test-prof', '~> 1.0' diff --git a/Gemfile.lock b/Gemfile.lock index a41a426..c53f43c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -91,7 +91,7 @@ GEM zeitwerk (~> 2.7) coderay (1.1.3) concurrent-ruby (1.3.5) - connection_pool (2.5.2) + connection_pool (2.5.3) crass (1.0.6) csv (3.3.0) database_cleaner-active_record (2.2.0) @@ -104,7 +104,7 @@ GEM reline (>= 0.3.8) debug_inspector (1.1.0) declarative_policy (1.1.0) - diff-lcs (1.5.1) + diff-lcs (1.6.1) docile (1.4.0) drb (2.2.1) erubi (1.13.1) @@ -149,7 +149,7 @@ GEM mini_magick (>= 4.9.5, < 6) ruby-vips (>= 2.0.17, < 3) io-console (0.8.0) - irb (1.15.1) + irb (1.15.2) pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) @@ -188,7 +188,7 @@ GEM net-smtp (0.5.1) net-protocol nio4r (2.7.4) - nokogiri (1.18.4-x86_64-linux-gnu) + nokogiri (1.18.8-x86_64-linux-gnu) racc (~> 1.4) parallel (1.26.3) parser (3.3.7.4) @@ -216,7 +216,7 @@ GEM nio4r (~> 2.0) raabro (1.4.0) racc (1.8.1) - rack (3.1.12) + rack (3.1.13) rack-session (2.1.0) base64 (>= 0.1.0) rack (>= 3.0.0) @@ -255,10 +255,10 @@ GEM zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.2.1) - rdoc (6.12.0) + rdoc (6.13.1) psych (>= 4.0.0) regexp_parser (2.10.0) - reline (0.6.0) + reline (0.6.1) io-console (~> 0.5) request_store (1.5.1) rack (>= 1.4) @@ -287,10 +287,10 @@ GEM rspec-parameterized-table_syntax (1.0.1) binding_of_caller rspec-parameterized-core (< 2) - rspec-rails (7.1.1) - actionpack (>= 7.0) - activesupport (>= 7.0) - railties (>= 7.0) + rspec-rails (8.0.0) + actionpack (>= 7.2) + activesupport (>= 7.2) + railties (>= 7.2) rspec-core (~> 3.13) rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) @@ -350,7 +350,7 @@ GEM simplecov (~> 0.19) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - stringio (3.1.5) + stringio (3.1.7) test-prof (1.4.4) thor (1.3.2) timeout (0.4.3) @@ -395,7 +395,7 @@ DEPENDENCIES rails (~> 8.0.0) rotp rspec-parameterized (~> 1.0) - rspec-rails (~> 7.0) + rspec-rails (~> 8.0) rspec_junit_formatter (~> 0.6.0) rubocop-factory_bot (~> 2.23) rubocop-graphql (~> 1.3)