From 6929ed4158c24f34ff06b0c02d550d6fdc8e2b2a Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 7 Apr 2016 23:21:37 +0200 Subject: [PATCH] bump rubocop --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index eb64ce1..248208e 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ end group :development do # code style - gem "rubocop", "0.38.0" + gem "rubocop", "0.39.0" gem "pronto", "0.6.0" gem "pronto-rubocop", "0.6.1", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 1eb71ec..165cfe4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -148,7 +148,7 @@ GEM rspec (>= 2.99, >= 2.14.2, < 4) octokit (4.3.0) sawyer (~> 0.7.0, >= 0.5.3) - parser (2.3.0.6) + parser (2.3.0.7) ast (~> 2.2) powerpack (0.1.1) pronto (0.6.0) @@ -223,8 +223,8 @@ GEM rspec-mocks (~> 3.4.0) rspec-support (~> 3.4.0) rspec-support (3.4.1) - rubocop (0.38.0) - parser (>= 2.3.0.6, < 3.0) + rubocop (0.39.0) + parser (>= 2.3.0.7, < 3.0) powerpack (~> 0.1) rainbow (>= 1.99.1, < 3.0) ruby-progressbar (~> 1.7) @@ -266,7 +266,7 @@ GEM ethon (>= 0.8.0) tzinfo (1.2.2) thread_safe (~> 0.1) - unicode-display_width (1.0.2) + unicode-display_width (1.0.3) uuid (2.3.8) macaddr (~> 1.0) valid (1.1.0) @@ -299,7 +299,7 @@ DEPENDENCIES rspec-collection_matchers (~> 1.1.2) rspec-core (~> 3.4.3) rspec-rails (~> 3.4.1) - rubocop (= 0.38.0) + rubocop (= 0.39.0) simplecov (= 0.11.2) simplecov-rcov (= 0.2.3) spring