Rubocop "fixes"

This commit is contained in:
Gene Liverman 2019-12-26 20:40:20 -05:00
parent e6528f7c93
commit 51b9a3a332
No known key found for this signature in database
GPG key ID: 66D794FE7043CBCA
12 changed files with 33 additions and 8 deletions

2
Vagrantfile vendored
View file

@ -1,3 +1,5 @@
# frozen_string_literal: true
Vagrant.configure('2') do |config|
config.vm.box = 'genebean/centos-7-nocm'
end