diff --git a/Gemfile b/Gemfile index d636793..dd828f3 100644 --- a/Gemfile +++ b/Gemfile @@ -55,7 +55,7 @@ group :development, :test do gem "simplecov", require: false # Test suite - gem "rspec-rails", "~> 6.1.0" + gem "rspec-rails", "~> 6.1.4" # Linter gem "rubocop", require: false diff --git a/Gemfile.lock b/Gemfile.lock index bf19842..f8a7c88 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -234,13 +234,13 @@ GEM strscan rspec-core (3.13.0) 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.3) + rspec-rails (6.1.4) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) @@ -351,7 +351,7 @@ DEPENDENCIES puma (>= 5.0) rack-mini-profiler rails (~> 7.2.1) - rspec-rails (~> 6.1.0) + rspec-rails (~> 6.1.4) rubocop rubocop-rails-omakase simplecov