summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-09-22 13:42:51 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2015-09-22 13:42:51 -0700
commit1f7ebce1e4770095552bc925011630d56c19ffa2 (patch)
tree0eeb7c766b5e4ada06a4287d62b1d8b829ed1cb5 /Gemfile
parentc724a8f81cae461b76c648de9959bd110e69c2fe (diff)
downloadffi-yajl-1f7ebce1e4770095552bc925011630d56c19ffa2.tar.gz
add Rake tasklcg/auto-changelog
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index b6963ac..330a01b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,6 +9,7 @@ end
group :development do
# for testing loading concurrently with yajl-ruby, not on jruby
gem 'yajl-ruby', platforms: [ :ruby, :mswin, :mingw ]
+ gem 'github_changelog_generator'
end
group :development_extras do