From d37193f24c4a69e09583e8d936f70bcd7367ed6d Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Mon, 26 Jun 2023 02:58:31 +0200 Subject: [PATCH] Bump pronto --- Gemfile | 2 +- Gemfile.lock | 34 +++++++++++++++++----------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Gemfile b/Gemfile index 4c839a760..37e0d7d8e 100644 --- a/Gemfile +++ b/Gemfile @@ -199,7 +199,7 @@ end group :development do # Linters gem "haml_lint", "0.40.0", require: false - gem "pronto", "0.11.0", require: false + gem "pronto", "0.11.1", require: false gem "pronto-eslint", "0.11.0", require: false gem "pronto-haml", "0.11.1", require: false gem "pronto-rubocop", "0.11.1", require: false diff --git a/Gemfile.lock b/Gemfile.lock index f529a2e3d..1ddd135fb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -317,8 +317,8 @@ GEM fuubar (2.5.1) rspec-core (~> 3.0) ruby-progressbar (~> 1.4) - gitlab (4.18.0) - httparty (~> 0.18) + gitlab (4.19.0) + httparty (~> 0.20) terminal-table (>= 1.5.1) globalid (1.1.0) activesupport (>= 5.0) @@ -355,8 +355,8 @@ GEM domain_name (~> 0.5) http-form_data (2.3.0) http_accept_language (2.1.1) - httparty (0.20.0) - mime-types (~> 3.0) + httparty (0.21.0) + mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) httpclient (2.8.3) i18n (1.14.1) @@ -462,9 +462,9 @@ GEM rack (>= 1.2, < 3) rash_alt (>= 0.4, < 1) version_gem (~> 1.0) - octokit (4.22.0) - faraday (>= 0.9) - sawyer (~> 0.8.0, >= 0.5.3) + octokit (6.1.1) + faraday (>= 1, < 3) + sawyer (~> 0.9) omniauth (2.1.1) hashie (>= 3.4.6) rack (>= 2.2.3) @@ -505,13 +505,13 @@ GEM ast (~> 2.4.1) pg (1.5.3) phantomjs (2.1.1.0) - pronto (0.11.0) - gitlab (~> 4.4, >= 4.4.0) - httparty (>= 0.13.7) - octokit (~> 4.7, >= 4.7.0) + pronto (0.11.1) + gitlab (>= 4.4.0, < 5.0) + httparty (>= 0.13.7, < 1.0) + octokit (>= 4.7.0, < 7.0) rainbow (>= 2.2, < 4.0) - rexml (~> 3.2) - rugged (>= 0.23.0, < 1.1.0) + rexml (>= 3.2.5, < 4.0) + rugged (>= 0.23.0, < 2.0) thor (>= 0.20.3, < 2.0) pronto-eslint (0.11.0) eslintrb (~> 2.0, >= 2.0.0) @@ -655,7 +655,7 @@ GEM ffi (~> 1.12) ruby2_keywords (0.0.5) rubyzip (2.3.2) - rugged (1.0.1) + rugged (1.6.3) sass (3.7.4) sass-listen (~> 4.0.0) sass-listen (4.0.0) @@ -669,9 +669,9 @@ GEM sprockets (> 3.0) sprockets-rails tilt - sawyer (0.8.2) + sawyer (0.9.2) addressable (>= 2.3.5) - faraday (> 0.8, < 2.0) + faraday (>= 0.17.3, < 3) scss_lint (0.60.0) sass (~> 3.5, >= 3.5.5) secure_headers (6.5.0) @@ -854,7 +854,7 @@ DEPENDENCIES open_graph_reader (= 0.7.2) openid_connect (= 1.3.0) pg (= 1.5.3) - pronto (= 0.11.0) + pronto (= 0.11.1) pronto-eslint (= 0.11.0) pronto-haml (= 0.11.1) pronto-rubocop (= 0.11.1)