Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
Bump shoulda-matchers from 4.4.1 to 4.5.0 (#2137)
Browse files Browse the repository at this point in the history
Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 4.4.1 to 4.5.0.
- [Release notes](https://github.com/thoughtbot/shoulda-matchers/releases)
- [Changelog](https://github.com/thoughtbot/shoulda-matchers/blob/master/CHANGELOG.md)
- [Commits](thoughtbot/shoulda-matchers@v4.4.1...v4.5.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Jan 12, 2021
1 parent e04fecd commit b1eca02
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 @@ -41,7 +41,7 @@ group :test, :development do
gem 'rspec'
gem 'rspec-rails'
gem 'rspec-solr'
gem 'shoulda-matchers', '~> 4.4'
gem 'shoulda-matchers', '~> 4.5'

gem 'pry'
gem 'pry-byebug'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ GEM
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
shoulda-matchers (4.4.1)
shoulda-matchers (4.5.0)
activesupport (>= 4.2.0)
simplecov (0.21.1)
docile (~> 1.1)
Expand Down Expand Up @@ -457,7 +457,7 @@ DEPENDENCIES
scss_lint (>= 0.56.0)
sdoc
selenium-webdriver
shoulda-matchers (~> 4.4)
shoulda-matchers (~> 4.5)
simplecov
spring
uglifier (>= 1.3.0)
Expand Down

0 comments on commit b1eca02

Please sign in to comment.