Skip to content

Commit b761827

Browse files
build(deps-dev): bump shoulda-matchers from 6.4.0 to 6.5.0 (#7548)
Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 6.4.0 to 6.5.0. - [Release notes](https://github.com/thoughtbot/shoulda-matchers/releases) - [Changelog](https://github.com/thoughtbot/shoulda-matchers/blob/main/CHANGELOG.md) - [Commits](thoughtbot/shoulda-matchers@v6.4.0...v6.5.0) --- updated-dependencies: - dependency-name: shoulda-matchers dependency-version: 6.5.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8f63320 commit b761827

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
@@ -92,7 +92,7 @@ group :test do
9292
gem 'rails-controller-testing'
9393
gem 'shoulda-callback-matchers', '~> 1.1.1'
9494
gem 'shoulda-context', '~> 3.0.0.rc1'
95-
gem 'shoulda-matchers', '~> 6.0'
95+
gem 'shoulda-matchers', '~> 6.5'
9696
gem 'simplecov', require: false
9797
gem 'simplecov-lcov', require: false
9898
gem 'timecop'

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ GEM
8787
autoprefixer-rails (10.4.21.0)
8888
execjs (~> 2)
8989
awesome_print (1.9.2)
90-
base64 (0.2.0)
91-
benchmark (0.4.0)
90+
base64 (0.3.0)
91+
benchmark (0.4.1)
9292
better_errors (2.10.1)
9393
erubi (>= 1.0.0)
9494
rack (>= 0.9.0)
@@ -141,7 +141,7 @@ GEM
141141
descriptive_statistics (2.5.1)
142142
diff-lcs (1.6.1)
143143
docile (1.4.0)
144-
drb (2.2.1)
144+
drb (2.2.3)
145145
dry-configurable (1.3.0)
146146
dry-core (~> 1.1)
147147
zeitwerk (~> 2.6)
@@ -432,7 +432,7 @@ GEM
432432
shoulda-callback-matchers (1.1.4)
433433
activesupport (>= 3)
434434
shoulda-context (3.0.0.rc1)
435-
shoulda-matchers (6.4.0)
435+
shoulda-matchers (6.5.0)
436436
activesupport (>= 5.2.0)
437437
simplecov (0.22.0)
438438
docile (~> 1.1)
@@ -554,7 +554,7 @@ DEPENDENCIES
554554
selenium-webdriver
555555
shoulda-callback-matchers (~> 1.1.1)
556556
shoulda-context (~> 3.0.0.rc1)
557-
shoulda-matchers (~> 6.0)
557+
shoulda-matchers (~> 6.5)
558558
simplecov
559559
simplecov-lcov
560560
sprockets

0 commit comments

Comments
 (0)