Skip to content

Commit

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

Bump shoulda-matchers from 6.0.0 to 6.1.0
  • Loading branch information
murny authored Jan 19, 2024
2 parents d6b4991 + 142abb3 commit 454fd25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,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.0'
gem 'shoulda-matchers', '~> 6.1'

gem 'json-schema', '~> 4.1.1'
gem 'launchy'
Expand Down
9 changes: 4 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
Expand Down Expand Up @@ -161,7 +160,7 @@ GEM
open4 (~> 1.3)
clamby (1.6.10)
colored2 (3.1.2)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
cork (0.3.0)
colored2 (~> 3.1)
Expand Down Expand Up @@ -327,7 +326,7 @@ GEM
mini_magick (4.12.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.20.0)
minitest (5.21.2)
minitest-retry (0.2.2)
minitest (>= 5.0)
msgpack (1.7.2)
Expand Down Expand Up @@ -512,7 +511,7 @@ GEM
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
semantic_range (3.0.0)
shoulda-matchers (6.0.0)
shoulda-matchers (6.1.0)
activesupport (>= 5.2.0)
sidekiq (7.2.0)
concurrent-ruby (< 2)
Expand Down Expand Up @@ -661,7 +660,7 @@ DEPENDENCIES
rubocop-rails
sdoc
selenium-webdriver
shoulda-matchers (~> 6.0)
shoulda-matchers (~> 6.1)
sidekiq (~> 7.2)
sidekiq-cron (~> 1.12)
sidekiq-unique-jobs (~> 8.0)
Expand Down

0 comments on commit 454fd25

Please sign in to comment.