Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit 785177e

Browse files
Bump shoulda-matchers from 5.3.0 to 6.5.0 (#600)
Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 5.3.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@v5.3.0...v6.5.0) --- updated-dependencies: - dependency-name: shoulda-matchers dependency-version: 6.5.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f0716a5 commit 785177e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ group :test do
105105
gem 'launchy' # Opens a given URL in a browser
106106
gem 'rack-test' # Small, simple testing API for Rack apps
107107
gem 'rspec-rails', '~> 6.0.0' # RSpec for Rails 6+
108-
gem 'shoulda-matchers', '~> 5.0' # Provides RSpec with additional matchers
108+
gem 'shoulda-matchers', '~> 6.5' # Provides RSpec with additional matchers
109109
end
110110

111111
group :production do

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ GEM
338338
rexml (~> 3.2, >= 3.2.5)
339339
rubyzip (>= 1.2.2, < 3.0)
340340
websocket (~> 1.0)
341-
shoulda-matchers (5.3.0)
341+
shoulda-matchers (6.5.0)
342342
activesupport (>= 5.2.0)
343343
show_me_the_cookies (6.0.0)
344344
capybara (>= 2, < 4)
@@ -479,7 +479,7 @@ DEPENDENCIES
479479
rubocop-rails
480480
sassc-rails (~> 2.1)
481481
selenium-webdriver (~> 4.18.1)
482-
shoulda-matchers (~> 5.0)
482+
shoulda-matchers (~> 6.5)
483483
show_me_the_cookies
484484
simplecov
485485
simplecov-lcov

0 commit comments

Comments
 (0)