Skip to content

Commit

Permalink
Merge pull request #138 from benbalter/dependabot/bundler/shoulda-tw-4.0
Browse files Browse the repository at this point in the history
Update shoulda requirement from ~> 3.5 to ~> 4.0
  • Loading branch information
benbalter authored Jun 29, 2021
2 parents 0930519 + e1a3f73 commit 04b08dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion word-to-markdown.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ Gem::Specification.new do |s|
s.add_development_dependency('rubocop', '~> 1.0')
s.add_development_dependency('rubocop-minitest', '~> 0.3')
s.add_development_dependency('rubocop-performance', '~> 1.5')
s.add_development_dependency('shoulda', '~> 3.5')
s.add_development_dependency('shoulda', '~> 4.0')
end

0 comments on commit 04b08dc

Please sign in to comment.