aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJeremy Kemper <jeremykemper@gmail.com>2014-09-14 01:21:55 -0700
committerJeremy Kemper <jeremykemper@gmail.com>2014-09-14 14:01:16 -0700
commit01ac23423d2d7a0b3461ecfc6061702a413b4d96 (patch)
tree4e4d5fff1096c57ff613a090efbc821fb1991d13 /Gemfile
parent97ef636191933f1d4abc92fc10871e6d1195285c (diff)
downloadrails-01ac23423d2d7a0b3461ecfc6061702a413b4d96.tar.gz
rails-01ac23423d2d7a0b3461ecfc6061702a413b4d96.tar.bz2
rails-01ac23423d2d7a0b3461ecfc6061702a413b4d96.zip
Pare down and simplify Active Job's rake tasks
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 976495e0d1..08acdc3767 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,6 +2,9 @@ source 'https://rubygems.org'
gemspec
+# We need a newish Rake since Active Job sets its test tasks' descriptions.
+gem 'rake', '>= 10.3'
+
# This needs to be with require false as it is
# loaded after loading the test library to
# ensure correct loading order