Skip to content

Commit

Permalink
Merge 4daa2a0 into 65ae052
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Aug 1, 2019
2 parents 65ae052 + 4daa2a0 commit e7cb111
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 e7cb111

Please sign in to comment.