Skip to content

Commit d1c48b5

Browse files
committed
Upgraded Danger plugins.
1 parent 9528554 commit d1c48b5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
* NOTE: **⚠ This version is no longer tested with Ruby < 2.3 ⚠** - [@ivoanjo](https://github.com/ivoanjo).
66

7-
* Your contribution here.
8-
* [#136](https://github.com/codegram/hyperclient/pull/136): Fix danger warnings for changelog - [@ivoanjo](https://github.com/ivoanjo).
97
* [#135](https://github.com/codegram/hyperclient/pull/135): Fix validation for empty body responses - [@paulocdf](https://github.com/paulocdf).
108
* [#139](https://github.com/codegram/hyperclient/pull/139): Test `hyperclient` against newer versions of MRI Ruby, up until 2.6.x - [@mrcasals](https://github.com/mrcasals).
119
* [#141](https://github.com/codegram/hyperclient/pull/141): Replace `uri_template` with `addressable` library - [@mrcasals](https://github.com/mrcasals).
10+
* [#136](https://github.com/codegram/hyperclient/pull/136), [#146](https://github.com/codegram/hyperclient/pull/146): Upgraded Danger plugins - [@dblock](https://github.com/dblock), [@ivoanjo](https://github.com/ivoanjo).
11+
* Your contribution here.
1212

1313
### 0.9.0 (2018/01/10)
1414

Diff for: Dangerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
changelog.check
2-
toc.check
1+
changelog.check!
2+
toc.check!

Diff for: Gemfile

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

2323
group :test do
24-
gem 'danger-changelog', '~> 0.1'
25-
gem 'danger-toc', '~> 0.1'
24+
gem 'danger-changelog', '~> 0.6.0'
25+
gem 'danger-toc', '~> 0.2.0'
2626
gem 'minitest'
2727
gem 'mocha'
2828
gem 'rack-test'

0 commit comments

Comments
 (0)