diff --git a/Gemfile b/Gemfile index a5bed18..3c12c88 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ] group :development, :test do # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem gem "debug", platforms: %i[ mri mingw x64_mingw ] - gem 'rspec-rails', '~> 6.1.4' + gem 'rspec-rails', '~> 7.0.1' gem 'simplecov' #Simplecov-cobertura to generate an xml coverage file which can then be uploaded to Codecov gem 'simplecov-cobertura' diff --git a/Gemfile.lock b/Gemfile.lock index b3bf905..89238d1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -102,7 +102,7 @@ GEM irb (1.14.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - logger (1.6.0) + logger (1.6.1) loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -113,7 +113,7 @@ GEM net-smtp marcel (1.0.4) mini_mime (1.1.5) - minitest (5.25.0) + minitest (5.25.1) net-imap (0.4.14) date net-protocol @@ -377,18 +377,18 @@ GEM io-console (~> 0.5) rexml (3.3.6) strscan - rspec-core (3.13.0) + rspec-core (3.13.1) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.1.4) - actionpack (>= 6.1) - activesupport (>= 6.1) - railties (>= 6.1) + rspec-rails (7.0.1) + actionpack (>= 7.0) + activesupport (>= 7.0) + railties (>= 7.0) rspec-core (~> 3.13) rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) @@ -419,7 +419,7 @@ GEM railties (>= 7.0.0) tailwindcss-rails (2.7.3-x86_64-linux) railties (>= 7.0.0) - thor (1.3.1) + thor (1.3.2) timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -428,7 +428,7 @@ GEM websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.17) + zeitwerk (2.6.18) PLATFORMS x86_64-darwin-21 @@ -442,7 +442,7 @@ DEPENDENCIES opentelemetry-sdk puma (~> 6.4) rails (~> 7.2.0) - rspec-rails (~> 6.1.4) + rspec-rails (~> 7.0.1) simplecov simplecov-cobertura sprockets-rails