github-changelog-generator/Gemfile

10 lines
189 B
Ruby
Raw Normal View History

source "https://rubygems.org"
2015-03-26 13:53:46 +00:00
2015-07-16 14:04:50 +00:00
gemspec
2015-03-26 13:53:46 +00:00
group :test do
2015-07-16 14:18:03 +00:00
gem "coveralls", "~>0.8", require: false
gem "simplecov", "~>0.10", require: false
gem "codeclimate-test-reporter", "~>0.4"
2015-03-26 13:53:46 +00:00
end