diff --git a/Gemfile b/Gemfile index ccc10c379144db7482188315fb811efcaaaca2ca..a62c9c1f095e7698dcf8d8b842f68281af65bb62 100644 --- a/Gemfile +++ b/Gemfile @@ -70,5 +70,3 @@ gem "telegram-bot-ruby", "~> 2.0" gem 'devise', '~> 4.9' gem "crono", git: 'https://github.com/plashchynski/crono' #"~> 2.0" - -gem "daemons", "~> 1.4" diff --git a/Gemfile.lock b/Gemfile.lock index 70d6d841a9c51df3d9e8eeccc26e32f947c3722f..cdaf06f1a05aa093b6e402d48b25072841d0a18f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -103,7 +103,6 @@ GEM concurrent-ruby (1.2.3) connection_pool (2.4.1) crass (1.0.6) - daemons (1.4.1) date (3.3.4) debug (1.9.2) irb (~> 1.10) @@ -340,7 +339,6 @@ DEPENDENCIES bootsnap capybara crono! - daemons (~> 1.4) debug devise (~> 4.9) hotwire-rails (~> 0.1.3)