Skip to content

Commit

Permalink
Bump rubocop-rails from 2.7.1 to 2.8.1 (#758)
Browse files Browse the repository at this point in the history
Bumps [rubocop-rails](https://github.com/rubocop-hq/rubocop-rails) from 2.7.1 to 2.8.1.
- [Release notes](https://github.com/rubocop-hq/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rails@v2.7.1...v2.8.1)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2020
1 parent ec92a96 commit 7f5c252
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 @@ -48,7 +48,7 @@ group :development, :test do
gem 'byebug', platform: :mri
gem 'rubocop', '~> 0.92.0', require: false
gem 'rubocop-performance', '~> 1.8.1'
gem 'rubocop-rails', '~> 2.7.1'
gem 'rubocop-rails', '~> 2.8.1'
gem 'dotenv-rails'
end

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ GEM
rubocop-performance (1.8.1)
rubocop (>= 0.87.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.7.1)
rubocop-rails (2.8.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 0.87.0)
Expand Down Expand Up @@ -368,7 +368,7 @@ DEPENDENCIES
resque-heroku-signals
rubocop (~> 0.92.0)
rubocop-performance (~> 1.8.1)
rubocop-rails (~> 2.7.1)
rubocop-rails (~> 2.8.1)
sassc-rails (~> 2.1.2)
selenium-webdriver
sentry-raven
Expand Down

0 comments on commit 7f5c252

Please sign in to comment.