Skip to content

Commit a268907

Browse files
Bump shoulda-matchers from 6.4.0 to 6.5.0
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] <[email protected]>
1 parent 54a4565 commit a268907

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
@@ -151,7 +151,7 @@ group :development, :test do
151151
gem 'rubocop-performance'
152152
gem "rubocop-rails", "~> 2.25.1"
153153
# More concise test ("should") matchers
154-
gem "shoulda-matchers", "~> 6.4"
154+
gem "shoulda-matchers", "~> 6.5"
155155
# Default rules for Rubocop.
156156
gem "standard", "~> 1.40"
157157
gem "standard-rails"

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ GEM
106106
faraday_middleware (~> 1.0, >= 1.0.0.rc1)
107107
net-http-persistent (~> 4.0)
108108
nokogiri (~> 1, >= 1.10.8)
109-
base64 (0.2.0)
109+
base64 (0.3.0)
110110
bcrypt (3.1.20)
111-
benchmark (0.4.0)
111+
benchmark (0.4.1)
112112
better_errors (2.10.1)
113113
erubi (>= 1.0.0)
114114
rack (>= 0.9.0)
@@ -120,7 +120,7 @@ GEM
120120
erubi (~> 1.4)
121121
parser (>= 2.4)
122122
smart_properties
123-
bigdecimal (3.1.9)
123+
bigdecimal (3.2.1)
124124
bindex (0.8.1)
125125
binding_of_caller (1.0.1)
126126
debug_inspector (>= 1.2.0)
@@ -202,7 +202,7 @@ GEM
202202
dotenv-rails (3.1.7)
203203
dotenv (= 3.1.7)
204204
railties (>= 6.1)
205-
drb (2.2.1)
205+
drb (2.2.3)
206206
dry-core (1.0.1)
207207
concurrent-ruby (~> 1.0)
208208
zeitwerk (~> 2.6)
@@ -639,7 +639,7 @@ GEM
639639
tilt
640640
securerandom (0.4.1)
641641
shellany (0.0.1)
642-
shoulda-matchers (6.4.0)
642+
shoulda-matchers (6.5.0)
643643
activesupport (>= 5.2.0)
644644
simple_form (5.3.1)
645645
actionpack (>= 5.2)
@@ -814,7 +814,7 @@ DEPENDENCIES
814814
rubocop-performance
815815
rubocop-rails (~> 2.25.1)
816816
sass-rails
817-
shoulda-matchers (~> 6.4)
817+
shoulda-matchers (~> 6.5)
818818
simple_form
819819
simplecov
820820
solid_cache (~> 1.0)

0 commit comments

Comments
 (0)