Skip to content

Commit a56de8f

Browse files
build(deps-dev): bump shoulda-matchers from 6.2.0 to 6.4.0 (#5049)
Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 6.2.0 to 6.4.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.2.0...v6.4.0) --- updated-dependencies: - dependency-name: shoulda-matchers 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 3fbf17d commit a56de8f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ group :development, :test do
153153
gem 'rubocop-performance'
154154
gem "rubocop-rails", "~> 2.25.1"
155155
# More concise test ("should") matchers
156-
gem "shoulda-matchers", "~> 6.2"
156+
gem "shoulda-matchers", "~> 6.4"
157157
# Default rules for Rubocop.
158158
gem "standard", "~> 1.40"
159159
gem "standard-rails"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ GEM
357357
listen (3.9.0)
358358
rb-fsevent (~> 0.10, >= 0.10.3)
359359
rb-inotify (~> 0.9, >= 0.9.10)
360-
logger (1.6.5)
360+
logger (1.6.6)
361361
lograge (0.14.0)
362362
actionpack (>= 4)
363363
activesupport (>= 4)
@@ -632,7 +632,7 @@ GEM
632632
tilt
633633
securerandom (0.4.1)
634634
shellany (0.0.1)
635-
shoulda-matchers (6.2.0)
635+
shoulda-matchers (6.4.0)
636636
activesupport (>= 5.2.0)
637637
simple_form (5.3.1)
638638
actionpack (>= 5.2)
@@ -809,7 +809,7 @@ DEPENDENCIES
809809
rubocop-performance
810810
rubocop-rails (~> 2.25.1)
811811
sass-rails
812-
shoulda-matchers (~> 6.2)
812+
shoulda-matchers (~> 6.4)
813813
simple_form
814814
simplecov
815815
solid_cache (~> 1.0)

0 commit comments

Comments
 (0)