Skip to content

Commit

Permalink
Bump shoulda-matchers from 4.0.1 to 4.1.0 (#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored and ConnorSheremeta committed Jun 24, 2019
1 parent c15cc6f commit 937714e
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
# Faker added 0.5 seconds to the test suite per call. Haikunator seems much faster for faking strings
gem 'haikunator'
gem 'minitest-hooks'
gem 'shoulda-matchers', '~> 4.0'
gem 'shoulda-matchers', '~> 4.1'

gem 'launchy'
gem 'vcr', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ GEM
selenium-webdriver (3.142.3)
childprocess (>= 0.5, < 2.0)
rubyzip (~> 1.2, >= 1.2.2)
shoulda-matchers (4.0.1)
shoulda-matchers (4.1.0)
activesupport (>= 4.2.0)
sidekiq (5.2.7)
connection_pool (~> 2.2, >= 2.2.2)
Expand Down Expand Up @@ -578,7 +578,7 @@ DEPENDENCIES
sdoc
selectize-rails
selenium-webdriver
shoulda-matchers (~> 4.0)
shoulda-matchers (~> 4.1)
sidekiq (~> 5.2)
sidekiq-cron
sidekiq-unique-jobs
Expand Down

0 comments on commit 937714e

Please sign in to comment.