Files
nixpkgs/pkgs/by-name/fa/facter/Gemfile
yaya 8ab4d52d7f facter: Add a missing gem
This makes it possible to display `mountpoints` facts after adding the
missing `sys-filesystem` gem.
2026-03-17 10:21:02 +01:00

11 lines
197 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
gem "facter"
gem "base64", "~> 0.2.0"
gem "benchmark", "~> 0.5.0"
gem "logger", "~> 1.7.0"
gem "sys-filesystem", "~> 1.5", ">= 1.5.5"