diff --git a/Gemfile b/Gemfile index 28dc6cd..cf43f2c 100644 --- a/Gemfile +++ b/Gemfile @@ -76,7 +76,7 @@ group :development, :test do gem "rubocop-rails", "~> 2.34" # Use RSpec for testing [https://rspec.info/] - gem "rspec-rails", "~> 6.0" + gem "rspec-rails", "~> 8.0" # Use FactoryBot for fixtures replacement [https://github.com/thoughtbot/factory_bot] gem "factory_bot_rails" diff --git a/Gemfile.lock b/Gemfile.lock index f5006af..cd31565 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -214,19 +214,19 @@ GEM net-protocol net-ssh (7.3.1) nio4r (2.7.5) - nokogiri (1.19.1-aarch64-linux-gnu) + nokogiri (1.19.2-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.1-aarch64-linux-musl) + nokogiri (1.19.2-aarch64-linux-musl) racc (~> 1.4) - nokogiri (1.19.1-arm-linux-gnu) + nokogiri (1.19.2-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.19.1-arm-linux-musl) + nokogiri (1.19.2-arm-linux-musl) racc (~> 1.4) - nokogiri (1.19.1-x86_64-darwin) + nokogiri (1.19.2-x86_64-darwin) racc (~> 1.4) - nokogiri (1.19.1-x86_64-linux-gnu) + nokogiri (1.19.2-x86_64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.1-x86_64-linux-musl) + nokogiri (1.19.2-x86_64-linux-musl) racc (~> 1.4) orm_adapter (0.5.0) ostruct (0.6.3) @@ -327,14 +327,14 @@ GEM rspec-mocks (3.13.8) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.1.5) - actionpack (>= 6.1) - activesupport (>= 6.1) - railties (>= 6.1) - rspec-core (~> 3.13) - rspec-expectations (~> 3.13) - rspec-mocks (~> 3.13) - rspec-support (~> 3.13) + rspec-rails (8.0.4) + actionpack (>= 7.2) + activesupport (>= 7.2) + railties (>= 7.2) + 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) rswag (2.17.0) rswag-api (= 2.17.0) @@ -462,7 +462,7 @@ DEPENDENCIES rack-cors rails (~> 8.0.4) redis (~> 5.4, >= 5.4.1) - rspec-rails (~> 6.0) + rspec-rails (~> 8.0) rswag rubocop (~> 1.85) rubocop-rails (~> 2.34)