From d058543e02d2449779084b836d45afa7b6ac1c09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2025 19:11:35 +0000 Subject: [PATCH] Update rspec-rails requirement from ~> 5.1.2 to ~> 7.1.1 Updates the requirements on [rspec-rails](https://github.com/rspec/rspec-rails) to permit the latest version. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v5.1.2...v7.1.1) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 93 +++++++++++++++++++++++--------------------- high_voltage.gemspec | 2 +- 2 files changed, 50 insertions(+), 45 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9b9d164..b4044a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -39,8 +39,8 @@ GEM rake thor (>= 0.14.0) base64 (0.2.0) - bigdecimal (3.1.8) - builder (3.2.4) + bigdecimal (3.1.9) + builder (3.3.0) capybara (3.40.0) addressable matrix @@ -51,52 +51,58 @@ GEM regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) coderay (1.1.3) - concurrent-ruby (1.3.4) - connection_pool (2.4.1) + concurrent-ruby (1.3.5) + connection_pool (2.5.0) crass (1.0.6) + date (3.4.1) diff-lcs (1.5.1) drb (2.2.1) - erubi (1.12.0) - i18n (1.14.5) + erubi (1.13.1) + i18n (1.14.7) concurrent-ruby (~> 1.0) - io-console (0.7.2) - irb (1.13.1) + io-console (0.8.0) + irb (1.15.1) + pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - loofah (2.22.0) + loofah (2.24.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) matrix (0.4.2) method_source (1.0.0) mini_mime (1.1.5) - mini_portile2 (2.8.5) - minitest (5.25.1) - mutex_m (0.2.0) - nokogiri (1.16.3) + mini_portile2 (2.8.8) + minitest (5.25.4) + mutex_m (0.3.0) + nokogiri (1.18.2) mini_portile2 (~> 2.8.2) racc (~> 1.4) + pp (0.6.2) + prettyprint + prettyprint (0.2.0) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - psych (5.1.2) + psych (5.2.3) + date stringio public_suffix (5.0.5) - racc (1.7.3) - rack (2.2.9) - rack-session (1.0.2) - rack (< 3) - rack-test (2.1.0) + racc (1.8.1) + rack (3.1.9) + rack-session (2.1.0) + base64 (>= 0.1.0) + rack (>= 3.0.0) + rack-test (2.2.0) rack (>= 1.3) - rackup (1.0.0) - rack (< 3) - webrick + rackup (2.2.1) + rack (>= 3) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.0) + rails-html-sanitizer (1.6.2) loofah (~> 2.21) - nokogiri (~> 1.14) + nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) railties (7.1.4) actionpack (= 7.1.4) activesupport (= 7.1.4) @@ -105,37 +111,36 @@ GEM rake (>= 12.2) thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) - rake (13.1.0) - rdoc (6.6.3.1) + rake (13.2.1) + rdoc (6.12.0) psych (>= 4.0.0) regexp_parser (2.9.0) - reline (0.5.7) + reline (0.6.0) io-console (~> 0.5) - rspec-core (3.13.0) + rspec-core (3.13.3) rspec-support (~> 3.13.0) - rspec-expectations (3.13.0) + rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.0) + rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.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.13.1) - stringio (3.1.0) - thor (1.3.1) + rspec-rails (7.1.1) + actionpack (>= 7.0) + activesupport (>= 7.0) + railties (>= 7.0) + rspec-core (~> 3.13) + rspec-expectations (~> 3.13) + rspec-mocks (~> 3.13) + rspec-support (~> 3.13) + rspec-support (3.13.2) + stringio (3.1.2) + thor (1.3.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - webrick (1.8.1) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.14) + zeitwerk (2.6.18) PLATFORMS ruby @@ -146,7 +151,7 @@ DEPENDENCIES capybara high_voltage! pry - rspec-rails (~> 5.1.2) + rspec-rails (~> 7.1.1) BUNDLED WITH 2.6.3 diff --git a/high_voltage.gemspec b/high_voltage.gemspec index cb5ec34..410fb02 100644 --- a/high_voltage.gemspec +++ b/high_voltage.gemspec @@ -26,5 +26,5 @@ Gem::Specification.new do |s| s.add_development_dependency('appraisal') s.add_development_dependency('capybara') s.add_development_dependency('pry') - s.add_development_dependency('rspec-rails', '~> 5.1.2') + s.add_development_dependency('rspec-rails', '~> 7.1.1') end