Skip to content

Commit

Permalink
Update rubocop to 0.63
Browse files Browse the repository at this point in the history
  • Loading branch information
spk committed Jan 20, 2019
1 parent bb64d0a commit 68abade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/money/bank/open_exchange_rates_bank.rb
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ def show_alternative
def prettyprint
return true unless defined? @prettyprint
return true if @prettyprint.nil?

@prettyprint
end

Expand Down
2 changes: 1 addition & 1 deletion money-open-exchange-rates.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'mocha', '~> 1.2'
s.add_development_dependency 'monetize', '>= 1.3.1', '< 2'
s.add_development_dependency 'rake', '~> 12'
s.add_development_dependency 'rubocop', '~> 0.58.0'
s.add_development_dependency 'rubocop', '~> 0.63'
s.add_development_dependency 'timecop', '~> 0.9'
s.add_development_dependency 'webmock', '~> 3.4'
end
Expand Down

0 comments on commit 68abade

Please sign in to comment.