Skip to content

Commit

Permalink
Merge pull request #152 from tpitale/dependabot/bundler/mocha-tw-2.0
Browse files Browse the repository at this point in the history
Update mocha requirement from ~> 1.11 to ~> 2.0
  • Loading branch information
tpitale authored Feb 4, 2024
2 parents 38c0cde + a10898d commit bcef3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mail_room.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency "rake"
gem.add_development_dependency "rspec", "~> 3.9"
gem.add_development_dependency "rubocop", "~> 1.11"
gem.add_development_dependency "mocha", "~> 1.11"
gem.add_development_dependency "mocha", "~> 2.0"
gem.add_development_dependency "simplecov"

# for testing delivery methods
Expand Down

0 comments on commit bcef3ac

Please sign in to comment.