Skip to content

Commit

Permalink
Merge pull request #90 from DavyJonesLocker/dependabot/bundler/ruboco…
Browse files Browse the repository at this point in the history
…p-tw-0.86.0

Update rubocop requirement from ~> 0.85.1 to ~> 0.86.0
  • Loading branch information
tagliala committed Jun 23, 2020
2 parents 3e8ab01 + ab94e81 commit a4d8f81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def perform_git_commit
end

# Returns an array e.g.: ['open', 'http://example.com']
# rubocop:disable Metrics/CyclomaticComplexity
def browse_cmd(url)
require 'rbconfig'
browser = ENV['BROWSER'] ||
Expand All @@ -84,6 +85,7 @@ def browse_cmd(url)
abort('ERROR: no web browser detected') unless browser
Array(browser) << url
end
# rubocop:enable Metrics/CyclomaticComplexity

# which('ruby') #=> /usr/bin/ruby
def which(cmd)
Expand Down
2 changes: 1 addition & 1 deletion client_side_validations-simple_form.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'minitest', '~> 5.14'
spec.add_development_dependency 'mocha', '~> 1.11'
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rubocop', '~> 0.85.1'
spec.add_development_dependency 'rubocop', '~> 0.86.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 a4d8f81

Please sign in to comment.