summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2013-04-16 10:22:52 -0700
committerBryan McLellan <btm@opscode.com>2013-04-16 10:22:52 -0700
commit4ebae1d2c8e3fa110e6c58ee65d2ffc40cf07be9 (patch)
tree93b357a46ad3593d6f9d0c457c2de32b129ae096 /Gemfile
parent093ad534621702f8f400ba534533e06d32151983 (diff)
downloadmixlib-shellout-4ebae1d2c8e3fa110e6c58ee65d2ffc40cf07be9.tar.gz
Add rake to the bundle
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 6450af9..4514e31 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,6 +5,7 @@ group(:test) do
gem "rspec_junit_formatter"
gem 'awesome_print'
+ gem 'rake'
end