Update rubocop

This commit is contained in:
Gene Liverman 2019-12-26 20:39:53 -05:00
parent ddad4a7c30
commit e6528f7c93
No known key found for this signature in database
GPG key ID: 66D794FE7043CBCA
2 changed files with 4 additions and 2 deletions

View file

@ -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'