Skip to content

Commit

Permalink
Update rubocop requirement from ~> 0.51 to ~> 1.3
Browse files Browse the repository at this point in the history
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](rubocop/rubocop@v0.51.0...v1.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Nov 12, 2020
1 parent 47b036a commit 427b953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pushmi_pullyu.gemspec
Expand Up @@ -41,7 +41,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'pry-byebug', '~> 3.6'
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'rubocop', '~> 0.51'
spec.add_development_dependency 'rubocop', '~> 1.3'
spec.add_development_dependency 'rubocop-rspec', '~> 1.10'
spec.add_development_dependency 'timecop', '~> 0.8'
spec.add_development_dependency 'uuid', '~> 2.3.9'
Expand Down

0 comments on commit 427b953

Please sign in to comment.