mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Update rubocop
This commit is contained in:
parent
ddad4a7c30
commit
e6528f7c93
2 changed files with 4 additions and 2 deletions
4
Gemfile
4
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'
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue