Skip to content

Commit

Permalink
Merge pull request #3321 from ualbertalib/dependabot/bundler/master/s…
Browse files Browse the repository at this point in the history
…houlda-matchers-6.0.0

Bump shoulda-matchers from 5.3.0 to 6.0.0
  • Loading branch information
murny authored Dec 27, 2023
2 parents 307d2b9 + e73cfc5 commit 5ef8785
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ group :test do
gem 'simplecov'
# Faker added 0.5 seconds to the test suite per call. Haikunator seems much faster for faking strings
gem 'haikunator'
gem 'shoulda-matchers', '~> 5.3'
gem 'shoulda-matchers', '~> 6.0'

gem 'json-schema', '~> 4.1.1'
gem 'launchy'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ GEM
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
semantic_range (3.0.0)
shoulda-matchers (5.3.0)
shoulda-matchers (6.0.0)
activesupport (>= 5.2.0)
sidekiq (7.2.0)
concurrent-ruby (< 2)
Expand Down Expand Up @@ -686,7 +686,7 @@ DEPENDENCIES
rubocop-rails
sdoc
selenium-webdriver
shoulda-matchers (~> 5.3)
shoulda-matchers (~> 6.0)
sidekiq (~> 7.2)
sidekiq-cron (~> 1.12)
sidekiq-unique-jobs (~> 8.0)
Expand Down

0 comments on commit 5ef8785

Please sign in to comment.