Skip to content

Commit 14c8da8

Browse files
committed
bundle update
1 parent 506dd14 commit 14c8da8

File tree

1 file changed

+32
-31
lines changed

1 file changed

+32
-31
lines changed

Gemfile.lock

+32-31
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,73 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.7.0)
5-
public_suffix (>= 2.0.2, < 5.0)
4+
addressable (2.8.6)
5+
public_suffix (>= 2.0.2, < 6.0)
66
ansi (1.5.0)
77
ast (2.4.2)
8-
claide (1.0.3)
8+
base64 (0.2.0)
9+
claide (1.1.0)
910
claide-plugins (0.9.2)
1011
cork
1112
nap
1213
open4 (~> 1.3)
1314
colored2 (3.1.2)
1415
cork (0.3.0)
1516
colored2 (~> 3.1)
16-
danger (8.2.3)
17+
danger (9.4.1)
1718
claide (~> 1.0)
1819
claide-plugins (>= 0.9.2)
1920
colored2 (~> 3.1)
2021
cork (~> 0.1)
21-
faraday (>= 0.9.0, < 2.0)
22+
faraday (>= 0.9.0, < 3.0)
2223
faraday-http-cache (~> 2.0)
23-
git (~> 1.7)
24+
git (~> 1.13)
2425
kramdown (~> 2.3)
2526
kramdown-parser-gfm (~> 1.0)
2627
no_proxy_fix
27-
octokit (~> 4.7)
28+
octokit (>= 6.0)
2829
terminal-table (>= 1, < 4)
29-
danger-android_lint (0.0.8)
30+
danger-android_lint (0.0.12)
3031
danger-plugin-api (~> 1.0)
3132
oga
3233
danger-plugin-api (1.0.0)
3334
danger (> 2.0)
34-
faraday (1.3.0)
35-
faraday-net_http (~> 1.0)
36-
multipart-post (>= 1.2, < 3)
37-
ruby2_keywords
38-
faraday-http-cache (2.2.0)
35+
faraday (2.7.12)
36+
base64
37+
faraday-net_http (>= 2.0, < 3.1)
38+
ruby2_keywords (>= 0.0.4)
39+
faraday-http-cache (2.5.0)
3940
faraday (>= 0.8)
40-
faraday-net_http (1.0.1)
41-
git (1.8.1)
41+
faraday-net_http (3.0.2)
42+
git (1.18.0)
43+
addressable (~> 2.8)
4244
rchardet (~> 1.8)
43-
kramdown (2.3.0)
45+
kramdown (2.4.0)
4446
rexml
4547
kramdown-parser-gfm (1.1.0)
4648
kramdown (~> 2.0)
47-
multipart-post (2.1.1)
4849
nap (1.1.0)
4950
no_proxy_fix (0.1.2)
50-
octokit (4.20.0)
51-
faraday (>= 0.9)
52-
sawyer (~> 0.8.0, >= 0.5.3)
53-
oga (3.3)
51+
octokit (8.0.0)
52+
faraday (>= 1, < 3)
53+
sawyer (~> 0.9)
54+
oga (3.4)
5455
ast
5556
ruby-ll (~> 2.1)
5657
open4 (1.3.4)
57-
public_suffix (4.0.6)
58+
public_suffix (5.0.4)
5859
rchardet (1.8.0)
59-
rexml (3.2.4)
60-
ruby-ll (2.1.2)
60+
rexml (3.2.6)
61+
ruby-ll (2.1.3)
6162
ansi
6263
ast
63-
ruby2_keywords (0.0.4)
64-
sawyer (0.8.2)
64+
ruby2_keywords (0.0.5)
65+
sawyer (0.9.2)
6566
addressable (>= 2.3.5)
66-
faraday (> 0.8, < 2.0)
67-
terminal-table (3.0.0)
68-
unicode-display_width (~> 1.1, >= 1.1.1)
69-
unicode-display_width (1.7.0)
67+
faraday (>= 0.17.3, < 3)
68+
terminal-table (3.0.2)
69+
unicode-display_width (>= 1.1.1, < 3)
70+
unicode-display_width (2.5.0)
7071

7172
PLATFORMS
7273
ruby
@@ -76,4 +77,4 @@ DEPENDENCIES
7677
danger-android_lint
7778

7879
BUNDLED WITH
79-
2.1.4
80+
2.3.7

0 commit comments

Comments
 (0)