From 87e25252fe6ee2cde997a1b4e21da2a4df25eda2 Mon Sep 17 00:00:00 2001 From: Marten Veldthuis <marten@veldthuis.com> Date: Tue, 21 Apr 2020 18:36:07 +0200 Subject: [PATCH] update to git pronto --- Gemfile | 2 +- Gemfile.lock | 23 ++++++++++++++--------- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 640f519..6f5583c 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source "https://rubygems.org" -gem "pronto" +gem "pronto", git: 'https://github.com/prontolabs/pronto' gem "pronto-rubocop" diff --git a/Gemfile.lock b/Gemfile.lock index 0efed48..bd56763 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,15 @@ +GIT + remote: https://github.com/prontolabs/pronto + revision: 65dd2623750324bdff277b7a43529c228ed9d3cc + specs: + pronto (0.10.0) + gitlab (~> 4.4, >= 4.4.0) + httparty (>= 0.13.7) + octokit (~> 4.7, >= 4.7.0) + rainbow (>= 2.2, < 4.0) + rugged (~> 0.24, >= 0.23.0) + thor (>= 0.20.3, < 2.0) + GEM remote: https://rubygems.org/ specs: @@ -24,13 +36,6 @@ GEM parallel (1.19.1) parser (2.7.1.1) ast (~> 2.4.0) - pronto (0.10.0) - gitlab (~> 4.0, >= 4.0.0) - httparty (>= 0.13.7) - octokit (~> 4.7, >= 4.7.0) - rainbow (>= 2.2, < 4.0) - rugged (~> 0.24, >= 0.23.0) - thor (~> 0.20.0) pronto-rubocop (0.10.0) pronto (~> 0.10.0) rubocop (~> 0.50, >= 0.49.1) @@ -52,14 +57,14 @@ GEM faraday (> 0.8, < 2.0) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) - thor (0.20.3) + thor (1.0.1) unicode-display_width (1.7.0) PLATFORMS ruby DEPENDENCIES - pronto + pronto! pronto-rubocop BUNDLED WITH -- GitLab