Skip to content

Commit

Permalink
Bump rubocop from 1.16.1 to 1.17.0
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.16.1 to 1.17.0.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.16.1...v1.17.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 16, 2021
1 parent c9b6702 commit cf981fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -128,7 +128,7 @@ group :development do
gem 'debase'

# Linting
gem 'rubocop', '1.16.1'
gem 'rubocop', '1.17.0'
gem 'rubocop-performance'
gem 'rubocop-rails'
end
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -461,7 +461,7 @@ GEM
rollbar (>= 2.21, <= 4.0, < 4.0)
shoryuken (>= 4.0, <= 5.3)
rouge (3.26.0)
rubocop (1.16.1)
rubocop (1.17.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
Expand Down Expand Up @@ -635,7 +635,7 @@ DEPENDENCIES
reverse_markdown
rollbar
rollbar-shoryuken
rubocop (= 1.16.1)
rubocop (= 1.17.0)
rubocop-performance
rubocop-rails
ruby-debug-ide
Expand Down

0 comments on commit cf981fb

Please sign in to comment.