From 127d4fa4638f148feafea00dea5c2e4d3f62f745 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Mon, 30 Nov 2015 01:47:17 +0100 Subject: [PATCH] pump rubocop and pronto --- Gemfile | 6 +++--- Gemfile.lock | 22 ++++++++++++---------- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index a960db0..8aa6953 100644 --- a/Gemfile +++ b/Gemfile @@ -17,9 +17,9 @@ end group :development do # code style - gem "rubocop", "0.34.2" - gem "pronto", "0.4.3" - gem "pronto-rubocop", "0.4.7", require: false + gem "rubocop", "0.35.1" + gem "pronto", "0.5.3" + gem "pronto-rubocop", "0.5.0", require: false # debugging gem "pry" diff --git a/Gemfile.lock b/Gemfile.lock index 4957f9f..97127f4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -149,14 +149,14 @@ GEM parser (2.2.3.0) ast (>= 1.1, < 3.0) powerpack (0.1.1) - pronto (0.4.3) + pronto (0.5.3) gitlab (~> 3.4.0) octokit (~> 4.1.0) rugged (~> 0.23.0) thor (~> 0.19.0) - pronto-rubocop (0.4.7) - pronto (~> 0.4.0) - rubocop (~> 0.34.0) + pronto-rubocop (0.5.0) + pronto (~> 0.5.0) + rubocop (~> 0.35.0) pry (0.10.3) coderay (~> 1.1.0) method_source (~> 0.8.1) @@ -221,12 +221,13 @@ GEM rspec-mocks (~> 3.3.0) rspec-support (~> 3.3.0) rspec-support (3.3.0) - rubocop (0.34.2) + rubocop (0.35.1) astrolabe (~> 1.3) - parser (>= 2.2.2.5, < 3.0) + parser (>= 2.2.3.0, < 3.0) powerpack (~> 0.1) rainbow (>= 1.99.1, < 3.0) - ruby-progressbar (~> 1.4) + ruby-progressbar (~> 1.7) + tins (<= 1.6.0) ruby-progressbar (1.7.5) rugged (0.23.3) safe_yaml (1.0.4) @@ -259,6 +260,7 @@ GEM terminal-table (1.5.2) thor (0.19.1) thread_safe (0.3.5) + tins (1.6.0) typhoeus (0.8.0) ethon (>= 0.8.0) tzinfo (1.2.2) @@ -286,14 +288,14 @@ DEPENDENCIES guard-rspec logging-rails (= 0.5.0) nyan-cat-formatter - pronto (= 0.4.3) - pronto-rubocop (= 0.4.7) + pronto (= 0.5.3) + pronto-rubocop (= 0.5.0) pry pry-byebug pry-debundle rspec-collection_matchers (~> 1.1.2) rspec-rails (~> 3.3.2) - rubocop (= 0.34.2) + rubocop (= 0.35.1) simplecov (= 0.10.0) simplecov-rcov (= 0.2.3) spring