File tree Expand file tree Collapse file tree 3 files changed +29
-23
lines changed Expand file tree Collapse file tree 3 files changed +29
-23
lines changed Original file line number Diff line number Diff line change 50
50
- name : Run danger
51
51
env :
52
52
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
53
- run : danger
53
+ run : bundle exec danger
54
54
55
55
unit_test :
56
56
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change
1
+ # frozen_string_literal: true
1
2
source "https://rubygems.org"
2
3
3
- gem "danger"
4
- gem 'danger-android_lint'
4
+ git_source ( :github ) { |repo_name | "https://github.com/#{ repo_name } " }
5
+
6
+ gem 'danger'
7
+ gem 'danger-android_lint'
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- addressable (2.5.2 )
5
- public_suffix (>= 2.0.2 , < 4 .0 )
4
+ addressable (2.7.0 )
5
+ public_suffix (>= 2.0.2 , < 5 .0 )
6
6
ansi (1.5.0 )
7
7
ast (2.4.0 )
8
- claide (1.0.2 )
8
+ claide (1.0.3 )
9
9
claide-plugins (0.9.2 )
10
10
cork
11
11
nap
12
12
open4 (~> 1.3 )
13
13
colored2 (3.1.2 )
14
14
cork (0.3.0 )
15
15
colored2 (~> 3.1 )
16
- danger (6.0.6 )
16
+ danger (6.3.2 )
17
17
claide (~> 1.0 )
18
18
claide-plugins (>= 0.9.2 )
19
19
colored2 (~> 3.1 )
20
20
cork (~> 0.1 )
21
21
faraday (~> 0.9 )
22
- faraday-http-cache (~> 1 .0 )
23
- git (~> 1.5 )
22
+ faraday-http-cache (~> 2 .0 )
23
+ git (~> 1.6 )
24
24
kramdown (~> 2.0 )
25
25
kramdown-parser-gfm (~> 1.0 )
26
26
no_proxy_fix
27
27
octokit (~> 4.7 )
28
28
terminal-table (~> 1 )
29
- danger-android_lint (0.0.7 )
29
+ danger-android_lint (0.0.8 )
30
30
danger-plugin-api (~> 1.0 )
31
31
oga
32
32
danger-plugin-api (1.0.0 )
33
33
danger (> 2.0 )
34
- faraday (0.15.4 )
34
+ faraday (0.17.3 )
35
35
multipart-post (>= 1.2 , < 3 )
36
- faraday-http-cache (1.3.1 )
36
+ faraday-http-cache (2.0.0 )
37
37
faraday (~> 0.8 )
38
- git (1.5.0 )
38
+ git (1.6.0 )
39
+ rchardet (~> 1.8 )
39
40
kramdown (2.1.0 )
40
- kramdown-parser-gfm (1.0.1 )
41
+ kramdown-parser-gfm (1.1.0 )
41
42
kramdown (~> 2.0 )
42
- multipart-post (2.0.0 )
43
+ multipart-post (2.1.1 )
43
44
nap (1.1.0 )
44
45
no_proxy_fix (0.1.2 )
45
- octokit (4.14.0 )
46
+ octokit (4.18.0 )
47
+ faraday (>= 0.9 )
46
48
sawyer (~> 0.8.0 , >= 0.5.3 )
47
- oga (2.15 )
49
+ oga (3.2 )
48
50
ast
49
51
ruby-ll (~> 2.1 )
50
52
open4 (1.3.4 )
51
- public_suffix (3.0.3 )
53
+ public_suffix (4.0.3 )
54
+ rchardet (1.8.0 )
52
55
ruby-ll (2.1.2 )
53
56
ansi
54
57
ast
55
- sawyer (0.8.1 )
56
- addressable (>= 2.3.5 , < 2.6 )
57
- faraday (~ > 0.8 , < 1 .0 )
58
+ sawyer (0.8.2 )
59
+ addressable (>= 2.3.5 )
60
+ faraday (> 0.8 , < 2 .0 )
58
61
terminal-table (1.8.0 )
59
62
unicode-display_width (~> 1.1 , >= 1.1.1 )
60
- unicode-display_width (1.5 .0 )
63
+ unicode-display_width (1.7 .0 )
61
64
62
65
PLATFORMS
63
66
ruby
@@ -67,4 +70,4 @@ DEPENDENCIES
67
70
danger-android_lint
68
71
69
72
BUNDLED WITH
70
- 2.0.1
73
+ 2.1.4
You can’t perform that action at this time.
0 commit comments