diff --git a/Gemfile b/Gemfile index ca5c9c9..823e848 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', '~> 8.0.0' + gem 'rspec-rails', '~> 8.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 04fbe91..0879fed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -72,9 +72,9 @@ GEM securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) uri (>= 0.13.1) - base64 (0.2.0) - benchmark (0.4.0) - bigdecimal (3.1.9) + base64 (0.3.0) + benchmark (0.4.1) + bigdecimal (3.2.2) builder (3.3.0) codecov_opentelem (0.1.7) concurrent-ruby (1.3.5) @@ -86,7 +86,7 @@ GEM reline (>= 0.3.8) diff-lcs (1.6.2) docile (1.4.0) - drb (2.2.1) + drb (2.2.3) erb (5.0.1) erubi (1.13.1) globalid (1.2.1) @@ -357,7 +357,7 @@ GEM puma (6.6.0) nio4r (~> 2.0) racc (1.8.1) - rack (3.1.15) + rack (3.1.16) rack-session (2.1.1) base64 (>= 0.1.0) rack (>= 3.0.0) @@ -379,7 +379,7 @@ GEM activesupport (= 8.0.2) bundler (>= 1.15.0) railties (= 8.0.2) - rails-dom-testing (2.2.0) + rails-dom-testing (2.3.0) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) @@ -394,22 +394,22 @@ GEM rake (>= 12.2) thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) - rake (13.2.1) - rdoc (6.14.0) + rake (13.3.0) + rdoc (6.14.1) erb psych (>= 4.0.0) reline (0.6.1) io-console (~> 0.5) rexml (3.3.9) - rspec-core (3.13.3) + rspec-core (3.13.4) rspec-support (~> 3.13.0) - rspec-expectations (3.13.4) + rspec-expectations (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.4) + rspec-mocks (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (8.0.0) + rspec-rails (8.0.1) actionpack (>= 7.2) activesupport (>= 7.2) railties (>= 7.2) @@ -417,7 +417,7 @@ GEM rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) rspec-support (~> 3.13) - rspec-support (3.13.3) + rspec-support (3.13.4) securerandom (0.4.1) simplecov (0.22.0) docile (~> 1.1) @@ -453,7 +453,7 @@ GEM base64 websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.7.2) + zeitwerk (2.7.3) PLATFORMS x86_64-darwin-21 @@ -467,7 +467,7 @@ DEPENDENCIES opentelemetry-sdk puma (~> 6.6) rails (~> 8.0.2) - rspec-rails (~> 8.0.0) + rspec-rails (~> 8.0.1) simplecov simplecov-cobertura sprockets-rails