From 8dbb888f0fb91c4bddc07c347f2467dac190013d Mon Sep 17 00:00:00 2001 From: kidhab Date: Mon, 18 Sep 2023 18:50:41 +0200 Subject: [PATCH] Remove sd_notify gem Functionality is included in in puma since 6.1.0 --- Gemfile | 1 - Gemfile.lock | 2 -- 2 files changed, 3 deletions(-) diff --git a/Gemfile b/Gemfile index 97422021..4166504c 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,6 @@ gem 'rails-settings-cached', '= 0.4.3' # caching breaks tests until Rails 5 http gem 'ransack' gem 'resque' gem 'ruby-units' -gem 'sd_notify' gem 'simple_form' gem 'simple-navigation', '~> 3.14.0' # 3.x for simple_navigation_bootstrap gem 'simple-navigation-bootstrap' diff --git a/Gemfile.lock b/Gemfile.lock index 32d395f1..81d73a9f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -513,7 +513,6 @@ GEM sprockets (> 3.0) sprockets-rails tilt - sd_notify (0.1.1) select2-rails (4.0.13) simple-navigation (3.14.0) activesupport (>= 2.3.2) @@ -676,7 +675,6 @@ DEPENDENCIES ruby-prof ruby-units sassc-rails - sd_notify select2-rails simple-navigation (~> 3.14.0) simple-navigation-bootstrap