From 1e631b56ecb5f031322df5151357e2b6ca957f76 Mon Sep 17 00:00:00 2001 From: Eito Katagiri Date: Fri, 13 Apr 2018 00:47:23 +0900 Subject: [PATCH] add rubocop versions to be tested on Travis CI --- .travis.yml | 6 +++ Appraisals | 8 +++- gemfiles/rubocop_0.40.0.gemfile.lock | 6 +-- gemfiles/rubocop_0.41.2.gemfile.lock | 6 +-- gemfiles/rubocop_0.42.0.gemfile.lock | 6 +-- gemfiles/rubocop_0.43.0.gemfile.lock | 6 +-- gemfiles/rubocop_0.44.1.gemfile.lock | 6 +-- gemfiles/rubocop_0.45.0.gemfile.lock | 6 +-- gemfiles/rubocop_0.46.0.gemfile.lock | 6 +-- gemfiles/rubocop_0.47.1.gemfile.lock | 6 +-- gemfiles/rubocop_0.48.1.gemfile.lock | 6 +-- gemfiles/rubocop_0.49.1.gemfile | 7 ++++ gemfiles/rubocop_0.49.1.gemfile.lock | 59 ++++++++++++++++++++++++++++ gemfiles/rubocop_0.50.0.gemfile | 7 ++++ gemfiles/rubocop_0.50.0.gemfile.lock | 59 ++++++++++++++++++++++++++++ gemfiles/rubocop_0.51.0.gemfile | 7 ++++ gemfiles/rubocop_0.51.0.gemfile.lock | 59 ++++++++++++++++++++++++++++ gemfiles/rubocop_0.52.1.gemfile | 7 ++++ gemfiles/rubocop_0.52.1.gemfile.lock | 58 +++++++++++++++++++++++++++ gemfiles/rubocop_0.53.0.gemfile | 7 ++++ gemfiles/rubocop_0.53.0.gemfile.lock | 58 +++++++++++++++++++++++++++ gemfiles/rubocop_0.54.0.gemfile | 7 ++++ gemfiles/rubocop_0.54.0.gemfile.lock | 58 +++++++++++++++++++++++++++ 23 files changed, 433 insertions(+), 28 deletions(-) create mode 100644 gemfiles/rubocop_0.49.1.gemfile create mode 100644 gemfiles/rubocop_0.49.1.gemfile.lock create mode 100644 gemfiles/rubocop_0.50.0.gemfile create mode 100644 gemfiles/rubocop_0.50.0.gemfile.lock create mode 100644 gemfiles/rubocop_0.51.0.gemfile create mode 100644 gemfiles/rubocop_0.51.0.gemfile.lock create mode 100644 gemfiles/rubocop_0.52.1.gemfile create mode 100644 gemfiles/rubocop_0.52.1.gemfile.lock create mode 100644 gemfiles/rubocop_0.53.0.gemfile create mode 100644 gemfiles/rubocop_0.53.0.gemfile.lock create mode 100644 gemfiles/rubocop_0.54.0.gemfile create mode 100644 gemfiles/rubocop_0.54.0.gemfile.lock diff --git a/.travis.yml b/.travis.yml index 2bd32d5..b10256d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,12 @@ gemfile: - gemfiles/rubocop_0.46.0.gemfile - gemfiles/rubocop_0.47.1.gemfile - gemfiles/rubocop_0.48.1.gemfile + - gemfiles/rubocop_0.49.1.gemfile + - gemfiles/rubocop_0.50.0.gemfile + - gemfiles/rubocop_0.51.0.gemfile + - gemfiles/rubocop_0.52.1.gemfile + - gemfiles/rubocop_0.53.0.gemfile + - gemfiles/rubocop_0.54.0.gemfile matrix: allow_failures: - rvm: ruby-head diff --git a/Appraisals b/Appraisals index 6d0bb6b..7bff432 100644 --- a/Appraisals +++ b/Appraisals @@ -7,7 +7,13 @@ '0.45.0', '0.46.0', '0.47.1', - '0.48.1' + '0.48.1', + '0.49.1', + '0.50.0', + '0.51.0', + '0.52.1', + '0.53.0', + '0.54.0' ].each do |version| appraise "rubocop-#{version}" do gem 'rubocop', version diff --git a/gemfiles/rubocop_0.40.0.gemfile.lock b/gemfiles/rubocop_0.40.0.gemfile.lock index 06af44d..bd51827 100644 --- a/gemfiles/rubocop_0.40.0.gemfile.lock +++ b/gemfiles/rubocop_0.40.0.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: .. specs: - rubocop-checkstyle_formatter (0.3.0) - rubocop (>= 0.30.1) + rubocop-checkstyle_formatter (0.4.0) + rubocop (>= 0.35.1) GEM remote: https://rubygems.org/ @@ -54,4 +54,4 @@ DEPENDENCIES rubocop-checkstyle_formatter! BUNDLED WITH - 1.14.6 + 1.16.1 diff --git a/gemfiles/rubocop_0.41.2.gemfile.lock b/gemfiles/rubocop_0.41.2.gemfile.lock index 41eb442..67837eb 100644 --- a/gemfiles/rubocop_0.41.2.gemfile.lock +++ b/gemfiles/rubocop_0.41.2.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: .. specs: - rubocop-checkstyle_formatter (0.3.0) - rubocop (>= 0.30.1) + rubocop-checkstyle_formatter (0.4.0) + rubocop (>= 0.35.1) GEM remote: https://rubygems.org/ @@ -54,4 +54,4 @@ DEPENDENCIES rubocop-checkstyle_formatter! BUNDLED WITH - 1.14.6 + 1.16.1 diff --git a/gemfiles/rubocop_0.42.0.gemfile.lock b/gemfiles/rubocop_0.42.0.gemfile.lock index d8440e6..ae68d36 100644 --- a/gemfiles/rubocop_0.42.0.gemfile.lock +++ b/gemfiles/rubocop_0.42.0.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: .. specs: - rubocop-checkstyle_formatter (0.3.0) - rubocop (>= 0.30.1) + rubocop-checkstyle_formatter (0.4.0) + rubocop (>= 0.35.1) GEM remote: https://rubygems.org/ @@ -54,4 +54,4 @@ DEPENDENCIES rubocop-checkstyle_formatter! BUNDLED WITH - 1.14.6 + 1.16.1 diff --git a/gemfiles/rubocop_0.43.0.gemfile.lock b/gemfiles/rubocop_0.43.0.gemfile.lock index ee7caf1..75e396b 100644 --- a/gemfiles/rubocop_0.43.0.gemfile.lock +++ b/gemfiles/rubocop_0.43.0.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: .. specs: - rubocop-checkstyle_formatter (0.3.0) - rubocop (>= 0.30.1) + rubocop-checkstyle_formatter (0.4.0) + rubocop (>= 0.35.1) GEM remote: https://rubygems.org/ @@ -54,4 +54,4 @@ DEPENDENCIES rubocop-checkstyle_formatter! BUNDLED WITH - 1.14.6 + 1.16.1 diff --git a/gemfiles/rubocop_0.44.1.gemfile.lock b/gemfiles/rubocop_0.44.1.gemfile.lock index 45add60..2793457 100644 --- a/gemfiles/rubocop_0.44.1.gemfile.lock +++ b/gemfiles/rubocop_0.44.1.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: .. specs: - rubocop-checkstyle_formatter (0.3.0) - rubocop (>= 0.30.1) + rubocop-checkstyle_formatter (0.4.0) + rubocop (>= 0.35.1) GEM remote: https://rubygems.org/ @@ -54,4 +54,4 @@ DEPENDENCIES rubocop-checkstyle_formatter! BUNDLED WITH - 1.14.6 + 1.16.1 diff --git a/gemfiles/rubocop_0.45.0.gemfile.lock b/gemfiles/rubocop_0.45.0.gemfile.lock index 478d00a..b3e3116 100644 --- a/gemfiles/rubocop_0.45.0.gemfile.lock +++ b/gemfiles/rubocop_0.45.0.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: .. specs: - rubocop-checkstyle_formatter (0.3.0) - rubocop (>= 0.30.1) + rubocop-checkstyle_formatter (0.4.0) + rubocop (>= 0.35.1) GEM remote: https://rubygems.org/ @@ -54,4 +54,4 @@ DEPENDENCIES rubocop-checkstyle_formatter! BUNDLED WITH - 1.14.6 + 1.16.1 diff --git a/gemfiles/rubocop_0.46.0.gemfile.lock b/gemfiles/rubocop_0.46.0.gemfile.lock index 79c09bd..fe5e11d 100644 --- a/gemfiles/rubocop_0.46.0.gemfile.lock +++ b/gemfiles/rubocop_0.46.0.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: .. specs: - rubocop-checkstyle_formatter (0.3.0) - rubocop (>= 0.30.1) + rubocop-checkstyle_formatter (0.4.0) + rubocop (>= 0.35.1) GEM remote: https://rubygems.org/ @@ -54,4 +54,4 @@ DEPENDENCIES rubocop-checkstyle_formatter! BUNDLED WITH - 1.14.6 + 1.16.1 diff --git a/gemfiles/rubocop_0.47.1.gemfile.lock b/gemfiles/rubocop_0.47.1.gemfile.lock index ba8c093..f5bff6f 100644 --- a/gemfiles/rubocop_0.47.1.gemfile.lock +++ b/gemfiles/rubocop_0.47.1.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: .. specs: - rubocop-checkstyle_formatter (0.3.0) - rubocop (>= 0.30.1) + rubocop-checkstyle_formatter (0.4.0) + rubocop (>= 0.35.1) GEM remote: https://rubygems.org/ @@ -54,4 +54,4 @@ DEPENDENCIES rubocop-checkstyle_formatter! BUNDLED WITH - 1.14.6 + 1.16.1 diff --git a/gemfiles/rubocop_0.48.1.gemfile.lock b/gemfiles/rubocop_0.48.1.gemfile.lock index 0e77584..6d70283 100644 --- a/gemfiles/rubocop_0.48.1.gemfile.lock +++ b/gemfiles/rubocop_0.48.1.gemfile.lock @@ -1,8 +1,8 @@ PATH remote: .. specs: - rubocop-checkstyle_formatter (0.3.0) - rubocop (>= 0.30.1) + rubocop-checkstyle_formatter (0.4.0) + rubocop (>= 0.35.1) GEM remote: https://rubygems.org/ @@ -54,4 +54,4 @@ DEPENDENCIES rubocop-checkstyle_formatter! BUNDLED WITH - 1.14.6 + 1.16.1 diff --git a/gemfiles/rubocop_0.49.1.gemfile b/gemfiles/rubocop_0.49.1.gemfile new file mode 100644 index 0000000..4b079c5 --- /dev/null +++ b/gemfiles/rubocop_0.49.1.gemfile @@ -0,0 +1,7 @@ +# This file was generated by Appraisal + +source "https://rubygems.org" + +gem "rubocop", "0.49.1" + +gemspec :path => "../" diff --git a/gemfiles/rubocop_0.49.1.gemfile.lock b/gemfiles/rubocop_0.49.1.gemfile.lock new file mode 100644 index 0000000..c85a89d --- /dev/null +++ b/gemfiles/rubocop_0.49.1.gemfile.lock @@ -0,0 +1,59 @@ +PATH + remote: .. + specs: + rubocop-checkstyle_formatter (0.4.0) + rubocop (>= 0.35.1) + +GEM + remote: https://rubygems.org/ + specs: + appraisal (1.0.3) + bundler + rake + thor (>= 0.14.0) + ast (2.4.0) + diff-lcs (1.3) + parallel (1.12.1) + parser (2.5.1.0) + ast (~> 2.4.0) + powerpack (0.1.1) + rainbow (2.2.2) + rake + rake (10.5.0) + rspec (3.5.0) + rspec-core (~> 3.5.0) + rspec-expectations (~> 3.5.0) + rspec-mocks (~> 3.5.0) + rspec-core (3.5.4) + rspec-support (~> 3.5.0) + rspec-expectations (3.5.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.5.0) + rspec-mocks (3.5.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.5.0) + rspec-support (3.5.0) + rubocop (0.49.1) + parallel (~> 1.10) + parser (>= 2.3.3.1, < 3.0) + powerpack (~> 0.1) + rainbow (>= 1.99.1, < 3.0) + ruby-progressbar (~> 1.7) + unicode-display_width (~> 1.0, >= 1.0.1) + ruby-progressbar (1.9.0) + thor (0.20.0) + unicode-display_width (1.3.0) + +PLATFORMS + ruby + +DEPENDENCIES + appraisal (~> 1.0.0) + bundler (~> 1.3) + rake (~> 10.1) + rspec (~> 3.5.0) + rubocop (= 0.49.1) + rubocop-checkstyle_formatter! + +BUNDLED WITH + 1.16.1 diff --git a/gemfiles/rubocop_0.50.0.gemfile b/gemfiles/rubocop_0.50.0.gemfile new file mode 100644 index 0000000..a090141 --- /dev/null +++ b/gemfiles/rubocop_0.50.0.gemfile @@ -0,0 +1,7 @@ +# This file was generated by Appraisal + +source "https://rubygems.org" + +gem "rubocop", "0.50.0" + +gemspec :path => "../" diff --git a/gemfiles/rubocop_0.50.0.gemfile.lock b/gemfiles/rubocop_0.50.0.gemfile.lock new file mode 100644 index 0000000..a7143f1 --- /dev/null +++ b/gemfiles/rubocop_0.50.0.gemfile.lock @@ -0,0 +1,59 @@ +PATH + remote: .. + specs: + rubocop-checkstyle_formatter (0.4.0) + rubocop (>= 0.35.1) + +GEM + remote: https://rubygems.org/ + specs: + appraisal (1.0.3) + bundler + rake + thor (>= 0.14.0) + ast (2.4.0) + diff-lcs (1.3) + parallel (1.12.1) + parser (2.5.1.0) + ast (~> 2.4.0) + powerpack (0.1.1) + rainbow (2.2.2) + rake + rake (10.5.0) + rspec (3.5.0) + rspec-core (~> 3.5.0) + rspec-expectations (~> 3.5.0) + rspec-mocks (~> 3.5.0) + rspec-core (3.5.4) + rspec-support (~> 3.5.0) + rspec-expectations (3.5.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.5.0) + rspec-mocks (3.5.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.5.0) + rspec-support (3.5.0) + rubocop (0.50.0) + parallel (~> 1.10) + parser (>= 2.3.3.1, < 3.0) + powerpack (~> 0.1) + rainbow (>= 2.2.2, < 3.0) + ruby-progressbar (~> 1.7) + unicode-display_width (~> 1.0, >= 1.0.1) + ruby-progressbar (1.9.0) + thor (0.20.0) + unicode-display_width (1.3.0) + +PLATFORMS + ruby + +DEPENDENCIES + appraisal (~> 1.0.0) + bundler (~> 1.3) + rake (~> 10.1) + rspec (~> 3.5.0) + rubocop (= 0.50.0) + rubocop-checkstyle_formatter! + +BUNDLED WITH + 1.16.1 diff --git a/gemfiles/rubocop_0.51.0.gemfile b/gemfiles/rubocop_0.51.0.gemfile new file mode 100644 index 0000000..b1a1d48 --- /dev/null +++ b/gemfiles/rubocop_0.51.0.gemfile @@ -0,0 +1,7 @@ +# This file was generated by Appraisal + +source "https://rubygems.org" + +gem "rubocop", "0.51.0" + +gemspec :path => "../" diff --git a/gemfiles/rubocop_0.51.0.gemfile.lock b/gemfiles/rubocop_0.51.0.gemfile.lock new file mode 100644 index 0000000..b668443 --- /dev/null +++ b/gemfiles/rubocop_0.51.0.gemfile.lock @@ -0,0 +1,59 @@ +PATH + remote: .. + specs: + rubocop-checkstyle_formatter (0.4.0) + rubocop (>= 0.35.1) + +GEM + remote: https://rubygems.org/ + specs: + appraisal (1.0.3) + bundler + rake + thor (>= 0.14.0) + ast (2.4.0) + diff-lcs (1.3) + parallel (1.12.1) + parser (2.5.1.0) + ast (~> 2.4.0) + powerpack (0.1.1) + rainbow (2.2.2) + rake + rake (10.5.0) + rspec (3.5.0) + rspec-core (~> 3.5.0) + rspec-expectations (~> 3.5.0) + rspec-mocks (~> 3.5.0) + rspec-core (3.5.4) + rspec-support (~> 3.5.0) + rspec-expectations (3.5.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.5.0) + rspec-mocks (3.5.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.5.0) + rspec-support (3.5.0) + rubocop (0.51.0) + parallel (~> 1.10) + parser (>= 2.3.3.1, < 3.0) + powerpack (~> 0.1) + rainbow (>= 2.2.2, < 3.0) + ruby-progressbar (~> 1.7) + unicode-display_width (~> 1.0, >= 1.0.1) + ruby-progressbar (1.9.0) + thor (0.20.0) + unicode-display_width (1.3.0) + +PLATFORMS + ruby + +DEPENDENCIES + appraisal (~> 1.0.0) + bundler (~> 1.3) + rake (~> 10.1) + rspec (~> 3.5.0) + rubocop (= 0.51.0) + rubocop-checkstyle_formatter! + +BUNDLED WITH + 1.16.1 diff --git a/gemfiles/rubocop_0.52.1.gemfile b/gemfiles/rubocop_0.52.1.gemfile new file mode 100644 index 0000000..18298d1 --- /dev/null +++ b/gemfiles/rubocop_0.52.1.gemfile @@ -0,0 +1,7 @@ +# This file was generated by Appraisal + +source "https://rubygems.org" + +gem "rubocop", "0.52.1" + +gemspec :path => "../" diff --git a/gemfiles/rubocop_0.52.1.gemfile.lock b/gemfiles/rubocop_0.52.1.gemfile.lock new file mode 100644 index 0000000..c19592a --- /dev/null +++ b/gemfiles/rubocop_0.52.1.gemfile.lock @@ -0,0 +1,58 @@ +PATH + remote: .. + specs: + rubocop-checkstyle_formatter (0.4.0) + rubocop (>= 0.35.1) + +GEM + remote: https://rubygems.org/ + specs: + appraisal (1.0.3) + bundler + rake + thor (>= 0.14.0) + ast (2.4.0) + diff-lcs (1.3) + parallel (1.12.1) + parser (2.5.1.0) + ast (~> 2.4.0) + powerpack (0.1.1) + rainbow (3.0.0) + rake (10.5.0) + rspec (3.5.0) + rspec-core (~> 3.5.0) + rspec-expectations (~> 3.5.0) + rspec-mocks (~> 3.5.0) + rspec-core (3.5.4) + rspec-support (~> 3.5.0) + rspec-expectations (3.5.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.5.0) + rspec-mocks (3.5.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.5.0) + rspec-support (3.5.0) + rubocop (0.52.1) + parallel (~> 1.10) + parser (>= 2.4.0.2, < 3.0) + powerpack (~> 0.1) + rainbow (>= 2.2.2, < 4.0) + ruby-progressbar (~> 1.7) + unicode-display_width (~> 1.0, >= 1.0.1) + ruby-progressbar (1.9.0) + thor (0.20.0) + unicode-display_width (1.3.0) + +PLATFORMS + ruby + +DEPENDENCIES + appraisal (~> 1.0.0) + bundler (~> 1.3) + rake (~> 10.1) + rspec (~> 3.5.0) + rubocop (= 0.52.1) + rubocop-checkstyle_formatter! + +BUNDLED WITH + 1.16.1 diff --git a/gemfiles/rubocop_0.53.0.gemfile b/gemfiles/rubocop_0.53.0.gemfile new file mode 100644 index 0000000..eb00193 --- /dev/null +++ b/gemfiles/rubocop_0.53.0.gemfile @@ -0,0 +1,7 @@ +# This file was generated by Appraisal + +source "https://rubygems.org" + +gem "rubocop", "0.53.0" + +gemspec :path => "../" diff --git a/gemfiles/rubocop_0.53.0.gemfile.lock b/gemfiles/rubocop_0.53.0.gemfile.lock new file mode 100644 index 0000000..af2d740 --- /dev/null +++ b/gemfiles/rubocop_0.53.0.gemfile.lock @@ -0,0 +1,58 @@ +PATH + remote: .. + specs: + rubocop-checkstyle_formatter (0.4.0) + rubocop (>= 0.35.1) + +GEM + remote: https://rubygems.org/ + specs: + appraisal (1.0.3) + bundler + rake + thor (>= 0.14.0) + ast (2.4.0) + diff-lcs (1.3) + parallel (1.12.1) + parser (2.5.1.0) + ast (~> 2.4.0) + powerpack (0.1.1) + rainbow (3.0.0) + rake (10.5.0) + rspec (3.5.0) + rspec-core (~> 3.5.0) + rspec-expectations (~> 3.5.0) + rspec-mocks (~> 3.5.0) + rspec-core (3.5.4) + rspec-support (~> 3.5.0) + rspec-expectations (3.5.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.5.0) + rspec-mocks (3.5.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.5.0) + rspec-support (3.5.0) + rubocop (0.53.0) + parallel (~> 1.10) + parser (>= 2.5) + powerpack (~> 0.1) + rainbow (>= 2.2.2, < 4.0) + ruby-progressbar (~> 1.7) + unicode-display_width (~> 1.0, >= 1.0.1) + ruby-progressbar (1.9.0) + thor (0.20.0) + unicode-display_width (1.3.0) + +PLATFORMS + ruby + +DEPENDENCIES + appraisal (~> 1.0.0) + bundler (~> 1.3) + rake (~> 10.1) + rspec (~> 3.5.0) + rubocop (= 0.53.0) + rubocop-checkstyle_formatter! + +BUNDLED WITH + 1.16.1 diff --git a/gemfiles/rubocop_0.54.0.gemfile b/gemfiles/rubocop_0.54.0.gemfile new file mode 100644 index 0000000..e7f2fe9 --- /dev/null +++ b/gemfiles/rubocop_0.54.0.gemfile @@ -0,0 +1,7 @@ +# This file was generated by Appraisal + +source "https://rubygems.org" + +gem "rubocop", "0.54.0" + +gemspec :path => "../" diff --git a/gemfiles/rubocop_0.54.0.gemfile.lock b/gemfiles/rubocop_0.54.0.gemfile.lock new file mode 100644 index 0000000..e87e2d2 --- /dev/null +++ b/gemfiles/rubocop_0.54.0.gemfile.lock @@ -0,0 +1,58 @@ +PATH + remote: .. + specs: + rubocop-checkstyle_formatter (0.4.0) + rubocop (>= 0.35.1) + +GEM + remote: https://rubygems.org/ + specs: + appraisal (1.0.3) + bundler + rake + thor (>= 0.14.0) + ast (2.4.0) + diff-lcs (1.3) + parallel (1.12.1) + parser (2.5.1.0) + ast (~> 2.4.0) + powerpack (0.1.1) + rainbow (3.0.0) + rake (10.5.0) + rspec (3.5.0) + rspec-core (~> 3.5.0) + rspec-expectations (~> 3.5.0) + rspec-mocks (~> 3.5.0) + rspec-core (3.5.4) + rspec-support (~> 3.5.0) + rspec-expectations (3.5.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.5.0) + rspec-mocks (3.5.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.5.0) + rspec-support (3.5.0) + rubocop (0.54.0) + parallel (~> 1.10) + parser (>= 2.5) + powerpack (~> 0.1) + rainbow (>= 2.2.2, < 4.0) + ruby-progressbar (~> 1.7) + unicode-display_width (~> 1.0, >= 1.0.1) + ruby-progressbar (1.9.0) + thor (0.20.0) + unicode-display_width (1.3.0) + +PLATFORMS + ruby + +DEPENDENCIES + appraisal (~> 1.0.0) + bundler (~> 1.3) + rake (~> 10.1) + rspec (~> 3.5.0) + rubocop (= 0.54.0) + rubocop-checkstyle_formatter! + +BUNDLED WITH + 1.16.1