Skip to content

Commit 89efa28

Browse files
committed
Add sd_notify.
1 parent 567afa1 commit 89efa28

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ source "https://rubygems.org"
22
git_source(:github) { |name| "https://github.com/#{name}.git" }
33

44
gem "puma"
5+
gem "sd_notify"
56
gem "unicorn"
67
gem "sinatra"
78
gem "connection_pool"

Gemfile.lock

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ GEM
3434
raindrops (0.20.0)
3535
rake (13.0.6)
3636
ruby2_keywords (0.0.5)
37+
sd_notify (0.1.1)
3738
sinatra (3.0.5)
3839
mustermann (~> 3.0)
3940
rack (~> 2.2, >= 2.2.4)
@@ -54,6 +55,7 @@ DEPENDENCIES
5455
connection_pool
5556
http
5657
puma
58+
sd_notify
5759
sinatra
5860
unicorn
5961

0 commit comments

Comments
 (0)