From ec81a397be376e48d479f7f74c221cc6ee57120e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 13:44:35 +0000 Subject: [PATCH] Bump pronto from 0.11.3 to 0.11.4 Bumps [pronto](https://github.com/prontolabs/pronto) from 0.11.3 to 0.11.4. - [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.3...v0.11.4) --- updated-dependencies: - dependency-name: pronto dependency-version: 0.11.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 21cb3e9fb..267ce4b17 100644 --- a/Gemfile +++ b/Gemfile @@ -96,7 +96,7 @@ group :development do gem "faraday-retry", "~> 2.3.1", require: false gem "htmlbeautifier", "~> 1.4.3", require: false gem "mdl", "~> 0.13.0", require: false - gem "pronto", "~> 0.11.2", require: false + gem "pronto", "~> 0.11.4", require: false gem "pronto-erb_lint", "~> 0.1.6", require: false gem "pronto-eslint", "~> 0.11.1", require: false gem "pronto-rubocop", "~> 0.11.6", require: false diff --git a/Gemfile.lock b/Gemfile.lock index e42e26a80..88e8c71a3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -415,7 +415,7 @@ GEM rack (>= 1.2, < 4) snaky_hash (~> 2.0, >= 2.0.3) version_gem (>= 1.1.8, < 3) - octokit (9.2.0) + octokit (10.0.0) faraday (>= 1, < 3) sawyer (~> 0.9) omniauth (2.1.3) @@ -460,10 +460,10 @@ GEM pg_search (2.3.7) activerecord (>= 6.1) activesupport (>= 6.1) - pronto (0.11.3) + pronto (0.11.4) gitlab (>= 4.4.0, < 5.0) httparty (>= 0.13.7, < 1.0) - octokit (>= 4.7.0, < 10.0) + octokit (>= 4.7.0, < 11.0) rainbow (>= 2.2, < 4.0) rexml (>= 3.2.5, < 4.0) rugged (>= 0.23.0, < 2.0) @@ -799,7 +799,7 @@ DEPENDENCIES pdf-reader (~> 2.14.1) pg (~> 1.5.9) pg_search (~> 2.3.7) - pronto (~> 0.11.2) + pronto (~> 0.11.4) pronto-erb_lint (~> 0.1.6) pronto-eslint (~> 0.11.1) pronto-rubocop (~> 0.11.6)