Skip to content

Commit

Permalink
Update rubocop requirement from 1.7.0 to 1.8.1 (#222)
Browse files Browse the repository at this point in the history
* Update rubocop requirement from 1.7.0 to 1.8.1

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@v1.7.0...v1.8.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Update .rubocop_todo.yml

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Santiago Traversa <santiago.traversa@gmail.com>
  • Loading branch information
dependabot-preview[bot] and san983 committed Jan 18, 2021
1 parent 27414f8 commit 36a0904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2020-12-22 18:56:16 UTC using RuboCop version 1.6.1.
# on 2021-01-18 12:26:04 UTC using RuboCop version 1.8.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source 'https://rubygems.org'
gemspec

gem 'coveralls', require: false
gem 'rubocop', '1.7.0', require: false
gem 'rubocop', '1.8.1', require: false
gem 'rubocop-performance', require: false
gem 'rubocop-rake', require: false
gem 'rubocop-rspec', require: false

0 comments on commit 36a0904

Please sign in to comment.