summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-10 17:32:29 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-10 17:32:29 +0900
commit01e7310dd3bde44a800f8cc54edccea2799cc954 (patch)
treea060b6f5b84f1dc63f89739b000772b45672c150 /Gemfile
parent051d8b654b1ce4961c7e2b86f60006acd9addb3a (diff)
downloadpsych-01e7310dd3bde44a800f8cc54edccea2799cc954.tar.gz
Use test-unit instead of minitest
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 3937d61..1835a5b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,6 +4,6 @@ gemspec
group :development do
gem 'rake-compiler', ">= 0.4.1"
- gem 'minitest', "~> 5.0"
+ gem 'test-unit'
gem 'ruby-maven', :platforms => :jruby
end