From b22a0660e050088ddab7ab61eb72dfc700773edc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 15:02:25 +0000 Subject: [PATCH] Bump rspec-rails from 6.1.2 to 6.1.3 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 6.1.2 to 6.1.3. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v6.1.2...v6.1.3) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 27ec3712b..ba861ade6 100644 --- a/Gemfile +++ b/Gemfile @@ -78,7 +78,7 @@ group :test do gem "capybara-webmock", "~> 0.7.0" gem "email_spec", "~> 2.2.2" gem "pdf-reader", "~> 2.12.0" - gem "rspec-rails", "~> 6.1.2" + gem "rspec-rails", "~> 6.1.3" gem "selenium-webdriver", "~> 4.16.0" gem "simplecov", "~> 0.22.0", require: false gem "simplecov-lcov", "~> 0.8.0", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 73e9b207a..f08425c71 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -108,7 +108,7 @@ GEM bindex (0.8.1) bing_translator (6.2.0) json - builder (3.2.4) + builder (3.3.0) cancancan (3.5.0) capistrano (3.18.1) airbrussh (>= 1.0.0) @@ -203,7 +203,7 @@ GEM rainbow rubocop smart_properties - erubi (1.12.0) + erubi (1.13.0) eslintrb (2.1.0) execjs multi_json (>= 1.3) @@ -344,7 +344,7 @@ GEM mini_magick (4.12.0) mini_mime (1.1.5) mini_portile2 (2.8.7) - minitest (5.23.1) + minitest (5.24.1) mixlib-cli (2.1.8) mixlib-config (3.0.27) tomlrb @@ -371,7 +371,7 @@ GEM net-ssh (7.2.1) nio4r (2.7.3) nkf (0.2.0) - nokogiri (1.16.5) + nokogiri (1.16.6) mini_portile2 (~> 2.8.2) racc (~> 1.4) nori (2.7.0) @@ -520,13 +520,13 @@ GEM rack (>= 1.3.6, < 3.0) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.0) + rspec-expectations (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.0) + rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.1.2) + rspec-rails (6.1.3) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) @@ -685,7 +685,7 @@ GEM wkhtmltopdf-binary (0.12.6.6) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.15) + zeitwerk (2.6.16) PLATFORMS ruby @@ -761,7 +761,7 @@ DEPENDENCIES responders (~> 3.1.1) rinku (~> 2.0.6) ros-apartment (~> 2.11.0) - rspec-rails (~> 6.1.2) + rspec-rails (~> 6.1.3) rubocop (~> 1.61.0) rubocop-capybara (~> 2.21.0) rubocop-factory_bot (~> 2.26.1)