docile/Gemfile

13 lines
301 B
Ruby
Raw Normal View History

require File.expand_path("on_what", File.dirname(__FILE__))
source "https://rubygems.org"
2011-12-06 18:51:56 +00:00
2015-06-24 20:00:41 +00:00
# Travis-only dependencies go here
2018-01-12 17:49:57 +00:00
if on_travis? && !on_1_8? && !on_rubinius?
2015-06-24 20:12:54 +00:00
group :test do
gem "codecov", ">= 0.0.9", :require => false
2015-06-24 20:12:54 +00:00
end
2015-06-24 20:00:41 +00:00
end
# Specify gem's dependencies in docile.gemspec
2011-12-06 18:51:56 +00:00
gemspec