From 0b30b6a86bab8324e2ced03035b587c822119a93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 02:21:49 +0000 Subject: [PATCH] Bump pronto from 0.11.1 to 0.11.2 Note we aren't bumping the rugged gem (which Dependabot automatically did) because it causes Pronto to stop working with GitHub Actions. Bumps [pronto](https://github.com/prontolabs/pronto) from 0.11.1 to 0.11.2. - [Release notes](https://github.com/prontolabs/pronto/releases) - [Changelog](https://github.com/prontolabs/pronto/blob/master/CHANGELOG.md) - [Commits](https://github.com/prontolabs/pronto/compare/v0.11.1...v0.11.2) --- updated-dependencies: - dependency-name: pronto dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index d15e5cf49..a40a4cfe7 100644 --- a/Gemfile +++ b/Gemfile @@ -99,7 +99,7 @@ group :development do gem "capistrano3-puma", "~> 5.2.0" gem "erb_lint", "~> 0.5.0", require: false gem "mdl", "~> 0.13.0", require: false - gem "pronto", "~> 0.11.1", require: false + gem "pronto", "~> 0.11.2", require: false gem "pronto-erb_lint", "~> 0.1.6", require: false gem "pronto-eslint", "~> 0.11.1", require: false gem "pronto-rubocop", "~> 0.11.5", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 1e5677032..98724525c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -222,10 +222,10 @@ GEM railties (>= 5.0.0) faker (3.2.3) i18n (>= 1.8.11, < 2) - faraday (2.7.10) - faraday-net_http (>= 2.0, < 3.1) - ruby2_keywords (>= 0.0.4) - faraday-net_http (3.0.2) + faraday (2.9.0) + faraday-net_http (>= 2.0, < 3.2) + faraday-net_http (3.1.0) + net-http ffi (1.15.5) file_validators (3.0.0) activemodel (>= 3.2) @@ -356,6 +356,8 @@ GEM chef-utils multi_json (1.15.0) multi_xml (0.6.0) + net-http (0.4.1) + uri net-imap (0.4.10) date net-protocol @@ -381,7 +383,7 @@ GEM rack (>= 1.2, < 4) snaky_hash (~> 2.0) version_gem (~> 1.1) - octokit (6.1.1) + octokit (7.2.0) faraday (>= 1, < 3) sawyer (~> 0.9) omniauth (2.1.1) @@ -424,10 +426,10 @@ GEM pg_search (2.3.6) activerecord (>= 5.2) activesupport (>= 5.2) - pronto (0.11.1) + pronto (0.11.2) gitlab (>= 4.4.0, < 5.0) httparty (>= 0.13.7, < 1.0) - octokit (>= 4.7.0, < 7.0) + octokit (>= 4.7.0, < 8.0) rainbow (>= 2.2, < 4.0) rexml (>= 3.2.5, < 4.0) rugged (>= 0.23.0, < 2.0) @@ -561,7 +563,6 @@ GEM ruby-rc4 (0.1.5) ruby-vips (2.1.4) ffi (~> 1.12) - ruby2_keywords (0.0.5) rubyzip (2.3.2) rugged (1.6.3) rvm1-capistrano3 (1.4.0) @@ -653,6 +654,7 @@ GEM execjs (>= 0.3.0, < 3) unicode-display_width (2.5.0) uniform_notifier (1.16.0) + uri (0.13.0) uuidtools (2.2.0) version_gem (1.1.3) view_component (3.11.0) @@ -750,7 +752,7 @@ DEPENDENCIES pdf-reader (~> 2.12.0) pg (~> 1.4.6) pg_search (~> 2.3.6) - pronto (~> 0.11.1) + pronto (~> 0.11.2) pronto-erb_lint (~> 0.1.6) pronto-eslint (~> 0.11.1) pronto-rubocop (~> 0.11.5)