Skip to content

Commit

Permalink
Merge pull request #218 from enriclluelles/dependabot/bundler/rubocop…
Browse files Browse the repository at this point in the history
…-tw-0.87.0

Update rubocop requirement from ~> 0.86.0 to ~> 0.87.0
  • Loading branch information
tagliala committed Jul 7, 2020
2 parents 95b0af0 + 26911e4 commit 91fc94f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/route_translator/host.rb
Expand Up @@ -12,7 +12,7 @@ def regex_for(host_string)
end

def native_locale?(locale)
locale.to_s.match(/native_/).present?
locale.to_s.include?('native_')
end

def native_locales
Expand Down
2 changes: 1 addition & 1 deletion route_translator.gemspec
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'minitest', '~> 5.14'
spec.add_development_dependency 'rails', '>= 5.0.0.1', '< 6.1'
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rubocop', '~> 0.86.0'
spec.add_development_dependency 'rubocop', '~> 0.87.0'
spec.add_development_dependency 'rubocop-performance', '~> 1.6'
spec.add_development_dependency 'rubocop-rails', '~> 2.6'
spec.add_development_dependency 'simplecov', '~> 0.18.5'
Expand Down

0 comments on commit 91fc94f

Please sign in to comment.