From f4b02dc64485516b9d6ccf1f9a2b07d429aa669d Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem <svbergerem@omgsrsly.net> Date: Tue, 18 Oct 2016 11:03:09 +0200 Subject: [PATCH] Bump pronto --- Gemfile | 2 +- Gemfile.lock | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 5005feb702..669feeeed1 100644 --- a/Gemfile +++ b/Gemfile @@ -241,7 +241,7 @@ group :development do # Linters gem "rubocop", "0.40.0" gem "haml_lint", "0.18.2" - gem "pronto", "0.7.0" + gem "pronto", "0.7.1" gem "pronto-eslint", "0.7.0" gem "pronto-rubocop", "0.7.0" gem "pronto-haml", "0.7.0" diff --git a/Gemfile.lock b/Gemfile.lock index a126fc2c25..46ee5dbea9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -370,8 +370,8 @@ GEM ruby-progressbar (~> 1.4) get_process_mem (0.2.1) gherkin (4.0.0) - gitlab (3.6.1) - httparty + gitlab (3.7.0) + httparty (~> 0.13.0) terminal-table globalid (0.3.7) activesupport (>= 4.1.0) @@ -579,7 +579,7 @@ GEM cliver (~> 0.3.1) websocket-driver (>= 0.2.0) powerpack (0.1.1) - pronto (0.7.0) + pronto (0.7.1) gitlab (~> 3.6, >= 3.4.0) httparty (~> 0.13.7) octokit (~> 4.3, >= 4.1.0) @@ -835,7 +835,8 @@ GEM temple (0.7.7) term-ansicolor (1.3.2) tins (~> 1.0) - terminal-table (1.6.0) + terminal-table (1.7.3) + unicode-display_width (~> 1.1.1) test_after_commit (1.1.0) activerecord (>= 3.2) thor (0.19.1) @@ -983,7 +984,7 @@ DEPENDENCIES openid_connect (= 0.12.0) pg (= 0.19.0) poltergeist (= 1.11.0) - pronto (= 0.7.0) + pronto (= 0.7.1) pronto-eslint (= 0.7.0) pronto-haml (= 0.7.0) pronto-rubocop (= 0.7.0) -- GitLab