Skip to content

Commit 94dd27e

Browse files
authored
[ruby] Update danger 9.5.0 → 9.5.1 (patch) (#436)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent 170f247 commit 94dd27e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Gemfile.lock

+7-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ GEM
33
specs:
44
addressable (2.8.7)
55
public_suffix (>= 2.0.2, < 7.0)
6+
base64 (0.2.0)
67
bigdecimal (3.1.8)
78
claide (1.1.0)
89
claide-plugins (0.9.2)
@@ -14,7 +15,8 @@ GEM
1415
concurrent-ruby (1.3.4)
1516
cork (0.3.0)
1617
colored2 (~> 3.1)
17-
danger (9.5.0)
18+
danger (9.5.1)
19+
base64 (~> 0.2)
1820
claide (~> 1.0)
1921
claide-plugins (>= 0.9.2)
2022
colored2 (~> 3.1)
@@ -25,6 +27,7 @@ GEM
2527
kramdown (~> 2.3)
2628
kramdown-parser-gfm (~> 1.0)
2729
octokit (>= 4.0)
30+
pstore (~> 0.1)
2831
terminal-table (>= 1, < 4)
2932
em-websocket (0.5.3)
3033
eventmachine (>= 0.12.9)
@@ -80,7 +83,7 @@ GEM
8083
jekyll (>= 3.7, < 5.0)
8184
jekyll-watch (2.2.1)
8285
listen (~> 3.0)
83-
json (2.7.2)
86+
json (2.7.4)
8487
kramdown (2.4.0)
8588
rexml
8689
kramdown-parser-gfm (1.1.0)
@@ -100,12 +103,13 @@ GEM
100103
racc (~> 1.4)
101104
nokogiri (1.16.7-x86_64-linux)
102105
racc (~> 1.4)
103-
octokit (9.1.0)
106+
octokit (9.2.0)
104107
faraday (>= 1, < 3)
105108
sawyer (~> 0.9)
106109
open4 (1.3.4)
107110
pathutil (0.16.2)
108111
forwardable-extended (~> 2.6)
112+
pstore (0.1.3)
109113
public_suffix (6.0.1)
110114
racc (1.8.1)
111115
rake (13.2.1)

0 commit comments

Comments
 (0)