Skip to content

Commit 2644b85

Browse files
committed
lock hashdiff to <0.3.6 to fix travis
1 parent e41ff11 commit 2644b85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ group :test do
2929
gem "tins", "< 1.7" # This is to support Ruby 1.8 and 1.9
3030
if RUBY_VERSION < "1.9.3"
3131
gem "webmock", ">= 1.20", "< 2" # This is to support Ruby 1.8 and 1.9.2
32+
gem "hashdiff", "< 0.3.6" # Hashdiff 0.3.6 no longer supports Ruby 1.8
3233
else
3334
gem "webmock"
3435
end

0 commit comments

Comments
 (0)