mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Update rubocop requirement from = 1.24.0 to = 1.24.1
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [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.24.0...v1.24.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
89678b9e08
commit
c2c4726801
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ Gem::Specification.new do |s|
|
|||
s.add_development_dependency("pry")
|
||||
s.add_development_dependency("rake")
|
||||
s.add_development_dependency("rbvmomi")
|
||||
s.add_development_dependency("rubocop", "1.24.0")
|
||||
s.add_development_dependency("rubocop", "1.24.1")
|
||||
s.add_development_dependency("shindo", "~> 0.3.4")
|
||||
s.add_development_dependency("simplecov")
|
||||
s.add_development_dependency("thor")
|
||||
|
|
Loading…
Add table
Reference in a new issue