summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2017-01-15 18:30:04 +1300
committerKornelius Kalnbach <murphy@rubychan.de>2017-01-15 18:30:04 +1300
commitf38438f31319cf87fc87db71768b5902671a99f5 (patch)
tree5f57e307322deab8a12f5482cab9d2d7ad94a2fb
parentf0a78e77eae3eabfaad29e797fde92ecf50b1ea5 (diff)
downloadcoderay-f38438f31319cf87fc87db71768b5902671a99f5.tar.gz
fixing tests
-rw-r--r--.travis.yml4
-rw-r--r--Gemfile4
2 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 4c00547..3a803e3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,8 +8,8 @@ rvm:
- 2.0
- 2.1
- 2.2
- - 2.3.0
- - 2.4.0
+ - 2.3
+ - 2.4
- ruby-head
- jruby-18mode
- jruby-19mode
diff --git a/Gemfile b/Gemfile
index 592b79f..d849d68 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,10 +9,10 @@ group :development do
gem "bundler"
gem "rake", "~> 10.5"
gem "RedCloth", RUBY_PLATFORM == 'java' ? ">= 4.2.7" : ">= 4.0.3"
- gem "term-ansicolor"
+ gem "term-ansicolor", "~> 1.3.2"
gem 'tins', '~> 1.6.0'
gem "shoulda-context"
gem "test-unit"
- gem "json" if RUBY_VERSION < '1.9'
+ gem "json", "~> 1.8" if RUBY_VERSION < '1.9'
gem "rdoc"
end