Skip to content

Commit

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

Bump shoulda-matchers from 6.3.1 to 6.4.0
  • Loading branch information
murny authored Aug 23, 2024
2 parents 4e1753d + 92fcdb0 commit 832063a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,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', '~> 6.3'
gem 'shoulda-matchers', '~> 6.4'

gem 'json-schema', '~> 4.3.1'
gem 'launchy'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ GEM
mini_magick (4.13.2)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.24.1)
minitest (5.25.1)
minitest-retry (0.2.2)
minitest (>= 5.0)
msgpack (1.7.2)
Expand Down Expand Up @@ -533,7 +533,7 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
shoulda-matchers (6.3.1)
shoulda-matchers (6.4.0)
activesupport (>= 5.2.0)
sidekiq (7.3.0)
concurrent-ruby (< 2)
Expand Down Expand Up @@ -688,7 +688,7 @@ DEPENDENCIES
rubocop-rails
sdoc
selenium-webdriver
shoulda-matchers (~> 6.3)
shoulda-matchers (~> 6.4)
sidekiq (~> 7.3)
sidekiq-cron (~> 1.12)
sidekiq-unique-jobs (~> 8.0)
Expand Down

0 comments on commit 832063a

Please sign in to comment.