Skip to content

Commit eb1e114

Browse files
Update rubocop requirement from ~> 0.24.1 to ~> 1.75.5
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](rubocop/rubocop@v0.24.1...v1.75.5) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f56bbf2 commit eb1e114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
1616
gem.required_ruby_version = '>= 2.0.0'
1717

1818
gem.add_development_dependency('rspec', ['~> 2.14.1'])
19-
gem.add_development_dependency('rubocop', ['~> 0.24.1'])
19+
gem.add_development_dependency('rubocop', '~> 1.75.5')
2020
gem.add_development_dependency('pry-byebug')
2121
gem.add_runtime_dependency('rake', ['>= 12.3'])
2222
gem.add_runtime_dependency('artifactory', ['~> 3'])

0 commit comments

Comments
 (0)