mirror of
https://github.com/ms-ati/docile
synced 2023-03-27 23:21:52 -04:00
explicitly require rake for travis
Signed-off-by: Marc Siegel <marc@usainnov.com>
This commit is contained in:
parent
bb6f55cf34
commit
f136db9fa9
1 changed files with 5 additions and 0 deletions
5
Gemfile
5
Gemfile
|
@ -2,3 +2,8 @@ source "https://rubygems.org"
|
||||||
|
|
||||||
# Specify gem's dependencies in docile.gemspec
|
# Specify gem's dependencies in docile.gemspec
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
|
# Explicitly require rake for Travis CI, since we're excluding dev deps
|
||||||
|
group :test do
|
||||||
|
gem "rake"
|
||||||
|
end
|
Loading…
Reference in a new issue