File: Gemfile

package info (click to toggle)
sup-mail 0.22.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,136 kB
  • ctags: 1,490
  • sloc: ruby: 12,583; sh: 115; makefile: 9
file content (7 lines) | stat: -rw-r--r-- 127 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
source 'https://rubygems.org/'

if !RbConfig::CONFIG['arch'].include?('openbsd')
  gem 'xapian-ruby', '~> 1.2.15'
end

gemspec