From b87b51e0a268a61710686403f7092bcd1d3425f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 22:48:54 +0000 Subject: [PATCH] Bump danger from 9.3.2 to 9.5.0 Bumps [danger](https://github.com/danger/danger) from 9.3.2 to 9.5.0. - [Release notes](https://github.com/danger/danger/releases) - [Changelog](https://github.com/danger/danger/blob/master/CHANGELOG.md) - [Commits](https://github.com/danger/danger/commits) --- updated-dependencies: - dependency-name: danger dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 28 ++++++++++++---------------- 2 files changed, 13 insertions(+), 17 deletions(-) diff --git a/Gemfile b/Gemfile index c44ed61..e065094 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gemspec group :development, :test do gem 'bundler', '~> 2.0' - gem 'danger', '~> 9.3' + gem 'danger', '~> 9.5' gem 'pry', '~> 0.10', '>= 0.10.4' gem 'pry-byebug', '~> 3.6' gem 'rake', '~> 13.0' diff --git a/Gemfile.lock b/Gemfile.lock index 8f79531..a3f2493 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -28,8 +28,8 @@ GEM minitest (>= 5.1) mutex_m tzinfo (~> 2.0) - addressable (2.8.5) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) ast (2.4.2) bagit (0.4.6) docopt (~> 0.5.0) @@ -52,7 +52,7 @@ GEM crack (0.4.5) rexml daemons (1.4.1) - danger (9.3.2) + danger (9.5.0) claide (~> 1.0) claide-plugins (>= 0.9.2) colored2 (~> 3.1) @@ -62,8 +62,7 @@ GEM git (~> 1.13) kramdown (~> 2.3) kramdown-parser-gfm (~> 1.0) - no_proxy_fix - octokit (~> 6.0) + octokit (>= 4.0) terminal-table (>= 1, < 4) diff-lcs (1.5.1) docopt (0.5.0) @@ -77,14 +76,14 @@ GEM scanf (~> 1.0) sxp (~> 1.2) unicode-types (~> 1.8) - faraday (2.7.11) + faraday (2.8.1) base64 faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) - faraday-http-cache (2.5.0) + faraday-http-cache (2.5.1) faraday (>= 0.8) faraday-net_http (3.0.2) - git (1.18.0) + git (1.19.1) addressable (~> 2.8) rchardet (~> 1.8) hashdiff (1.0.1) @@ -116,8 +115,7 @@ GEM net-http-persistent (4.0.2) connection_pool (~> 2.2) netrc (0.11.0) - no_proxy_fix (0.1.2) - octokit (6.1.1) + octokit (9.1.0) faraday (>= 1, < 3) sawyer (~> 0.9) open4 (1.3.4) @@ -133,7 +131,7 @@ GEM pry-byebug (3.10.1) byebug (~> 11.0) pry (>= 0.13, < 0.15) - public_suffix (5.0.3) + public_suffix (5.1.1) racc (1.8.0) rainbow (3.1.1) rake (13.0.6) @@ -160,8 +158,7 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.3.2) - strscan + rexml (3.3.8) rollbar (3.4.1) rspec (3.13.0) rspec-core (~> 3.13.0) @@ -215,7 +212,6 @@ GEM sparql-client (3.2.2) net-http-persistent (~> 4.0, >= 4.0.2) rdf (~> 3.2, >= 3.2.11) - strscan (3.1.0) sxp (1.2.4) matrix (~> 0.4) rdf (~> 3.2) @@ -228,7 +224,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.8.2) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) unicode-types (1.9.0) uuid (2.3.9) macaddr (~> 1.0) @@ -244,7 +240,7 @@ PLATFORMS DEPENDENCIES bundler (~> 2.0) - danger (~> 9.3) + danger (~> 9.5) pry (~> 0.10, >= 0.10.4) pry-byebug (~> 3.6) pushmi_pullyu!