Skip to content

Commit f38438f

Browse files
committed
fixing tests
1 parent f0a78e7 commit f38438f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ rvm:
88
- 2.0
99
- 2.1
1010
- 2.2
11-
- 2.3.0
12-
- 2.4.0
11+
- 2.3
12+
- 2.4
1313
- ruby-head
1414
- jruby-18mode
1515
- jruby-19mode

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ group :development do
99
gem "bundler"
1010
gem "rake", "~> 10.5"
1111
gem "RedCloth", RUBY_PLATFORM == 'java' ? ">= 4.2.7" : ">= 4.0.3"
12-
gem "term-ansicolor"
12+
gem "term-ansicolor", "~> 1.3.2"
1313
gem 'tins', '~> 1.6.0'
1414
gem "shoulda-context"
1515
gem "test-unit"
16-
gem "json" if RUBY_VERSION < '1.9'
16+
gem "json", "~> 1.8" if RUBY_VERSION < '1.9'
1717
gem "rdoc"
1818
end

0 commit comments

Comments
 (0)