diff --git a/Gemfile b/Gemfile index 9dff6ed..e7a949d 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ group :development do # code style gem "rubocop", "0.34.2" gem "pronto", "0.4.3" - gem "pronto-rubocop", "0.4.6", require: false + gem "pronto-rubocop", "0.4.7", require: false # debugging gem "pry" diff --git a/Gemfile.lock b/Gemfile.lock index b057043..477931b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -104,7 +104,7 @@ GEM guard (~> 2.1) guard-compat (~> 1.1) rspec (>= 2.99.0, < 4.0) - httparty (0.13.5) + httparty (0.13.7) json (~> 1.8) multi_xml (>= 0.5.2) i18n (0.7.0) @@ -140,9 +140,9 @@ GEM shellany (~> 0.0) nyan-cat-formatter (0.11) rspec (>= 2.99, >= 2.14.2, < 4) - octokit (4.1.0) + octokit (4.1.1) sawyer (~> 0.6.0, >= 0.5.3) - parser (2.2.2.6) + parser (2.2.3.0) ast (>= 1.1, < 3.0) powerpack (0.1.1) pronto (0.4.3) @@ -150,7 +150,7 @@ GEM octokit (~> 4.1.0) rugged (~> 0.23.0) thor (~> 0.19.0) - pronto-rubocop (0.4.6) + pronto-rubocop (0.4.7) pronto (~> 0.4.0) rubocop (~> 0.34.0) pry (0.10.1) @@ -224,7 +224,7 @@ GEM rainbow (>= 1.99.1, < 3.0) ruby-progressbar (~> 1.4) ruby-progressbar (1.7.5) - rugged (0.23.2) + rugged (0.23.3) safe_yaml (1.0.4) sawyer (0.6.0) addressable (~> 2.3.5) @@ -281,7 +281,7 @@ DEPENDENCIES logging-rails (= 0.5.0) nyan-cat-formatter pronto (= 0.4.3) - pronto-rubocop (= 0.4.6) + pronto-rubocop (= 0.4.7) pry pry-byebug pry-debundle