Skip to content

Commit

Permalink
Update changelog generator to latest
Browse files Browse the repository at this point in the history
(we have a lockfile now, so we are protected against inadvertent updates)
  • Loading branch information
jkeiser committed Apr 19, 2016
1 parent 763ce86 commit 02ec1e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ group(:development, :test) do
end

group(:changelog) do
gem "github_changelog_generator", "1.11.3"
gem "github_changelog_generator"
end

group(:travis) do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ GEM
hashie (>= 3.4)
multi_json (>= 1.7.5, < 2.0)
oauth2
github_changelog_generator (1.11.3)
github_changelog_generator (1.12.0)
bundler (>= 1.7)
colorize (~> 0.7)
github_api (~> 0.12)
Expand Down Expand Up @@ -425,7 +425,7 @@ DEPENDENCIES
chefspec
chefstyle!
foodcritic
github_changelog_generator (= 1.11.3)
github_changelog_generator
halite
knife-windows
netrc
Expand Down
1 change: 0 additions & 1 deletion version_policy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
ACCEPTABLE_OUTDATED_GEMS = %w{
activesupport
gherkin
github_changelog_generator
jwt
mini_portile2
slop
Expand Down

0 comments on commit 02ec1e1

Please sign in to comment.