aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2015-12-09 15:37:56 +0900
committerKazuki Yamaguchi <k@rhe.jp>2015-12-09 15:37:56 +0900
commit5d309bce4a757b8a4c2edfa946d42399472b84af (patch)
tree3fdfeb89ef623514f7ecb6fcf27b2be248ad2911 /Gemfile.lock
parentba9e6119ddbe1a24a4c9c01abdb161f6641e2748 (diff)
downloadaclog-5d309bce4a757b8a4c2edfa946d42399472b84af.tar.gz
add daemons gem as dependency (bin/delayed_job requires)
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index e19e1bb..86542c6 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -52,6 +52,7 @@ GEM
concurrent-ruby (1.0.0)
connection_pool (2.2.0)
cool.io (1.2.4)
+ daemons (1.2.3)
dalli (2.7.4)
delayed_job (4.1.1)
activesupport (>= 3.0, < 5.0)
@@ -205,6 +206,7 @@ PLATFORMS
DEPENDENCIES
activerecord-import
connection_pool
+ daemons
dalli
delayed_job_active_record
eventmachine