mirror of
https://github.com/moebooru/moebooru
synced 2025-09-03 23:45:12 +00:00
Daemon is required for jobs daemon.
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -15,3 +15,4 @@ gem 'geoip'
|
|||||||
gem 'repeated_auto_complete'
|
gem 'repeated_auto_complete'
|
||||||
gem 'exception_notification', '~> 2.3.0'
|
gem 'exception_notification', '~> 2.3.0'
|
||||||
gem 'will_paginate', '~> 2.3.16'
|
gem 'will_paginate', '~> 2.3.16'
|
||||||
|
gem 'daemons'
|
||||||
|
@@ -12,6 +12,7 @@ GEM
|
|||||||
activesupport (= 2.3.14)
|
activesupport (= 2.3.14)
|
||||||
activesupport (2.3.14)
|
activesupport (2.3.14)
|
||||||
chardet (0.9.0)
|
chardet (0.9.0)
|
||||||
|
daemons (1.1.8)
|
||||||
diff-lcs (1.1.3)
|
diff-lcs (1.1.3)
|
||||||
exception_notification (2.3.3.0)
|
exception_notification (2.3.3.0)
|
||||||
gchartrb (0.8)
|
gchartrb (0.8)
|
||||||
@@ -50,6 +51,7 @@ PLATFORMS
|
|||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
|
daemons
|
||||||
diff-lcs
|
diff-lcs
|
||||||
exception_notification (~> 2.3.0)
|
exception_notification (~> 2.3.0)
|
||||||
gchartrb
|
gchartrb
|
||||||
|
Reference in New Issue
Block a user