From 55c5bcd22c50ffbfab7fa34e786ff0f9f724aca8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 15:07:34 +0000 Subject: [PATCH] Update dependency rspec-rails to v6.1.4 --- Gemfile | 2 +- Gemfile.lock | 44 ++++++++++++++++++++++---------------------- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Gemfile b/Gemfile index 8b4796c13..8c79c0cf4 100644 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ gem 'rack-test', '2.1.0' gem 'rake', '13.2.1', require: false gem 'relative_time', '1.1.0' gem 'rerun', '0.14.0', require: false -gem 'rspec-rails', '6.1.2', require: false +gem 'rspec-rails', '6.1.4', require: false gem 'rubocop', '1.61.0', require: false gem 'rubocop-rspec', '3.0.3', require: false gem 'sass', '3.7.4' diff --git a/Gemfile.lock b/Gemfile.lock index f7e36a70b..6028f52cc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,9 @@ GEM remote: https://rubygems.org/ specs: - actionpack (7.1.3.2) - actionview (= 7.1.3.2) - activesupport (= 7.1.3.2) + actionpack (7.1.3.4) + actionview (= 7.1.3.4) + activesupport (= 7.1.3.4) nokogiri (>= 1.8.5) racc rack (>= 2.2.4) @@ -11,13 +11,13 @@ GEM rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - actionview (7.1.3.2) - activesupport (= 7.1.3.2) + actionview (7.1.3.4) + activesupport (= 7.1.3.4) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activesupport (7.1.3.2) + activesupport (7.1.3.4) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) @@ -35,7 +35,7 @@ GEM backtrace (0.4.0) base58 (0.2.3) base64 (0.2.0) - bigdecimal (3.1.7) + bigdecimal (3.1.8) builder (3.2.4) coercible (1.0.0) descendants_tracker (~> 0.0.1) @@ -82,7 +82,7 @@ GEM temple (>= 0.8.2) thor tilt - i18n (1.14.4) + i18n (1.14.5) concurrent-ruby (~> 1.0) ice_nine (0.11.2) io-console (0.7.2) @@ -105,11 +105,11 @@ GEM mustermann (3.0.0) ruby2_keywords (~> 0.0.1) mutex_m (0.2.0) - nokogiri (1.16.3-arm64-darwin) + nokogiri (1.16.7-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.3-x86_64-darwin) + nokogiri (1.16.7-x86_64-darwin) racc (~> 1.4) - nokogiri (1.16.3-x86_64-linux) + nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) openssl (3.2.0) parallel (1.25.1) @@ -124,7 +124,7 @@ GEM random-port (~> 0.3) psych (5.1.2) stringio - racc (1.8.0) + racc (1.8.1) rack (3.0.9.1) rack-protection (4.0.0) base64 (>= 0.1.0) @@ -145,9 +145,9 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - railties (7.1.3.2) - actionpack (= 7.1.3.2) - activesupport (= 7.1.3.2) + railties (7.1.3.4) + actionpack (= 7.1.3.4) + activesupport (= 7.1.3.4) irb rackup (>= 1.0.0) rake (>= 12.2) @@ -159,7 +159,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rdoc (6.6.2) + rdoc (6.6.3.1) psych (>= 4.0.0) regexp_parser (2.9.2) relative_time (1.1.0) @@ -172,13 +172,13 @@ GEM strscan 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.4) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) @@ -236,7 +236,7 @@ GEM sprockets (4.2.1) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) - stringio (3.1.0) + stringio (3.1.1) strscan (3.1.0) telebot (0.1.2) faraday @@ -259,7 +259,7 @@ GEM nokogiri (~> 1.10) rainbow (~> 3.0) slop (~> 4.4) - zeitwerk (2.6.13) + zeitwerk (2.6.17) PLATFORMS arm64-darwin-22 @@ -282,7 +282,7 @@ DEPENDENCIES rake (= 13.2.1) relative_time (= 1.1.0) rerun (= 0.14.0) - rspec-rails (= 6.1.2) + rspec-rails (= 6.1.4) rubocop (= 1.61.0) rubocop-rspec (= 3.0.3) sass (= 3.7.4)