diff --git a/Gemfile b/Gemfile index 27e1030..ec2cd67 100644 --- a/Gemfile +++ b/Gemfile @@ -63,7 +63,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 'factory_bot_rails' - gem 'rspec-rails', '~> 7.0.1' + gem 'rspec-rails', '~> 7.1.0' gem 'shoulda-matchers' end diff --git a/Gemfile.lock b/Gemfile.lock index c755c4f..f766ae5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -96,7 +96,7 @@ GEM bcrypt_pbkdf (1.1.1-arm64-darwin) bcrypt_pbkdf (1.1.1-x86_64-darwin) benchmark (0.4.0) - bigdecimal (3.1.8) + bigdecimal (3.1.9) bindex (0.8.1) bootsnap (1.18.4) msgpack (~> 1.2) @@ -211,6 +211,7 @@ GEM maxmind-db (~> 1.2) mini_magick (5.0.1) mini_mime (1.1.5) + mini_portile2 (2.8.8) minitest (5.25.4) msgpack (1.7.5) mutex_m (0.3.0) @@ -229,17 +230,18 @@ GEM net-protocol net-ssh (7.3.0) nio4r (2.7.4) - nokogiri (1.17.2-aarch64-linux) + nokogiri (1.18.1) + mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.17.2-arm-linux) + nokogiri (1.18.1-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.17.2-arm64-darwin) + nokogiri (1.18.1-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.17.2-x86-linux) + nokogiri (1.18.1-arm64-darwin) racc (~> 1.4) - nokogiri (1.17.2-x86_64-darwin) + nokogiri (1.18.1-x86_64-darwin) racc (~> 1.4) - nokogiri (1.17.2-x86_64-linux) + nokogiri (1.18.1-x86_64-linux-gnu) racc (~> 1.4) orm_adapter (0.5.0) ostruct (0.6.1) @@ -311,7 +313,7 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (7.0.2) + rspec-rails (7.1.0) actionpack (>= 7.0) activesupport (>= 7.0) railties (>= 7.0) @@ -434,7 +436,7 @@ DEPENDENCIES puma (>= 5.0) rails (~> 8.0) redis (>= 4.0.1) - rspec-rails (~> 7.0.1) + rspec-rails (~> 7.1.0) selenium-webdriver shoulda-matchers sidekiq