mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 05:28:40 -05:00
Update rubocop requirement from ~> 0.52 to ~> 1.1
Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.52.0...v1.1.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e50c9ec4ca
commit
44cdbc5c9a
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -11,6 +11,6 @@ group :test do
|
||||||
gem 'pry'
|
gem 'pry'
|
||||||
gem 'rb-readline'
|
gem 'rb-readline'
|
||||||
gem 'rspec', '~> 3.9.0'
|
gem 'rspec', '~> 3.9.0'
|
||||||
gem 'rubocop', '~> 0.52'
|
gem 'rubocop', '~> 1.1'
|
||||||
gem 'webmock', '1.21.0'
|
gem 'webmock', '1.21.0'
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue