nixpkgs/pkgs/applications/networking/mailreaders/sup/Gemfile

9 lines
170 B
Ruby
Raw Normal View History

2014-12-31 02:05:00 +00:00
source "https://rubygems.org"
2015-01-21 20:20:42 +00:00
gem 'sup'
gem 'gpgme'
# Sup tries to `xapian-ruby` in its extconf instead of listing it as a
# dependency.
gem 'xapian-ruby', "~> 1.2.15"