From a24b4a2cb401848d1d3644b41df9efb7535f1590 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 14:06:51 +0000 Subject: [PATCH] build(deps-dev): bump rspec-rails from 6.1.0 to 6.1.1 Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 6.1.0 to 6.1.1. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](https://github.com/rspec/rspec-rails/compare/v6.1.0...v6.1.1) --- 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 | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index 909dd7ec..2e418904 100644 --- a/Gemfile +++ b/Gemfile @@ -54,7 +54,7 @@ group :development, :test do gem 'byebug', '~> 11.1.3', platforms: %i[mri mingw x64_mingw] gem 'dotenv-rails', '~> 2.8.1', '>= 2.8.1' gem 'i18n-tasks', '~> 1.0.13' - gem 'rspec-rails', '~> 6.1.0' + gem 'rspec-rails', '~> 6.1.1' gem 'rubocop', '~> 1.59.0' gem 'rubocop-performance', '~> 1.20.2' gem 'rubocop-rails', '~> 2.23.1' diff --git a/Gemfile.lock b/Gemfile.lock index 5c28d47a..cff39598 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -133,7 +133,7 @@ GEM connection_pool (2.4.1) crass (1.0.6) date (3.3.4) - diff-lcs (1.5.0) + diff-lcs (1.5.1) docile (1.4.0) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) @@ -170,7 +170,7 @@ GEM rainbow (>= 2.2.2, < 4.0) terminal-table (>= 1.5.1) io-console (0.7.2) - irb (1.11.1) + irb (1.11.2) rdoc reline (>= 0.4.2) jbuilder (2.11.5) @@ -197,7 +197,7 @@ GEM mime-types-data (3.2020.0512) mini_mime (1.1.5) mini_portile2 (2.8.5) - minitest (5.21.2) + minitest (5.22.2) msgpack (1.7.2) mutex_m (0.2.0) net-imap (0.4.9.1) @@ -211,7 +211,7 @@ GEM net-protocol netrc (0.11.0) nio4r (2.7.0) - nokogiri (1.16.0) + nokogiri (1.16.2) mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.24.0) @@ -225,7 +225,7 @@ GEM nio4r (~> 2.0) raabro (1.4.0) racc (1.7.3) - rack (3.0.8) + rack (3.0.9) rack-attack (6.7.0) rack (>= 1.0, < 4) rack-proxy (0.7.6) @@ -297,15 +297,15 @@ GEM roo (2.10.1) nokogiri (~> 1) rubyzip (>= 1.3.0, < 3.0.0) - rspec-core (3.12.2) - rspec-support (~> 3.12.0) - rspec-expectations (3.12.3) + rspec-core (3.13.0) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-mocks (3.12.6) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-rails (6.1.0) + rspec-support (~> 3.13.0) + rspec-rails (6.1.1) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) @@ -313,7 +313,7 @@ GEM rspec-expectations (~> 3.12) rspec-mocks (~> 3.12) rspec-support (~> 3.12) - rspec-support (3.12.1) + rspec-support (3.13.0) rubocop (1.59.0) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -383,7 +383,7 @@ GEM websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.12) + zeitwerk (2.6.13) PLATFORMS ruby @@ -412,7 +412,7 @@ DEPENDENCIES rest-client (~> 2.1) rollbar (~> 3.5.1) roo (~> 2.10.1) - rspec-rails (~> 6.1.0) + rspec-rails (~> 6.1.1) rubocop (~> 1.59.0) rubocop-performance (~> 1.20.2) rubocop-rails (~> 2.23.1)