File: Gemfile.travis

package info (click to toggle)
ruby-trollop 2.9.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 332 kB
  • sloc: ruby: 2,078; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 358 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
source 'https://rubygems.org'

# these are needed by coveralls
# if this were in Gemfile, gemnasium thinks the mime-types is hardcoded
# to an older version and complains. They are using regex's to parse ruby
if RUBY_VERSION < "1.9"
  gem 'rest-client', '< 1.7'
  gem 'mime-types', '~> 1.16'
end

# Specify your gem's dependencies in trollop.gemspec
gemspec