Skip to content

Commit 8056701

Browse files
committed
Be more specific on gem versions
1 parent 6d217ce commit 8056701

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ gem "jruby-rack"
77

88
group :development do
99
gem "jruby-openssl", :platform => :jruby
10-
gem "rspec"
10+
gem "rspec", ">= 2.8.0"
1111
gem "diff-lcs"
1212
gem "rcov", ">= 0.9.8", :platform => :mri_18
13-
gem "rdoc"
13+
gem "rdoc", ">= 2.4.2"
1414
gem "childprocess", :platform => :mri
1515
end

0 commit comments

Comments
 (0)