From 2c58f51e06bc48261f3a294bee7ca067563101df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 21:13:34 +0000 Subject: [PATCH] Bump rspec-rails from 5.1.2 to 6.1.0 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 5.1.2 to 6.1.0. - [Release notes](https://github.com/rspec/rspec-rails/releases) - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v5.1.2...v6.1.0) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 32 ++++++++++++++++---------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Gemfile b/Gemfile index 32791882e..6b94fbb51 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ rails_version = (ENV["RAILS_VERSION"] || "~> 7.0.0").to_s gem "capybara", "~> 3" gem "rails", (rails_version == "main") ? {git: "https://github.com/rails/rails", ref: "main"} : rails_version -gem "rspec-rails", "~> 5" +gem "rspec-rails", "~> 6" group :test do gem "cuprite", "~> 0.15" diff --git a/Gemfile.lock b/Gemfile.lock index 11cf37d3f..17b6912a0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -143,7 +143,7 @@ GEM json (2.7.1) language_server-protocol (3.17.0.3) lint_roller (1.1.0) - loofah (2.21.3) + loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) m (1.6.2) @@ -170,7 +170,7 @@ GEM net-smtp (0.4.0) net-protocol nio4r (2.5.9) - nokogiri (1.15.4) + nokogiri (1.15.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.23.0) @@ -225,23 +225,23 @@ GEM reline (0.4.1) io-console (~> 0.5) rexml (3.2.6) - rspec-core (3.12.1) + rspec-core (3.12.2) rspec-support (~> 3.12.0) - rspec-expectations (3.12.2) + rspec-expectations (3.12.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-mocks (3.12.5) + rspec-mocks (3.12.6) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-rails (5.1.2) - actionpack (>= 5.2) - activesupport (>= 5.2) - railties (>= 5.2) - rspec-core (~> 3.10) - rspec-expectations (~> 3.10) - rspec-mocks (~> 3.10) - rspec-support (~> 3.10) - rspec-support (3.12.0) + rspec-rails (6.1.0) + 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) rubocop (1.57.2) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -320,7 +320,7 @@ GEM yard (0.9.34) yard-activesupport-concern (0.0.1) yard (>= 0.8) - zeitwerk (2.6.11) + zeitwerk (2.6.12) PLATFORMS ruby @@ -345,7 +345,7 @@ DEPENDENCIES puma (~> 6) rails (~> 7.0.0) rake (~> 13.0) - rspec-rails (~> 5) + rspec-rails (~> 6) rubocop-md (~> 1) selenium-webdriver (= 4.9.0) simplecov (~> 0.22.0)