Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump shoulda-matchers from 6.1.0 to 6.2.0 #4201

Merged
merged 1 commit into from
Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ group :test do
# Show code coverage.
gem 'simplecov'
# More concise test ("should") matchers
gem 'shoulda-matchers', '~> 6.1'
gem 'shoulda-matchers', '~> 6.2'
# Mock HTTP requests and ensure they are not called during tests.
gem "webmock", "~> 3.23"
# Interface capybara to chrome headless
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ GEM
mini_mime (1.1.5)
mini_racer (0.8.0)
libv8-node (~> 18.16.0.0)
minitest (5.22.2)
minitest (5.22.3)
monetize (1.12.0)
money (~> 6.12)
money (6.16.0)
Expand Down Expand Up @@ -574,7 +574,7 @@ GEM
sprockets-rails
tilt
shellany (0.0.1)
shoulda-matchers (6.1.0)
shoulda-matchers (6.2.0)
activesupport (>= 5.2.0)
simple_form (5.3.0)
actionpack (>= 5.2)
Expand Down Expand Up @@ -738,7 +738,7 @@ DEPENDENCIES
rubocop-performance
rubocop-rails (~> 2.24.0)
sass-rails
shoulda-matchers (~> 6.1)
shoulda-matchers (~> 6.2)
simple_form
simplecov
sprockets (~> 4.2.1)
Expand Down
Loading