Skip to content

Commit

Permalink
Bump shoulda-matchers and shoulda
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 11, 2021
1 parent 1cc8277 commit e59091e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ end

group :test do
gem 'simplecov', require: false
gem 'shoulda', '~> 3.5'
gem 'shoulda', '~> 4.0'
gem 'shoulda-matchers'
gem 'rails-controller-testing'
end
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -204,12 +204,12 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
shoulda (3.6.0)
shoulda-context (~> 1.0, >= 1.0.1)
shoulda-matchers (~> 3.0)
shoulda-context (1.2.2)
shoulda-matchers (3.1.3)
activesupport (>= 4.0.0)
shoulda (4.0.0)
shoulda-context (~> 2.0)
shoulda-matchers (~> 4.0)
shoulda-context (2.0.0)
shoulda-matchers (4.5.1)
activesupport (>= 4.2.0)
simplecov (0.18.5)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down Expand Up @@ -277,7 +277,7 @@ DEPENDENCIES
rails-controller-testing
rspec-rails (~> 4.0.2)
sass-rails (~> 6.0)
shoulda (~> 3.5)
shoulda (~> 4.0)
shoulda-matchers
simplecov
slim-rails
Expand Down

0 comments on commit e59091e

Please sign in to comment.