Skip to content

Commit 1c8e253

Browse files
authored
feat: Update Octokit and Danger (#25)
2 parents 05cfb52 + d4cdee4 commit 1c8e253

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

Gemfile.lock

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.4)
4+
addressable (2.8.5)
55
public_suffix (>= 2.0.2, < 6.0)
6+
base64 (0.1.1)
67
claide (1.1.0)
78
claide-plugins (0.9.2)
89
cork
@@ -11,26 +12,27 @@ GEM
1112
colored2 (3.1.2)
1213
cork (0.3.0)
1314
colored2 (~> 3.1)
14-
danger (9.3.0)
15+
danger (9.3.2)
1516
claide (~> 1.0)
1617
claide-plugins (>= 0.9.2)
1718
colored2 (~> 3.1)
1819
cork (~> 0.1)
1920
faraday (>= 0.9.0, < 3.0)
2021
faraday-http-cache (~> 2.0)
21-
git (~> 1.13.0)
22+
git (~> 1.13)
2223
kramdown (~> 2.3)
2324
kramdown-parser-gfm (~> 1.0)
2425
no_proxy_fix
25-
octokit (~> 5.0)
26+
octokit (~> 6.0)
2627
terminal-table (>= 1, < 4)
27-
faraday (2.7.5)
28+
faraday (2.7.11)
29+
base64
2830
faraday-net_http (>= 2.0, < 3.1)
2931
ruby2_keywords (>= 0.0.4)
3032
faraday-http-cache (2.5.0)
3133
faraday (>= 0.8)
3234
faraday-net_http (3.0.2)
33-
git (1.13.2)
35+
git (1.18.0)
3436
addressable (~> 2.8)
3537
rchardet (~> 1.8)
3638
kramdown (2.4.0)
@@ -39,27 +41,27 @@ GEM
3941
kramdown (~> 2.0)
4042
nap (1.1.0)
4143
no_proxy_fix (0.1.2)
42-
octokit (5.6.1)
44+
octokit (6.1.1)
4345
faraday (>= 1, < 3)
4446
sawyer (~> 0.9)
4547
open4 (1.3.4)
46-
public_suffix (5.0.1)
48+
public_suffix (5.0.3)
4749
rchardet (1.8.0)
48-
rexml (3.2.5)
50+
rexml (3.2.6)
4951
ruby2_keywords (0.0.5)
5052
sawyer (0.9.2)
5153
addressable (>= 2.3.5)
5254
faraday (>= 0.17.3, < 3)
5355
terminal-table (3.0.2)
5456
unicode-display_width (>= 1.1.1, < 3)
55-
unicode-display_width (2.4.2)
57+
unicode-display_width (2.5.0)
5658

5759
PLATFORMS
5860
arm64-darwin-22
5961
x86_64-linux
6062

6163
DEPENDENCIES
62-
danger (= 9.3.0)
64+
danger (= 9.3.2)
6365

6466
BUNDLED WITH
6567
2.4.6

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ author: "Jason Field"
33
description: "Runs danger.systems on a PR"
44
runs:
55
using: "docker"
6-
image: docker://ghcr.io/actionshub/danger-rb:v2.0.11
6+
image: docker://ghcr.io/actionshub/danger-rb:v2.1.0
77
branding:
88
icon: "git-pull-request"
99
color: "red"

0 commit comments

Comments
 (0)