Skip to content

Commit dcf8afb

Browse files
Bump shoulda-matchers from 3.1.3 to 4.5.1
Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 3.1.3 to 4.5.1. - [Release notes](https://github.com/thoughtbot/shoulda-matchers/releases) - [Changelog](https://github.com/thoughtbot/shoulda-matchers/blob/master/CHANGELOG.md) - [Commits](thoughtbot/shoulda-matchers@v3.1.3...v4.5.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent a3792f6 commit dcf8afb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ group :development, :test do
4343
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
4444
gem 'rspec-rails'
4545
gem 'nokogiri'
46-
gem 'shoulda-matchers', '~>3.1'
46+
gem 'shoulda-matchers', '~>4.5'
4747
gem 'factory_bot'
4848
gem 'selenium-webdriver'
4949
end

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ GEM
209209
childprocess (>= 0.5, < 4.0)
210210
rubyzip (>= 1.2.2)
211211
semantic_range (2.3.0)
212-
shoulda-matchers (3.1.3)
213-
activesupport (>= 4.0.0)
212+
shoulda-matchers (4.5.1)
213+
activesupport (>= 4.2.0)
214214
sidekiq (6.2.0)
215215
connection_pool (>= 2.2.2)
216216
rack (~> 2.0)
@@ -289,7 +289,7 @@ DEPENDENCIES
289289
rspec-rails
290290
sass-rails (>= 6)
291291
selenium-webdriver
292-
shoulda-matchers (~> 3.1)
292+
shoulda-matchers (~> 4.5)
293293
sidekiq (~> 6.2.0)
294294
sidekiq-cron (~> 1.1)
295295
sinatra

0 commit comments

Comments
 (0)