summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2016-06-03 16:51:54 -0800
committerRyan Davis <ryand@zenspider.com>2016-06-03 16:51:54 -0800
commit6bae47876c55d191a43dfbcdde13dd20bf4bc564 (patch)
treef96c6020511d67be92c64f0bbde7b94e9ba8def7 /lib
parentf5f376f1a78e4e689ff1025a269cfeca74ea3ad2 (diff)
downloadhoe-6bae47876c55d191a43dfbcdde13dd20bf4bc564.tar.gz
- rake newb does a better job of activating gems it had to install. (duckinator)
[git-p4: depot-paths = "//src/hoe/dev/": change = 10687]
Diffstat (limited to 'lib')
-rw-r--r--lib/hoe/deps.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/hoe/deps.rb b/lib/hoe/deps.rb
index f1c4d12..01fed85 100644
--- a/lib/hoe/deps.rb
+++ b/lib/hoe/deps.rb
@@ -57,6 +57,7 @@ module Hoe::Deps
name, req, = dep
install_gem name, req, false
+ gem(*dep)
end
end
end