mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
Bump rubocop from 0.93.1 to 1.30.1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 0.93.1 to 1.30.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/v0.93.1...v1.30.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
0ac39456a5
commit
7cfd8d3696
2 changed files with 15 additions and 15 deletions
2
Gemfile
2
Gemfile
|
|
@ -24,7 +24,7 @@ group :development, :unit_tests do
|
||||||
gem 'metadata-json-lint', '~> 2.4'
|
gem 'metadata-json-lint', '~> 2.4'
|
||||||
gem 'puppetlabs_spec_helper', '~> 2.15'
|
gem 'puppetlabs_spec_helper', '~> 2.15'
|
||||||
gem 'rspec-puppet', '~> 2.6'
|
gem 'rspec-puppet', '~> 2.6'
|
||||||
gem 'rubocop', '~> 0.87'
|
gem 'rubocop', '~> 1.30'
|
||||||
gem 'tty-command', '~> 0.6'
|
gem 'tty-command', '~> 0.6'
|
||||||
gem 'tty-file', '~> 0.9'
|
gem 'tty-file', '~> 0.9'
|
||||||
gem 'tty-prompt', '~> 0.21'
|
gem 'tty-prompt', '~> 0.21'
|
||||||
|
|
|
||||||
28
Gemfile.lock
28
Gemfile.lock
|
|
@ -40,8 +40,8 @@ GEM
|
||||||
multi_json (1.15.0)
|
multi_json (1.15.0)
|
||||||
multipart-post (2.1.1)
|
multipart-post (2.1.1)
|
||||||
os (1.1.1)
|
os (1.1.1)
|
||||||
parallel (1.20.1)
|
parallel (1.22.1)
|
||||||
parser (3.0.1.1)
|
parser (3.1.2.0)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
pastel (0.8.0)
|
pastel (0.8.0)
|
||||||
tty-color (~> 0.5)
|
tty-color (~> 0.5)
|
||||||
|
|
@ -117,9 +117,9 @@ GEM
|
||||||
log4r (= 1.1.10)
|
log4r (= 1.1.10)
|
||||||
multi_json (~> 1.10)
|
multi_json (~> 1.10)
|
||||||
puppet_forge (~> 2.3.0)
|
puppet_forge (~> 2.3.0)
|
||||||
rainbow (3.0.0)
|
rainbow (3.1.1)
|
||||||
rake (13.0.3)
|
rake (13.0.3)
|
||||||
regexp_parser (2.1.1)
|
regexp_parser (2.5.0)
|
||||||
rexml (3.2.5)
|
rexml (3.2.5)
|
||||||
rspec (3.10.0)
|
rspec (3.10.0)
|
||||||
rspec-core (~> 3.10.0)
|
rspec-core (~> 3.10.0)
|
||||||
|
|
@ -136,17 +136,17 @@ GEM
|
||||||
rspec-puppet (2.9.0)
|
rspec-puppet (2.9.0)
|
||||||
rspec
|
rspec
|
||||||
rspec-support (3.10.2)
|
rspec-support (3.10.2)
|
||||||
rubocop (0.93.1)
|
rubocop (1.30.1)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
parser (>= 2.7.1.5)
|
parser (>= 3.1.0.0)
|
||||||
rainbow (>= 2.2.2, < 4.0)
|
rainbow (>= 2.2.2, < 4.0)
|
||||||
regexp_parser (>= 1.8)
|
regexp_parser (>= 1.8, < 3.0)
|
||||||
rexml
|
rexml (>= 3.2.5, < 4.0)
|
||||||
rubocop-ast (>= 0.6.0)
|
rubocop-ast (>= 1.18.0, < 2.0)
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (>= 1.4.0, < 2.0)
|
unicode-display_width (>= 1.4.0, < 3.0)
|
||||||
rubocop-ast (1.5.0)
|
rubocop-ast (1.18.0)
|
||||||
parser (>= 3.0.1.1)
|
parser (>= 3.1.1.0)
|
||||||
ruby-progressbar (1.11.0)
|
ruby-progressbar (1.11.0)
|
||||||
rugged (1.1.0)
|
rugged (1.1.0)
|
||||||
scanf (1.0.0)
|
scanf (1.0.0)
|
||||||
|
|
@ -171,7 +171,7 @@ GEM
|
||||||
tty-screen (~> 0.8)
|
tty-screen (~> 0.8)
|
||||||
wisper (~> 2.0)
|
wisper (~> 2.0)
|
||||||
tty-screen (0.8.1)
|
tty-screen (0.8.1)
|
||||||
unicode-display_width (1.7.0)
|
unicode-display_width (2.1.0)
|
||||||
webrick (1.7.0)
|
webrick (1.7.0)
|
||||||
wisper (2.0.1)
|
wisper (2.0.1)
|
||||||
xmlrpc (0.3.2)
|
xmlrpc (0.3.2)
|
||||||
|
|
@ -203,7 +203,7 @@ DEPENDENCIES
|
||||||
puppetlabs_spec_helper (~> 2.15)
|
puppetlabs_spec_helper (~> 2.15)
|
||||||
r10k (~> 3.5)
|
r10k (~> 3.5)
|
||||||
rspec-puppet (~> 2.6)
|
rspec-puppet (~> 2.6)
|
||||||
rubocop (~> 0.87)
|
rubocop (~> 1.30)
|
||||||
rugged (~> 1.0)
|
rugged (~> 1.0)
|
||||||
tty-command (~> 0.6)
|
tty-command (~> 0.6)
|
||||||
tty-file (~> 0.9)
|
tty-file (~> 0.9)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue