mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 18:07:43 -04:00
Bump rubocop from 1.35.0 to 1.36.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.35.0 to 1.36.0. - [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.35.0...v1.36.0) --- 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
14b155fc24
commit
46dfb62883
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -24,7 +24,7 @@ group :development, :unit_tests do
|
||||||
gem 'metadata-json-lint', '~> 3.0'
|
gem 'metadata-json-lint', '~> 3.0'
|
||||||
gem 'puppetlabs_spec_helper', '~> 4.0'
|
gem 'puppetlabs_spec_helper', '~> 4.0'
|
||||||
gem 'rspec-puppet', '~> 2.12'
|
gem 'rspec-puppet', '~> 2.12'
|
||||||
gem 'rubocop', '~> 1.35'
|
gem 'rubocop', '~> 1.36'
|
||||||
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'
|
||||||
|
|
|
||||||
|
|
@ -159,7 +159,7 @@ GEM
|
||||||
rspec-puppet (2.12.0)
|
rspec-puppet (2.12.0)
|
||||||
rspec
|
rspec
|
||||||
rspec-support (3.11.0)
|
rspec-support (3.11.0)
|
||||||
rubocop (1.35.0)
|
rubocop (1.36.0)
|
||||||
json (~> 2.3)
|
json (~> 2.3)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
parser (>= 3.1.2.1)
|
parser (>= 3.1.2.1)
|
||||||
|
|
@ -227,7 +227,7 @@ DEPENDENCIES
|
||||||
puppetlabs_spec_helper (~> 4.0)
|
puppetlabs_spec_helper (~> 4.0)
|
||||||
r10k (~> 3.15)
|
r10k (~> 3.15)
|
||||||
rspec-puppet (~> 2.12)
|
rspec-puppet (~> 2.12)
|
||||||
rubocop (~> 1.35)
|
rubocop (~> 1.36)
|
||||||
rugged (~> 1.5)
|
rugged (~> 1.5)
|
||||||
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