Skip to content

Commit

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

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored and nicolas-fricke committed Apr 9, 2021
1 parent 60c012b commit a86de9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem 'rake', '~> 13.0'

gem 'rspec', '~> 3.10'

gem 'rubocop', '~> 1.6'
gem 'rubocop', '~> 1.12'

gem 'mysql2', '~> 0.5'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.2)
rubocop (1.11.0)
rubocop (1.12.1)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
Expand All @@ -72,7 +72,7 @@ DEPENDENCIES
rails_cursor_pagination!
rake (~> 13.0)
rspec (~> 3.10)
rubocop (~> 1.6)
rubocop (~> 1.12)

BUNDLED WITH
2.1.4

0 comments on commit a86de9e

Please sign in to comment.