Skip to content

Commit c05d466

Browse files
build(deps-dev): bump rspec from 3.13.0 to 3.13.1 (#4376)
Bumps [rspec](https://github.com/rspec/rspec) from 3.13.0 to 3.13.1. - [Commits](rspec/rspec@rspec-metagem-v3.13.0...rspec-v3.13.1) --- updated-dependencies: - dependency-name: rspec dependency-version: 3.13.1 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 a8a1ab3 commit c05d466

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ group :test do
7777
gem 'mock_redis'
7878
gem 'parallel_tests'
7979
gem 'rack-test'
80-
gem 'rspec', '~> 3.13.0'
80+
gem 'rspec', '~> 3.13.1'
8181
gem 'rspec_api_documentation', '>= 6.1.0'
8282
gem 'rspec-collection_matchers'
8383
gem 'rspec-instafail'

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -441,23 +441,23 @@ GEM
441441
rexml (3.4.1)
442442
roodi (5.0.0)
443443
ruby_parser (~> 3.2, >= 3.2.2)
444-
rspec (3.13.0)
444+
rspec (3.13.1)
445445
rspec-core (~> 3.13.0)
446446
rspec-expectations (~> 3.13.0)
447447
rspec-mocks (~> 3.13.0)
448448
rspec-collection_matchers (1.2.1)
449449
rspec-expectations (>= 2.99.0.beta1)
450-
rspec-core (3.13.3)
450+
rspec-core (3.13.4)
451451
rspec-support (~> 3.13.0)
452-
rspec-expectations (3.13.4)
452+
rspec-expectations (3.13.5)
453453
diff-lcs (>= 1.2.0, < 2.0)
454454
rspec-support (~> 3.13.0)
455455
rspec-instafail (1.0.0)
456456
rspec
457457
rspec-its (2.0.0)
458458
rspec-core (>= 3.13.0)
459459
rspec-expectations (>= 3.13.0)
460-
rspec-mocks (3.13.3)
460+
rspec-mocks (3.13.5)
461461
diff-lcs (>= 1.2.0, < 2.0)
462462
rspec-support (~> 3.13.0)
463463
rspec-rails (8.0.0)
@@ -468,7 +468,7 @@ GEM
468468
rspec-expectations (~> 3.13)
469469
rspec-mocks (~> 3.13)
470470
rspec-support (~> 3.13)
471-
rspec-support (3.13.3)
471+
rspec-support (3.13.4)
472472
rspec-wait (1.0.1)
473473
rspec (>= 3.4)
474474
rspec_api_documentation (6.1.0)
@@ -671,7 +671,7 @@ DEPENDENCIES
671671
rake
672672
redis
673673
roodi
674-
rspec (~> 3.13.0)
674+
rspec (~> 3.13.1)
675675
rspec-collection_matchers
676676
rspec-instafail
677677
rspec-its

0 commit comments

Comments
 (0)