aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-09-08 08:36:00 +0900
committerGitHub <noreply@github.com>2017-09-08 08:36:00 +0900
commitdd7bd1e9c1de7668a9bdb671d00d4aec77001544 (patch)
tree94461cc0bd93f44ed3cb5782e41a665866983474 /Gemfile
parent01424eeec4038b57d7380fb81454a9a29c881416 (diff)
parent75a921828c9b5ba74a76846c51ee11b6003d7ab4 (diff)
downloadrails-dd7bd1e9c1de7668a9bdb671d00d4aec77001544.tar.gz
rails-dd7bd1e9c1de7668a9bdb671d00d4aec77001544.tar.bz2
rails-dd7bd1e9c1de7668a9bdb671d00d4aec77001544.zip
Merge pull request #30540 from y-yagi/do_not_install_unused_gem
Do not install unused gem
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index ece09d0731..4928b0b1f8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -74,7 +74,7 @@ group :job do
gem "backburner", require: false
#TODO: add qu after it support Rails 5.1
# gem 'qu-rails', github: "bkeepers/qu", branch: "master", require: false
- gem "qu-redis", require: false
+ # gem "qu-redis", require: false
gem "delayed_job_active_record", require: false
gem "sequel", require: false
end