Skip to content
This repository was archived by the owner on Feb 14, 2019. It is now read-only.

Commit 322dfb0

Browse files
committed
Pinned i18n version for ruby < 1.9
1 parent d1a7642 commit 322dfb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/Gemfile.travis

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ group :test do
33
if RUBY_VERSION < "1.9"
44
gem "rest-client", "~> 1.6.8"
55
gem "simplecov", "~>0.8.2"
6-
gem "rcov", "=0.9.11"
6+
gem "rcov", "=0.9.11"
7+
gem "i18n", "<0.7"
78
end
89
end

0 commit comments

Comments
 (0)