nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 12 lines 211 B view raw
1# frozen_string_literal: true 2 3source "https://rubygems.org" 4 5gem "puppet" 6 7# ruby used to provide these in stdlib but now they must be defined 8gem "base64" 9gem "syslog" 10gem "ostruct" 11gem "benchmark" 12gem "racc"