From e6528f7c9374e31776775f56195cc96b81a0348a Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Thu, 26 Dec 2019 20:39:53 -0500 Subject: [PATCH] Update rubocop --- Gemfile | 4 +++- Gemfile.lock | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index e55fa26..4f2f8d6 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,5 @@ +# frozen_string_literal: true + # vim:ft=ruby source 'https://rubygems.org' @@ -22,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.50' + gem 'rubocop', '~> 0.78' gem 'tty-command', '~> 0.6' gem 'tty-file', '~> 0.4' gem 'tty-prompt', '~> 0.13' diff --git a/Gemfile.lock b/Gemfile.lock index baaf132..2bbe471 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -181,7 +181,7 @@ DEPENDENCIES puppetlabs_spec_helper (~> 2.3) r10k (~> 2.5) rspec-puppet (~> 2.6) - rubocop (~> 0.50) + rubocop (~> 0.78) rugged (~> 0.26) tty-command (~> 0.6) tty-file (~> 0.4)