mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Merge pull request #54 from genebean/dependabot/bundler/rubocop-0.87.0
This commit is contained in:
commit
d2f52b2faa
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -24,7 +24,7 @@ group :development, :unit_tests do
|
|||
gem 'metadata-json-lint', '~> 2.4'
|
||||
gem 'puppetlabs_spec_helper', '~> 2.15'
|
||||
gem 'rspec-puppet', '~> 2.6'
|
||||
gem 'rubocop', '~> 0.86'
|
||||
gem 'rubocop', '~> 0.87'
|
||||
gem 'tty-command', '~> 0.6'
|
||||
gem 'tty-file', '~> 0.9'
|
||||
gem 'tty-prompt', '~> 0.21'
|
||||
|
|
|
|||
|
|
@ -140,13 +140,13 @@ GEM
|
|||
rspec-puppet (2.7.8)
|
||||
rspec
|
||||
rspec-support (3.9.3)
|
||||
rubocop (0.86.0)
|
||||
rubocop (0.87.0)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 2.7.0.1)
|
||||
parser (>= 2.7.1.1)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
regexp_parser (>= 1.7)
|
||||
rexml
|
||||
rubocop-ast (>= 0.0.3, < 1.0)
|
||||
rubocop-ast (>= 0.1.0, < 1.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 1.4.0, < 2.0)
|
||||
rubocop-ast (0.1.0)
|
||||
|
|
@ -205,7 +205,7 @@ DEPENDENCIES
|
|||
puppetlabs_spec_helper (~> 2.15)
|
||||
r10k (~> 3.5)
|
||||
rspec-puppet (~> 2.6)
|
||||
rubocop (~> 0.86)
|
||||
rubocop (~> 0.87)
|
||||
rugged (~> 1.0)
|
||||
tty-command (~> 0.6)
|
||||
tty-file (~> 0.9)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue