github-changelog-generator/Gemfile

15 lines
262 B
Ruby
Raw Normal View History

source "https://rubygems.org"
2015-03-26 13:53:46 +00:00
2015-05-14 12:57:05 +00:00
gem "rake", ">=10.4.2"
2015-03-26 13:53:46 +00:00
2015-05-14 12:57:05 +00:00
gem "github_api", ">=0.12.3"
gem "colorize", ">=0.7.7"
2015-03-26 13:53:46 +00:00
group :test do
gem "rspec"
gem "rubocop"
gem "coveralls", require: false
gem "simplecov", require: false
gem "codeclimate-test-reporter"
2015-03-26 13:53:46 +00:00
end