mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
10 lines
132 B
Ruby
10 lines
132 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
gem "net-ftp"
|
|
gem "net-imap"
|
|
gem "net-pop"
|
|
gem "net-smtp"
|
|
gem "ronin"
|