diff --git a/Gemfile b/Gemfile index 70dec18..6ab0e26 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ group :development, :unit_tests do gem 'metadata-json-lint', '~> 2.0' gem 'puppetlabs_spec_helper', '~> 2.3' gem 'rspec-puppet', '~> 2.6' - gem 'rubocop', '~> 0.79' + gem 'rubocop', '~> 0.80' gem 'tty-command', '~> 0.6' gem 'tty-file', '~> 0.4' gem 'tty-prompt', '~> 0.13' diff --git a/Gemfile.lock b/Gemfile.lock index 52e9b1c..79fda92 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -41,7 +41,7 @@ GEM necromancer (0.5.1) os (1.0.1) parallel (1.19.1) - parser (2.7.0.1) + parser (2.7.0.2) ast (~> 2.4.0) pastel (0.7.3) equatable (~> 0.6) @@ -105,6 +105,7 @@ GEM puppet_forge (~> 2.3.0) rainbow (3.0.0) rake (13.0.1) + rexml (3.2.4) rspec (3.9.0) rspec-core (~> 3.9.0) rspec-expectations (~> 3.9.0) @@ -120,11 +121,12 @@ GEM rspec-puppet (2.7.8) rspec rspec-support (3.9.0) - rubocop (0.79.0) + rubocop (0.80.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.7.0.1) rainbow (>= 2.2.2, < 4.0) + rexml ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 1.7) ruby-progressbar (1.10.1) @@ -150,7 +152,7 @@ GEM tty-screen (~> 0.7) wisper (~> 2.0.0) tty-screen (0.7.0) - unicode-display_width (1.6.0) + unicode-display_width (1.6.1) wisper (2.0.1) xmlrpc (0.3.0) yamllint (0.0.9) @@ -180,7 +182,7 @@ DEPENDENCIES puppetlabs_spec_helper (~> 2.3) r10k (~> 3.4) rspec-puppet (~> 2.6) - rubocop (~> 0.79) + rubocop (~> 0.80) rugged (~> 0.26) tty-command (~> 0.6) tty-file (~> 0.4)