Skip to content

Commit

Permalink
update minitest version
Browse files Browse the repository at this point in the history
  • Loading branch information
archanaserver committed May 3, 2023
1 parent e7ae9ef commit 20fc268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem 'gettext', '>= 3.1.3', '< 4.0.0'
group :test do
gem 'rake', '~> 10.1.0'
gem 'thor'
gem 'minitest', '5.14.1'
gem 'minitest', '~> 5.18'
gem 'minitest-spec-context'
gem 'simplecov'
gem 'mocha', "< 1.14.0"
Expand Down

0 comments on commit 20fc268

Please sign in to comment.