dnsbl_exporter/Gemfile

8 lines
107 B
Ruby
Raw Normal View History

2018-12-14 14:58:11 +01:00
source 'https://rubygems.org'
gem 'net-dns'
gem 'prometheus-client'
gem 'rack'
gem 'puma'
gem 'sd_notify'