1
0
Fork 0
mirror of https://github.com/ms-ati/docile synced 2023-03-27 23:21:52 -04:00

Fix Gemfile for pre-2.0.0 etc (2nd attempt)

This commit is contained in:
Marc Siegel 2013-07-05 14:33:07 -04:00
parent c0dc51316d
commit e5aa68bef2

View file

@ -7,5 +7,5 @@ gemspec
group :test do
gem "rake", ">= 0.9.2"
gem "rspec", ">= 2.11.0"
gem "coveralls", require => false
gem "coveralls", :require => false
end