From a5a8dcf4f91c1ef3d731347d8b5b2394b0488bea Mon Sep 17 00:00:00 2001 From: andre-alves Date: Wed, 21 Feb 2024 10:38:39 -0300 Subject: [PATCH] Bump to version 1.2.1 --- Gemfile.lock | 32 +++++++++++++++------------ lib/missing_codeowners/gem_version.rb | 2 +- 2 files changed, 19 insertions(+), 15 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5767a9d..e830812 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,16 +1,17 @@ PATH remote: . specs: - danger-missing_codeowners (1.2.0) + danger-missing_codeowners (1.2.1) danger-plugin-api (~> 1.0) pathspec (~> 1.0.0) GEM remote: https://rubygems.org/ specs: - addressable (2.8.4) + addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) + base64 (0.2.0) claide (1.1.0) claide-plugins (0.9.2) cork @@ -20,31 +21,31 @@ GEM colored2 (3.1.2) cork (0.3.0) colored2 (~> 3.1) - danger (9.3.0) + danger (9.4.3) 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 (>= 4.0) terminal-table (>= 1, < 4) danger-plugin-api (1.0.0) danger (> 2.0) diff-lcs (1.4.4) - faraday (2.7.5) - faraday-net_http (>= 2.0, < 3.1) - ruby2_keywords (>= 0.0.4) - faraday-http-cache (2.5.0) + faraday (2.9.0) + faraday-net_http (>= 2.0, < 3.2) + faraday-http-cache (2.5.1) faraday (>= 0.8) - faraday-net_http (3.0.2) + faraday-net_http (3.1.0) + net-http ffi (1.15.3) formatador (0.3.0) - git (1.13.2) + git (1.19.1) addressable (~> 2.8) rchardet (~> 1.8) guard (2.18.0) @@ -72,11 +73,14 @@ GEM method_source (1.0.0) nap (1.1.0) nenv (0.3.0) + net-http (0.4.1) + uri no_proxy_fix (0.1.2) notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) - octokit (5.6.1) + octokit (8.1.0) + base64 faraday (>= 1, < 3) sawyer (~> 0.9) open4 (1.3.4) @@ -87,7 +91,7 @@ GEM pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.0.1) + public_suffix (5.0.4) rainbow (3.0.0) rake (10.5.0) rb-fsevent (0.11.0) @@ -121,7 +125,6 @@ GEM rubocop-ast (1.8.0) parser (>= 3.0.1.1) ruby-progressbar (1.11.0) - ruby2_keywords (0.0.5) sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) @@ -130,6 +133,7 @@ GEM unicode-display_width (>= 1.1.1, < 3) thor (1.1.0) unicode-display_width (2.0.0) + uri (0.13.0) yard (0.9.26) PLATFORMS diff --git a/lib/missing_codeowners/gem_version.rb b/lib/missing_codeowners/gem_version.rb index 872c80a..80eefe8 100644 --- a/lib/missing_codeowners/gem_version.rb +++ b/lib/missing_codeowners/gem_version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module MissingCodeowners - VERSION = "1.2.0" + VERSION = "1.2.1" end