Skip to content

Commit

Permalink
chore: bump mocha and minitest
Browse files Browse the repository at this point in the history
  • Loading branch information
bufferoverflow authored and stanhu committed Dec 5, 2023
1 parent 79f0d40 commit a494ae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions omniauth_openid_connect.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'guard', '~> 2.14'
spec.add_development_dependency 'guard-bundler', '~> 2.2'
spec.add_development_dependency 'guard-minitest', '~> 2.4'
spec.add_development_dependency 'minitest', '~> 5.1'
spec.add_development_dependency 'mocha', '~> 1.7'
spec.add_development_dependency 'minitest', '~> 5.20'
spec.add_development_dependency 'mocha', '~> 2.1'
spec.add_development_dependency 'rake', '~> 12.0'
spec.add_development_dependency 'rubocop', '~> 1.12'
spec.add_development_dependency 'simplecov', '~> 0.21'
Expand Down

0 comments on commit a494ae8

Please sign in to comment.