Skip to content

Commit 3aa9664

Browse files
build(deps-dev): bump rspec from 3.13.1 to 3.13.2 (#4614)
Bumps [rspec](https://github.com/rspec/rspec) from 3.13.1 to 3.13.2. - [Commits](rspec/rspec@rspec-v3.13.1...rspec-v3.13.2) --- updated-dependencies: - dependency-name: rspec dependency-version: 3.13.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b951ac4 commit 3aa9664

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.1'
80+
gem 'rspec', '~> 3.13.2'
8181
gem 'rspec_api_documentation', '>= 6.1.0'
8282
gem 'rspec-collection_matchers'
8383
gem 'rspec-instafail'

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -450,13 +450,13 @@ GEM
450450
rexml (3.4.4)
451451
roodi (5.0.0)
452452
ruby_parser (~> 3.2, >= 3.2.2)
453-
rspec (3.13.1)
453+
rspec (3.13.2)
454454
rspec-core (~> 3.13.0)
455455
rspec-expectations (~> 3.13.0)
456456
rspec-mocks (~> 3.13.0)
457457
rspec-collection_matchers (1.2.1)
458458
rspec-expectations (>= 2.99.0.beta1)
459-
rspec-core (3.13.5)
459+
rspec-core (3.13.6)
460460
rspec-support (~> 3.13.0)
461461
rspec-expectations (3.13.5)
462462
diff-lcs (>= 1.2.0, < 2.0)
@@ -466,7 +466,7 @@ GEM
466466
rspec-its (2.0.0)
467467
rspec-core (>= 3.13.0)
468468
rspec-expectations (>= 3.13.0)
469-
rspec-mocks (3.13.5)
469+
rspec-mocks (3.13.6)
470470
diff-lcs (>= 1.2.0, < 2.0)
471471
rspec-support (~> 3.13.0)
472472
rspec-rails (8.0.2)
@@ -477,7 +477,7 @@ GEM
477477
rspec-expectations (~> 3.13)
478478
rspec-mocks (~> 3.13)
479479
rspec-support (~> 3.13)
480-
rspec-support (3.13.4)
480+
rspec-support (3.13.6)
481481
rspec-wait (1.0.2)
482482
rspec (>= 3.4)
483483
rspec_api_documentation (6.1.0)
@@ -686,7 +686,7 @@ DEPENDENCIES
686686
rake
687687
redis
688688
roodi
689-
rspec (~> 3.13.1)
689+
rspec (~> 3.13.2)
690690
rspec-collection_matchers
691691
rspec-instafail
692692
rspec-its

0 commit comments

Comments
 (0)