Skip to content

Commit 294183e

Browse files
committed
fixing tests...
1 parent f38438f commit 294183e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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
12-
- 2.4
11+
- 2.3.3
12+
- 2.4.0
1313
- ruby-head
1414
- jruby-18mode
1515
- jruby-19mode

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ group :development do
1414
gem "shoulda-context"
1515
gem "test-unit"
1616
gem "json", "~> 1.8" if RUBY_VERSION < '1.9'
17-
gem "rdoc"
17+
gem "rdoc", "~> 4.2.2"
1818
end

0 commit comments

Comments
 (0)