Skip to content

Commit 50ba53c

Browse files
Bump shoulda-matchers from 6.0.0 to 6.2.0
Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 6.0.0 to 6.2.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.0.0...v6.2.0) --- updated-dependencies: - dependency-name: shoulda-matchers dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 75ebf83 commit 50ba53c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ group :test do
101101
gem 'selenium-webdriver'
102102
gem 'webdrivers'
103103
gem 'database_cleaner'
104-
gem 'shoulda-matchers', '~> 6.0'
104+
gem 'shoulda-matchers', '~> 6.2'
105105
gem 'simplecov', require: false
106106
gem 'simplecov-lcov', require: false
107107
gem 'timecop', '~> 0.9.8'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ GEM
227227
mini_magick (4.12.0)
228228
mini_mime (1.1.5)
229229
mini_portile2 (2.8.6)
230-
minitest (5.22.3)
230+
minitest (5.23.0)
231231
msgpack (1.7.2)
232232
multi_json (1.15.0)
233233
multi_xml (0.6.0)
@@ -426,7 +426,7 @@ GEM
426426
rexml (~> 3.2, >= 3.2.5)
427427
rubyzip (>= 1.2.2, < 3.0)
428428
websocket (~> 1.0)
429-
shoulda-matchers (6.0.0)
429+
shoulda-matchers (6.2.0)
430430
activesupport (>= 5.2.0)
431431
simple_form (5.3.0)
432432
actionpack (>= 5.2)
@@ -557,7 +557,7 @@ DEPENDENCIES
557557
rubocop-rspec
558558
sassc-rails
559559
selenium-webdriver
560-
shoulda-matchers (~> 6.0)
560+
shoulda-matchers (~> 6.2)
561561
simple_form
562562
simplecov
563563
simplecov-lcov

0 commit comments

Comments
 (0)