aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorMike Perham <mperham@gmail.com>2014-05-19 04:14:20 -0700
committerMike Perham <mperham@gmail.com>2014-05-19 04:14:20 -0700
commit3688c6c638e0cc528fbe06d1fc393c0272cad3d9 (patch)
tree636cf82be983c83b23518cd02cf517328d8589ad /Gemfile
parentc2cdb8beccc6dda9f6b4d89498a32807bbffd84d (diff)
downloadrails-3688c6c638e0cc528fbe06d1fc393c0272cad3d9.tar.gz
rails-3688c6c638e0cc528fbe06d1fc393c0272cad3d9.tar.bz2
rails-3688c6c638e0cc528fbe06d1fc393c0272cad3d9.zip
Pull in rake
For those that don't have it globally...
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index f8c97a8cab..9f74b017f0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,6 +2,7 @@ source 'https://rubygems.org'
gemspec
+gem 'rake'
gem 'resque'
gem 'sidekiq'
gem 'sucker_punch'