From e1a3e7c8c4587688b38cb0002f60936a82317b59 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sun, 2 Aug 2015 02:29:27 +0200 Subject: [PATCH] add pronto --- Gemfile | 2 ++ Gemfile.lock | 24 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/Gemfile b/Gemfile index c9d145e..d0750fd 100644 --- a/Gemfile +++ b/Gemfile @@ -18,6 +18,8 @@ end group :development do # code style gem "rubocop", "0.32.1" + gem "pronto", "0.4.2" + gem "pronto-rubocop", "0.4.4" # debugging gem "pry" diff --git a/Gemfile.lock b/Gemfile.lock index 9b15fa9..40ac918 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -85,6 +85,9 @@ GEM fuubar (2.0.0) rspec (~> 3.0) ruby-progressbar (~> 1.4) + gitlab (3.4.0) + httparty + terminal-table globalid (0.3.5) activesupport (>= 4.1.0) guard (2.13.0) @@ -101,6 +104,9 @@ GEM guard (~> 2.1) guard-compat (~> 1.1) rspec (>= 2.99.0, < 4.0) + httparty (0.13.5) + json (~> 1.8) + multi_xml (>= 0.5.2) i18n (0.7.0) json (1.8.3) listen (3.0.3) @@ -124,6 +130,7 @@ GEM mini_portile (0.6.2) minitest (5.7.0) multi_json (1.11.1) + multi_xml (0.5.5) multipart-post (2.0.0) nenv (0.2.0) nokogiri (1.6.6.2) @@ -133,9 +140,19 @@ GEM shellany (~> 0.0) nyan-cat-formatter (0.11) rspec (>= 2.99, >= 2.14.2, < 4) + octokit (3.8.0) + sawyer (~> 0.6.0, >= 0.5.3) parser (2.2.2.5) ast (>= 1.1, < 3.0) powerpack (0.1.1) + pronto (0.4.2) + gitlab (~> 3.4.0) + octokit (~> 3.8.0) + rugged (~> 0.22.0) + thor (~> 0.19.0) + pronto-rubocop (0.4.4) + pronto (~> 0.4.0) + rubocop (~> 0.32.0) pry (0.10.1) coderay (~> 1.1.0) method_source (~> 0.8.1) @@ -207,7 +224,11 @@ GEM rainbow (>= 1.99.1, < 3.0) ruby-progressbar (~> 1.4) ruby-progressbar (1.7.5) + rugged (0.22.2) safe_yaml (1.0.4) + sawyer (0.6.0) + addressable (~> 2.3.5) + faraday (~> 0.8, < 0.10) shellany (0.0.1) simplecov (0.10.0) docile (~> 1.1.0) @@ -231,6 +252,7 @@ GEM sprockets (>= 2.8, < 4.0) sqlite3 (1.3.10) systemu (2.6.5) + terminal-table (1.5.2) thor (0.19.1) thread_safe (0.3.5) typhoeus (0.7.2) @@ -258,6 +280,8 @@ DEPENDENCIES guard-rspec logging-rails (= 0.5.0) nyan-cat-formatter + pronto (= 0.4.2) + pronto-rubocop (= 0.4.4) pry pry-byebug pry-debundle