File: Gemfile

package info (click to toggle)
sup-mail 1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,412 kB
  • sloc: ruby: 13,047; sh: 167; makefile: 12
file content (12 lines) | stat: -rw-r--r-- 270 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
source 'https://rubygems.org/'

if !RbConfig::CONFIG['arch'].include?('openbsd')
  # update version in ext/mkrf_conf_xapian.rb as well.
  if /^2\.0\./ =~ RUBY_VERSION
    gem 'xapian-ruby', ['~> 1.2', '< 1.3.6']
  else
    gem 'xapian-ruby', '~> 1.2'
  end
end

gemspec