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:
parent
c0dc51316d
commit
e5aa68bef2
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue