Skip to content

Commit 1ad607a

Browse files
committed
lock down test dependencies to a version that will actually run the specs
1 parent 81a036d commit 1ad607a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ gem "multi_json"
44
gem "rake"
55

66
group :test do
7-
gem "shoulda"
7+
gem "shoulda", "2.11.3"
8+
gem "activesupport", "3.2.16"
89
gem "mocha"
910
gem "webmock", "~>1.6.0"
1011
end

0 commit comments

Comments
 (0)