lxc-exporter/Gemfile

11 lines
197 B
Ruby
Raw Normal View History

2023-10-13 11:28:46 +02:00
source 'https://rubygems.org'
gem 'ruby-lxc', git: 'https://git.denkn.at/deac/ruby-lxc'
gem 'prometheus-client'
gem 'rack'
gem 'puma'
gem 'sd_notify'
gem 'cbor'
2024-09-03 16:22:47 +02:00
gem 'io-extra'
gem 'ffi'
gem 'pmap'