aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/Rakefile
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2016-05-10 01:07:09 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2016-05-10 03:46:56 -0300
commit8ecc5ab1d88532a239f17c7520ed922c7579b01c (patch)
tree039f74b3ff88363fe3f6173693464947a22a58a6 /activejob/Rakefile
parent943b96c738cd37023c986d89ad5b8af8254001b3 (diff)
downloadrails-8ecc5ab1d88532a239f17c7520ed922c7579b01c.tar.gz
rails-8ecc5ab1d88532a239f17c7520ed922c7579b01c.tar.bz2
rails-8ecc5ab1d88532a239f17c7520ed922c7579b01c.zip
Start Rails 5.1 development :tada:
Diffstat (limited to 'activejob/Rakefile')
-rw-r--r--activejob/Rakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/activejob/Rakefile b/activejob/Rakefile
index 2a853b4b6b..f32c4d2fb2 100644
--- a/activejob/Rakefile
+++ b/activejob/Rakefile
@@ -1,6 +1,7 @@
require 'rake/testtask'
-ACTIVEJOB_ADAPTERS = %w(async inline delayed_job qu que queue_classic resque sidekiq sneakers sucker_punch backburner test)
+#TODO: add qu back to the list after it support Rails 5.1
+ACTIVEJOB_ADAPTERS = %w(async inline delayed_job que queue_classic resque sidekiq sneakers sucker_punch backburner test)
ACTIVEJOB_ADAPTERS -= %w(queue_classic) if defined?(JRUBY_VERSION)
task default: :test