Skip to content

Commit fc076e6

Browse files
build(deps-dev): bump rspec-rails from 6.1.3 to 6.1.4 (#3932)
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 6.1.3 to 6.1.4. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v6.1.3...v6.1.4) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 338c7f0 commit fc076e6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ group :test do
8383
gem 'rspec-collection_matchers'
8484
gem 'rspec-instafail'
8585
gem 'rspec-its'
86-
gem 'rspec-rails', '~> 6.1.3'
86+
gem 'rspec-rails', '~> 6.1.4'
8787
gem 'rspec-wait'
8888
gem 'rubocop', '~> 1.65.1'
8989
gem 'rubocop-capybara'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ GEM
125125
codeclimate-test-reporter (1.0.9)
126126
simplecov (<= 0.13)
127127
coderay (1.1.3)
128-
concurrent-ruby (1.3.3)
128+
concurrent-ruby (1.3.4)
129129
connection_pool (2.4.1)
130130
cookiejar (0.3.3)
131131
crack (1.0.0)
@@ -316,7 +316,7 @@ GEM
316316
mime-types-data (3.2024.0702)
317317
mini_mime (1.1.5)
318318
mini_portile2 (2.8.7)
319-
minitest (5.24.1)
319+
minitest (5.25.0)
320320
mock_redis (0.44.0)
321321
ms_rest (0.6.4)
322322
concurrent-ruby (~> 1.0)
@@ -453,7 +453,7 @@ GEM
453453
rspec-mocks (3.13.1)
454454
diff-lcs (>= 1.2.0, < 2.0)
455455
rspec-support (~> 3.13.0)
456-
rspec-rails (6.1.3)
456+
rspec-rails (6.1.4)
457457
actionpack (>= 6.1)
458458
activesupport (>= 6.1)
459459
railties (>= 6.1)
@@ -653,7 +653,7 @@ DEPENDENCIES
653653
rspec-collection_matchers
654654
rspec-instafail
655655
rspec-its
656-
rspec-rails (~> 6.1.3)
656+
rspec-rails (~> 6.1.4)
657657
rspec-wait
658658
rspec_api_documentation (>= 6.1.0)
659659
rubocop (~> 1.65.1)

0 commit comments

Comments
 (0)