Skip to content
Snippets Groups Projects
Commit d51bc191 authored by Teal's avatar Teal
Browse files

add daemons

parent cf0257fd
No related branches found
No related tags found
No related merge requests found
...@@ -71,3 +71,5 @@ gem "icalendar", "~> 2.10" ...@@ -71,3 +71,5 @@ gem "icalendar", "~> 2.10"
gem "telegram-bot-ruby", "~> 2.0" gem "telegram-bot-ruby", "~> 2.0"
gem "crono", "~> 2.0" gem "crono", "~> 2.0"
gem "daemons", "~> 1.4"
...@@ -99,6 +99,7 @@ GEM ...@@ -99,6 +99,7 @@ GEM
crono (2.0.1) crono (2.0.1)
rails (>= 5.2.8) rails (>= 5.2.8)
sprockets-rails sprockets-rails
daemons (1.4.1)
date (3.3.4) date (3.3.4)
debug (1.9.2) debug (1.9.2)
irb (~> 1.10) irb (~> 1.10)
...@@ -323,6 +324,7 @@ DEPENDENCIES ...@@ -323,6 +324,7 @@ DEPENDENCIES
bootsnap bootsnap
capybara capybara
crono (~> 2.0) crono (~> 2.0)
daemons (~> 1.4)
debug debug
hotwire-rails (~> 0.1.3) hotwire-rails (~> 0.1.3)
httparty httparty
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment