We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 567afa1 commit 89efa28Copy full SHA for 89efa28
Gemfile
@@ -2,6 +2,7 @@ source "https://rubygems.org"
2
git_source(:github) { |name| "https://github.com/#{name}.git" }
3
4
gem "puma"
5
+gem "sd_notify"
6
gem "unicorn"
7
gem "sinatra"
8
gem "connection_pool"
Gemfile.lock
@@ -34,6 +34,7 @@ GEM
34
raindrops (0.20.0)
35
rake (13.0.6)
36
ruby2_keywords (0.0.5)
37
+ sd_notify (0.1.1)
38
sinatra (3.0.5)
39
mustermann (~> 3.0)
40
rack (~> 2.2, >= 2.2.4)
@@ -54,6 +55,7 @@ DEPENDENCIES
54
55
connection_pool
56
http
57
puma
58
+ sd_notify
59
sinatra
60
unicorn
61
0 commit comments