mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-14 19:30:21 +00:00
This makes it possible to display `mountpoints` facts after adding the missing `sys-filesystem` gem.
11 lines
197 B
Ruby
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"
|