diff --git a/Gemfile b/Gemfile index 1cf74fd..f08bc0c 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.0' + gem 'rspec-rails', '~> 6.1.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 8ae5f84..375fbc3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,7 +76,7 @@ GEM mutex_m tzinfo (~> 2.0) base64 (0.2.0) - bigdecimal (3.1.5) + bigdecimal (3.1.6) builder (3.2.4) codecov_opentelem (0.1.7) concurrent-ruby (1.2.3) @@ -99,7 +99,7 @@ GEM google-protobuf (~> 3.18) i18n (1.14.1) concurrent-ruby (~> 1.0) - io-console (0.7.1) + io-console (0.7.2) irb (1.11.1) rdoc reline (>= 0.4.2) @@ -113,7 +113,7 @@ GEM net-smtp marcel (1.0.2) mini_mime (1.1.5) - minitest (5.21.1) + minitest (5.21.2) mutex_m (0.2.0) net-imap (0.4.9.1) date @@ -379,7 +379,7 @@ GEM rspec-mocks (3.12.6) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-rails (6.1.0) + rspec-rails (6.1.1) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) @@ -434,7 +434,7 @@ DEPENDENCIES opentelemetry-sdk puma (~> 6.4) rails (~> 7.1.3) - rspec-rails (~> 6.1.0) + rspec-rails (~> 6.1.1) simplecov simplecov-cobertura sprockets-rails