[Bundle] Update danger

parent 38537ee6
...@@ -22,8 +22,8 @@ if !git.modified_files.include?('CHANGELOG.md') && has_app_changes ...@@ -22,8 +22,8 @@ if !git.modified_files.include?('CHANGELOG.md') && has_app_changes
Here's an example of your CHANGELOG entry: Here's an example of your CHANGELOG entry:
```markdown ```markdown
* #{pr_title}#{' '} * #{github.pr_title}\s\s
[#{pr_author}](https://github.com/#{pr_author}) [#{github.pr_author}](https://github.com/#{github.pr_author})
[#issue_number](https://github.com/CocoaPods/CocoaPods/issues/issue_number) [#issue_number](https://github.com/CocoaPods/CocoaPods/issues/issue_number)
``` ```
......
...@@ -131,13 +131,14 @@ GEM ...@@ -131,13 +131,14 @@ GEM
minitest (~> 5.1) minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4) thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1) tzinfo (~> 1.1)
addressable (2.4.0) addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
ast (2.2.0) ast (2.2.0)
awesome_print (1.6.1) awesome_print (1.6.1)
bacon (1.2.0) bacon (1.2.0)
claide-plugins (0.9.0) claide-plugins (0.9.2)
cork (~> 0) cork
nap (~> 1.0) nap
open4 (~> 1.3) open4 (~> 1.3)
clintegracon (0.8.1) clintegracon (0.8.1)
colored (~> 1.2) colored (~> 1.2)
...@@ -149,26 +150,26 @@ GEM ...@@ -149,26 +150,26 @@ GEM
coderay (1.1.0) coderay (1.1.0)
colored (1.2) colored (1.2)
colored2 (3.1.2) colored2 (3.1.2)
cork (0.1.0) cork (0.3.0)
colored (~> 1.2) colored2 (~> 3.1)
crack (0.4.3) crack (0.4.3)
safe_yaml (~> 1.0.0) safe_yaml (~> 1.0.0)
danger (0.10.0) danger (5.3.0)
claide (~> 1.0) claide (~> 1.0)
claide-plugins (~> 0.9) claide-plugins (>= 0.9.2)
colored (~> 1.2) colored2 (~> 3.1)
cork (~> 0.1) cork (~> 0.1)
faraday (~> 0) faraday (~> 0.9)
faraday-http-cache (~> 1.0) faraday-http-cache (~> 1.0)
git (~> 1) git (~> 1)
kramdown (~> 1.5)
octokit (~> 4.2) octokit (~> 4.2)
redcarpet (~> 3.3)
terminal-table (~> 1) terminal-table (~> 1)
diffy (3.1.0) diffy (3.1.0)
escape (0.0.4) escape (0.0.4)
faraday (0.9.2) faraday (0.12.1)
multipart-post (>= 1.2, < 3) multipart-post (>= 1.2, < 3)
faraday-http-cache (1.3.0) faraday-http-cache (1.3.1)
faraday (~> 0.8) faraday (~> 0.8)
ffi (1.9.6) ffi (1.9.6)
fourflusher (2.0.1) fourflusher (2.0.1)
...@@ -188,6 +189,7 @@ GEM ...@@ -188,6 +189,7 @@ GEM
kicker (3.0.0) kicker (3.0.0)
listen (~> 1.3.0) listen (~> 1.3.0)
notify (~> 0.5.2) notify (~> 0.5.2)
kramdown (1.13.2)
listen (1.3.1) listen (1.3.1)
rb-fsevent (>= 0.9.3) rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9) rb-inotify (>= 0.9)
...@@ -203,8 +205,8 @@ GEM ...@@ -203,8 +205,8 @@ GEM
nap (1.1.0) nap (1.1.0)
netrc (0.7.8) netrc (0.7.8)
notify (0.5.2) notify (0.5.2)
octokit (4.3.0) octokit (4.7.0)
sawyer (~> 0.7.0, >= 0.5.3) sawyer (~> 0.8.0, >= 0.5.3)
open4 (1.3.4) open4 (1.3.4)
parser (2.3.0.6) parser (2.3.0.6)
ast (~> 2.2) ast (~> 2.2)
...@@ -215,6 +217,7 @@ GEM ...@@ -215,6 +217,7 @@ GEM
coderay (~> 1.1.0) coderay (~> 1.1.0)
method_source (~> 0.8.1) method_source (~> 0.8.1)
slop (~> 3.4) slop (~> 3.4)
public_suffix (2.0.5)
rainbow (2.1.0) rainbow (2.1.0)
rake (10.5.0) rake (10.5.0)
rb-fsevent (0.9.4) rb-fsevent (0.9.4)
...@@ -222,7 +225,6 @@ GEM ...@@ -222,7 +225,6 @@ GEM
ffi (>= 0.5.0) ffi (>= 0.5.0)
rb-kqueue (0.2.3) rb-kqueue (0.2.3)
ffi (>= 0.5.0) ffi (>= 0.5.0)
redcarpet (3.3.4)
rubocop (0.37.2) rubocop (0.37.2)
parser (>= 2.3.0.4, < 3.0) parser (>= 2.3.0.4, < 3.0)
powerpack (~> 0.1) powerpack (~> 0.1)
...@@ -234,9 +236,9 @@ GEM ...@@ -234,9 +236,9 @@ GEM
ruby-prof (0.15.2) ruby-prof (0.15.2)
ruby-progressbar (1.7.5) ruby-progressbar (1.7.5)
safe_yaml (1.0.4) safe_yaml (1.0.4)
sawyer (0.7.0) sawyer (0.8.1)
addressable (>= 2.3.5, < 2.5) addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 0.10) faraday (~> 0.8, < 1.0)
slop (3.6.0) slop (3.6.0)
sparkr (0.4.1) sparkr (0.4.1)
term-ansicolor (1.3.2) term-ansicolor (1.3.2)
...@@ -291,4 +293,4 @@ DEPENDENCIES ...@@ -291,4 +293,4 @@ DEPENDENCIES
xcodeproj! xcodeproj!
BUNDLED WITH BUNDLED WITH
1.15.0 1.15.1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment