Skip to content

Commit 55d72f6

Browse files
committed
Merge pull request #18 from rspec/pin_18n
Pin i18n gem on Ruby < 1.9.3
2 parents 91bcb71 + 98cdaa2 commit 55d72f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ else
3030
gem "activemodel", version
3131
gem "activesupport", version
3232
end
33+
34+
gem "i18n", '< 0.7.0' if RUBY_VERSION < '1.9.3'

0 commit comments

Comments
 (0)