Skip to content

Commit a1e8337

Browse files
authored
Merge pull request #5219 from rubyforgood/dependabot/bundler/shoulda-matchers-6.5.0
Bump shoulda-matchers from 6.4.0 to 6.5.0
2 parents cef84ce + a268907 commit a1e8337

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
@@ -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: 5 additions & 5 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)
@@ -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)