diff --git a/Gemfile b/Gemfile index 4f7b6c7fb..fad2fe698 100644 --- a/Gemfile +++ b/Gemfile @@ -117,7 +117,7 @@ group :development, :test do # Our preferred testing library for Ruby and Rails projects gem "rails-controller-testing" - gem "rspec-rails", "~> 6.1.1" + gem "rspec-rails", "~> 6.1.2" gem "rswag-specs" gem "shoulda-matchers", "~> 6.2" diff --git a/Gemfile.lock b/Gemfile.lock index f684a1e7e..8c39df359 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -164,7 +164,7 @@ GEM debug_inspector (1.2.0) decent_exposure (3.0.4) activesupport (>= 4.0) - diff-lcs (1.5.0) + diff-lcs (1.5.1) discard (1.3.0) activerecord (>= 4.2, < 8) docile (1.4.0) @@ -380,23 +380,23 @@ GEM chunky_png (~> 1.0) rqrcode_core (~> 1.0) rqrcode_core (1.2.0) - rspec-core (3.12.2) - rspec-support (~> 3.12.0) - rspec-expectations (3.12.3) + rspec-core (3.13.0) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-mocks (3.12.6) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-rails (6.1.1) + rspec-support (~> 3.13.0) + rspec-rails (6.1.2) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) - rspec-core (~> 3.12) - rspec-expectations (~> 3.12) - rspec-mocks (~> 3.12) - rspec-support (~> 3.12) - rspec-support (3.12.1) + rspec-core (~> 3.13) + rspec-expectations (~> 3.13) + rspec-mocks (~> 3.13) + rspec-support (~> 3.13) + rspec-support (3.13.1) rswag-api (2.13.0) activesupport (>= 3.1, < 7.2) railties (>= 3.1, < 7.2) @@ -573,7 +573,7 @@ DEPENDENCIES redcarpet (~> 3.6) rotp (~> 6.3) rqrcode (~> 2.2) - rspec-rails (~> 6.1.1) + rspec-rails (~> 6.1.2) rswag-api rswag-specs rswag-ui