mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 18:07:43 -04:00
Bump rubocop from 1.44.1 to 1.48.1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.44.1 to 1.48.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.44.1...v1.48.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
9ca2d5dc50
commit
6812d8274e
2 changed files with 9 additions and 9 deletions
2
Gemfile
2
Gemfile
|
|
@ -24,7 +24,7 @@ group :development, :unit_tests do
|
|||
gem 'metadata-json-lint', '~> 3.0'
|
||||
gem 'puppetlabs_spec_helper', '~> 5.0'
|
||||
gem 'rspec-puppet', '~> 2.12'
|
||||
gem 'rubocop', '~> 1.44'
|
||||
gem 'rubocop', '~> 1.48'
|
||||
gem 'tty-command', '~> 0.6'
|
||||
gem 'tty-file', '~> 0.9'
|
||||
gem 'tty-prompt', '~> 0.21'
|
||||
|
|
|
|||
16
Gemfile.lock
16
Gemfile.lock
|
|
@ -67,7 +67,7 @@ GEM
|
|||
multipart-post (2.2.3)
|
||||
os (1.1.4)
|
||||
parallel (1.22.1)
|
||||
parser (3.2.0.0)
|
||||
parser (3.2.1.1)
|
||||
ast (~> 2.4.1)
|
||||
pastel (0.8.0)
|
||||
tty-color (~> 0.5)
|
||||
|
|
@ -150,7 +150,7 @@ GEM
|
|||
puppet_forge (>= 2.3.0, < 4.0.0)
|
||||
rainbow (3.1.1)
|
||||
rake (13.0.6)
|
||||
regexp_parser (2.6.2)
|
||||
regexp_parser (2.7.0)
|
||||
rexml (3.2.5)
|
||||
rspec (3.12.0)
|
||||
rspec-core (~> 3.12.0)
|
||||
|
|
@ -169,19 +169,19 @@ GEM
|
|||
rspec-puppet (2.12.0)
|
||||
rspec
|
||||
rspec-support (3.12.0)
|
||||
rubocop (1.44.1)
|
||||
rubocop (1.48.1)
|
||||
json (~> 2.3)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 3.2.0.0)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
regexp_parser (>= 1.8, < 3.0)
|
||||
rexml (>= 3.2.5, < 4.0)
|
||||
rubocop-ast (>= 1.24.1, < 2.0)
|
||||
rubocop-ast (>= 1.26.0, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 2.4.0, < 3.0)
|
||||
rubocop-ast (1.24.1)
|
||||
parser (>= 3.1.1.0)
|
||||
ruby-progressbar (1.11.0)
|
||||
rubocop-ast (1.27.0)
|
||||
parser (>= 3.2.1.0)
|
||||
ruby-progressbar (1.13.0)
|
||||
ruby2_keywords (0.0.5)
|
||||
rugged (1.5.1)
|
||||
scanf (1.0.0)
|
||||
|
|
@ -238,7 +238,7 @@ DEPENDENCIES
|
|||
puppetlabs_spec_helper (~> 5.0)
|
||||
r10k (~> 3.15)
|
||||
rspec-puppet (~> 2.12)
|
||||
rubocop (~> 1.44)
|
||||
rubocop (~> 1.48)
|
||||
rugged (~> 1.5)
|
||||
tty-command (~> 0.6)
|
||||
tty-file (~> 0.9)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue