File: Gemfile

package info (click to toggle)
sup-mail 1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,200 kB
  • sloc: ruby: 12,690; sh: 154; makefile: 9
file content (8 lines) | stat: -rw-r--r-- 179 bytes parent folder | download
1
2
3
4
5
6
7
8
source 'https://rubygems.org/'

if !RbConfig::CONFIG['arch'].include?('openbsd')
  # update version in ext/mkrf_conf_xapian.rb as well.
  gem 'xapian-ruby', '~> 1.2'
end

gemspec