Skip to content

Commit

Permalink
Update rubocop requirement from ~> 0.71.0 to ~> 0.74.0
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.71.0...v0.74.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Aug 1, 2019
1 parent 65ae052 commit 4daa2a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ GEM
rspec-mocks (~> 3.8.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.2)
rubocop (0.71.0)
rubocop (0.74.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.6)
Expand Down Expand Up @@ -238,7 +238,7 @@ DEPENDENCIES
pry-byebug
pry-rescue
rails_email_validator
rubocop (~> 0.71.0)
rubocop (~> 0.74.0)
sqlite3 (~> 1.3.0)
wwtd

Expand Down
2 changes: 1 addition & 1 deletion devise-security.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'pry-byebug'
s.add_development_dependency 'pry-rescue'
s.add_development_dependency 'rails_email_validator'
s.add_development_dependency 'rubocop', '~> 0.71.0' # NOTE: also update .codeclimate.yml and make sure it uses the same version
s.add_development_dependency 'rubocop', '~> 0.74.0' # NOTE: also update .codeclimate.yml and make sure it uses the same version
s.add_development_dependency 'sqlite3'
s.add_development_dependency 'wwtd'
end

0 comments on commit 4daa2a0

Please sign in to comment.