github-changelog-generator/Gemfile
Petr Korolev c51d3ef4d0 Revert "add coveralls to gemfile and add bin folder to git"
This reverts commit 6350cdf39c.

Conflicts:
	Gemfile
2015-03-27 04:02:06 +02:00

12 lines
125 B
Ruby

source 'https://rubygems.org'
gem 'rake'
gem 'github_api'
gem 'colorize'
group :test do
gem 'rspec'
gem 'rubocop'
end