Skip to content

Commit 72856b9

Browse files
Update danger-changelog requirement from ~> 0.6.0 to ~> 0.7.0
Updates the requirements on [danger-changelog](https://github.com/dblock/danger-changelog) to permit the latest version. - [Release notes](https://github.com/dblock/danger-changelog/releases) - [Changelog](https://github.com/dblock/danger-changelog/blob/master/CHANGELOG.md) - [Commits](dblock/danger-changelog@v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: danger-changelog dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4fbc886 commit 72856b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ group :development, :test do
2121
end
2222

2323
group :test do
24-
gem 'danger-changelog', '~> 0.6.0'
24+
gem 'danger-changelog', '~> 0.7.0'
2525
gem 'danger-toc', '~> 0.2.0'
2626
gem 'minitest'
2727
gem 'mocha'

0 commit comments

Comments
 (0)