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

10 lines
181 B
Ruby
Raw Normal View History

2014-12-31 02:05:00 +00:00
source "https://rubygems.org"
2016-03-31 19:58:48 +00:00
gem 'rake'
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.
2016-03-31 19:58:48 +00:00
gem 'xapian-ruby', "~> 1.2.22"