From f64dd99034f6cdc5869b7b58656e9e3f11d84c67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 12:34:26 +0000 Subject: [PATCH] Update dependency rspec-rails to v6.1.3 --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 35749e16..47b75e05 100755 --- a/Gemfile +++ b/Gemfile @@ -33,7 +33,7 @@ gem 'minitest-reporters', '1.7.1', require: false gem 'rake', '13.2.1', require: false gem 'random-port', '~>0', require: false gem 'rdoc', '6.6.0', require: false -gem 'rspec-rails', '6.1.0', require: false +gem 'rspec-rails', '6.1.3', require: false gem 'rubocop', '1.65.0', require: false gem 'rubocop-rspec', '3.0.3', require: false gem 'simplecov', '0.22.0', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 1c801cb2..bd9917bc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -105,6 +105,7 @@ GEM ffi (>= 1.15.0) eventmachine (1.2.7) ffi (1.17.0-arm64-darwin) + ffi (1.17.0-x86_64-linux-gnu) formatador (1.1.0) futex (0.8.6) get_process_mem (0.2.7) @@ -167,6 +168,8 @@ GEM nenv (0.3.0) nokogiri (1.16.6-arm64-darwin) racc (~> 1.4) + nokogiri (1.16.6-x86_64-linux) + racc (~> 1.4) notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) @@ -230,14 +233,14 @@ GEM rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.1.0) + rspec-rails (6.1.3) 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-core (~> 3.13) + rspec-expectations (~> 3.13) + rspec-mocks (~> 3.13) + rspec-support (~> 3.13) rspec-support (3.13.1) rubocop (1.65.0) json (~> 2.3) @@ -312,6 +315,7 @@ GEM PLATFORMS arm64-darwin-22 + x86_64-linux DEPENDENCIES cucumber (= 9.1.0) @@ -324,7 +328,7 @@ DEPENDENCIES rake (= 13.2.1) random-port (~> 0) rdoc (= 6.6.0) - rspec-rails (= 6.1.0) + rspec-rails (= 6.1.3) rubocop (= 1.65.0) rubocop-rspec (= 3.0.3) simplecov (= 0.22.0)