diff --git a/Gemfile b/Gemfile index e244792..c31bfab 100644 --- a/Gemfile +++ b/Gemfile @@ -67,7 +67,7 @@ group :development, :test do end group :development, :test do - gem 'rspec-rails', '~> 6.0' + gem 'rspec-rails', '~> 7.1' gem 'factory_bot_rails' gem 'faker' gem 'shoulda-matchers' diff --git a/Gemfile.lock b/Gemfile.lock index 1b4a9eb..49bd289 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,6 +79,7 @@ GEM execjs (~> 2) base64 (0.2.0) bcrypt (3.1.20) + bcrypt_pbkdf (1.1.1) bcrypt_pbkdf (1.1.1-arm64-darwin) benchmark (0.4.0) bigdecimal (3.1.9) @@ -137,6 +138,7 @@ GEM faker (3.5.1) i18n (>= 1.8.11, < 2) ffi (1.17.0-arm64-darwin) + ffi (1.17.0-x86_64-linux-gnu) fugit (1.11.1) et-orbi (~> 1, >= 1.2.11) raabro (~> 1.4) @@ -199,6 +201,8 @@ GEM nio4r (2.7.4) nokogiri (1.18.2-arm64-darwin) racc (~> 1.4) + nokogiri (1.18.2-x86_64-linux-gnu) + racc (~> 1.4) orm_adapter (0.5.0) ostruct (0.6.1) pagy (9.3.3) @@ -224,7 +228,7 @@ GEM nio4r (~> 2.0) raabro (1.4.0) racc (1.8.1) - rack (3.1.8) + rack (3.1.9) rack-session (2.1.0) base64 (>= 0.1.0) rack (>= 3.0.0) @@ -263,7 +267,7 @@ GEM zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.2.1) - rdoc (6.11.0) + rdoc (6.12.0) psych (>= 4.0.0) regexp_parser (2.10.0) reline (0.6.0) @@ -272,7 +276,7 @@ GEM actionpack (>= 5.2) railties (>= 5.2) rexml (3.4.0) - rspec-core (3.13.2) + rspec-core (3.13.3) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -280,10 +284,10 @@ GEM rspec-mocks (3.13.2) 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-rails (7.1.1) + actionpack (>= 7.0) + activesupport (>= 7.0) + railties (>= 7.0) rspec-core (~> 3.13) rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) @@ -394,6 +398,7 @@ GEM temple (0.10.3) thor (1.3.2) thruster (0.1.10-arm64-darwin) + thruster (0.1.10-x86_64-linux) tilt (2.6.0) timeout (0.4.3) turbo-rails (2.0.11) @@ -425,6 +430,7 @@ GEM PLATFORMS arm64-darwin + x86_64-linux DEPENDENCIES bootsnap @@ -445,7 +451,7 @@ DEPENDENCIES propshaft puma (>= 5.0) rails (~> 8.0.0) - rspec-rails (~> 6.0) + rspec-rails (~> 7.1) rubocop rubocop-performance rubocop-rails