1
0
Fork 0
mirror of https://github.com/ms-ati/docile synced 2023-03-27 23:21:52 -04:00
docile/Gemfile

13 lines
301 B
Text
Raw Normal View History

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