summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorRyunosuke SATO <tricknotes.rs@gmail.com>2014-11-12 23:18:36 +0900
committerRyunosuke SATO <tricknotes.rs@gmail.com>2014-11-12 23:18:36 +0900
commit20b921c6c94dfdf793b8031a2dafc0f7a3df5fb2 (patch)
tree947b36539226ea4ab52df583cfb6a43894edc5fd /Gemfile
parent38e3338f2824ddc519097a7ab9d03790025f802c (diff)
downloadcoderay-20b921c6c94dfdf793b8031a2dafc0f7a3df5fb2.tar.gz
Test against Ruby 2.1 and 2.2 on Travis CI
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 0977943..0fae04b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -11,6 +11,7 @@ group :development do
gem "RedCloth", RUBY_PLATFORM == 'java' ? ">= 4.2.7" : ">= 4.0.3"
gem "term-ansicolor"
gem "shoulda-context"
+ gem "test-unit"
gem "json" if RUBY_VERSION < '1.9'
gem "rdoc"
end