File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
lib/code_style_validation Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- danger-code_style_validation (0.2 .0 )
4
+ danger-code_style_validation (0.3 .0 )
5
5
danger-plugin-api (~> 1.0 )
6
6
7
7
GEM
19
19
colored2 (3.1.2 )
20
20
cork (0.3.0 )
21
21
colored2 (~> 3.1 )
22
- danger (5.3.4 )
22
+ danger (5.5.2 )
23
23
claide (~> 1.0 )
24
24
claide-plugins (>= 0.9.2 )
25
25
colored2 (~> 3.1 )
28
28
faraday-http-cache (~> 1.0 )
29
29
git (~> 1 )
30
30
kramdown (~> 1.5 )
31
+ no_proxy_fix
31
32
octokit (~> 4.7 )
32
33
terminal-table (~> 1 )
33
34
danger-plugin-api (1.0.0 )
54
55
guard (~> 2.1 )
55
56
guard-compat (~> 1.1 )
56
57
rspec (>= 2.99.0 , < 4.0 )
57
- kramdown (1.14 .0 )
58
+ kramdown (1.15 .0 )
58
59
listen (3.0.7 )
59
60
rb-fsevent (>= 0.9.3 )
60
61
rb-inotify (>= 0.9.7 )
63
64
multipart-post (2.0.0 )
64
65
nap (1.1.0 )
65
66
nenv (0.3.0 )
67
+ no_proxy_fix (0.1.1 )
66
68
notiffany (0.1.1 )
67
69
nenv (~> 0.1 )
68
70
shellany (~> 0.0 )
76
78
coderay (~> 1.1.0 )
77
79
method_source (~> 0.8.1 )
78
80
slop (~> 3.4 )
79
- public_suffix (2 .0.5 )
81
+ public_suffix (3 .0.0 )
80
82
rainbow (2.1.0 )
81
83
rake (10.5.0 )
82
84
rb-fsevent (0.9.8 )
Original file line number Diff line number Diff line change 1
1
module CodeStyleValidation
2
- VERSION = '0.2 .0' . freeze
2
+ VERSION = '0.3 .0' . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments