docile/Gemfile

10 lines
204 B
Ruby
Raw Normal View History

source "https://rubygems.org"
2011-12-06 18:51:56 +00:00
# CI-only dependencies go here
if ENV["CI"] == "true"
gem "simplecov-cobertura", require: false, group: "test"
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