diff --git a/Gemfile b/Gemfile index c000fdae..bcbd366b 100644 --- a/Gemfile +++ b/Gemfile @@ -73,7 +73,7 @@ group :development, :test do gem "annotate", github: "dabit/annotate_models", branch: "rails-7" gem "factory_bot_rails" gem "faker", github: "faker-ruby/faker", branch: :main - gem "rspec-rails", "~> 6.1.1" + gem "rspec-rails", "~> 7.1.0" gem "rubocop-rails", require: false gem "rubocop-rails_config" gem "rubocop-rspec", require: false diff --git a/Gemfile.lock b/Gemfile.lock index c3aeced8..ea61dff1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -226,7 +226,7 @@ GEM json (2.7.2) language_server-protocol (3.17.0.3) logger (1.6.1) - loofah (2.22.0) + loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -297,7 +297,7 @@ GEM activesupport (>= 7.0.0) rack railties (>= 7.0.0) - psych (5.1.2) + psych (5.2.0) stringio public_suffix (6.0.1) puma (6.4.3) @@ -319,9 +319,8 @@ GEM rack (>= 3.0.0) rack-test (2.1.0) rack (>= 1.3) - rackup (2.1.0) + rackup (2.2.0) rack (>= 3) - webrick (~> 1.8) rails (7.1.4.1) actioncable (= 7.1.4.1) actionmailbox (= 7.1.4.1) @@ -360,14 +359,14 @@ GEM redis-client (0.22.2) connection_pool regexp_parser (2.9.2) - reline (0.5.10) + reline (0.5.11) io-console (~> 0.5) responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) rexml (3.3.8) rolify (6.0.1) - rspec-core (3.13.1) + rspec-core (3.13.2) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -375,10 +374,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.0) + actionpack (>= 7.0) + activesupport (>= 7.0) + railties (>= 7.0) rspec-core (~> 3.13) rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) @@ -441,7 +440,7 @@ GEM redis-client (>= 0.22.2) stimulus-rails (1.3.4) railties (>= 6.0.0) - stringio (3.1.1) + stringio (3.1.2) stripe (13.0.0) thor (1.3.2) timeout (0.4.1) @@ -466,14 +465,13 @@ GEM nokogiri (~> 1.6) rubyzip (>= 1.3.0) selenium-webdriver (~> 4.0, < 4.11) - webrick (1.8.2) websocket (1.2.11) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.7.0) + zeitwerk (2.7.1) PLATFORMS arm64-darwin-22 @@ -520,7 +518,7 @@ DEPENDENCIES rails (~> 7.1.3) redis (~> 5.3) rolify - rspec-rails (~> 6.1.1) + rspec-rails (~> 7.1.0) rubocop-rails rubocop-rails_config rubocop-rspec