Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
211 B
Ruby
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
# frozen_string_literal: true
source "https://rubygems.org"
gem "puppet"
# ruby used to provide these in stdlib but now they must be defined
gem "base64"
gem "syslog"
gem "ostruct"
gem "benchmark"
gem "racc"