dnsbl_exporter/Gemfile

8 lines
107 B
Ruby

source 'https://rubygems.org'
gem 'net-dns'
gem 'prometheus-client'
gem 'rack'
gem 'puma'
gem 'sd_notify'