github-changelog-generator/Gemfile
Olle Jonsson 99c58d3b94 Travis: Collecting the config
- comment
  - tighter matrix
  - pull out development dependencies into the Gemfile
2016-09-22 18:20:58 +02:00

22 lines
370 B
Ruby

source "https://rubygems.org"
gemspec
group :development do
end
group :development, :test do
gem "rake"
gem "bundler"
gem "overcommit", ">= 0.31"
gem "rubocop", ">= 0.43"
end
group :test do
gem "coveralls", "~>0.8", require: false
gem "simplecov", "~>0.10", require: false
gem "codeclimate-test-reporter", "~>0.4"
gem "json"
gem "rspec", "< 4"
end