Skip to content

Commit

Permalink
feat: Update Octokit and Danger (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
damacus authored Oct 10, 2023
2 parents 05cfb52 + d4cdee4 commit 1c8e253
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
24 changes: 13 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.4)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.1.1)
claide (1.1.0)
claide-plugins (0.9.2)
cork
Expand All @@ -11,26 +12,27 @@ GEM
colored2 (3.1.2)
cork (0.3.0)
colored2 (~> 3.1)
danger (9.3.0)
danger (9.3.2)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
cork (~> 0.1)
faraday (>= 0.9.0, < 3.0)
faraday-http-cache (~> 2.0)
git (~> 1.13.0)
git (~> 1.13)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.0)
no_proxy_fix
octokit (~> 5.0)
octokit (~> 6.0)
terminal-table (>= 1, < 4)
faraday (2.7.5)
faraday (2.7.11)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-http-cache (2.5.0)
faraday (>= 0.8)
faraday-net_http (3.0.2)
git (1.13.2)
git (1.18.0)
addressable (~> 2.8)
rchardet (~> 1.8)
kramdown (2.4.0)
Expand All @@ -39,27 +41,27 @@ GEM
kramdown (~> 2.0)
nap (1.1.0)
no_proxy_fix (0.1.2)
octokit (5.6.1)
octokit (6.1.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
open4 (1.3.4)
public_suffix (5.0.1)
public_suffix (5.0.3)
rchardet (1.8.0)
rexml (3.2.5)
rexml (3.2.6)
ruby2_keywords (0.0.5)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)

PLATFORMS
arm64-darwin-22
x86_64-linux

DEPENDENCIES
danger (= 9.3.0)
danger (= 9.3.2)

BUNDLED WITH
2.4.6
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ author: "Jason Field"
description: "Runs danger.systems on a PR"
runs:
using: "docker"
image: docker://ghcr.io/actionshub/danger-rb:v2.0.11
image: docker://ghcr.io/actionshub/danger-rb:v2.1.0
branding:
icon: "git-pull-request"
color: "red"

0 comments on commit 1c8e253

Please sign in to comment.