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

12 lines
284 B
Ruby

require File.expand_path('on_what', File.dirname(__FILE__))
source 'https://rubygems.org'
# Travis-only dependencies go here
if on_travis? && !on_1_8?
group :test do
gem 'codecov', '>= 0.0.9', :require => false
end
end
# Specify gem's dependencies in docile.gemspec
gemspec