Skip to content

Commit

Permalink
Merge 12a933a into d4538a8
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Feb 16, 2021
2 parents d4538a8 + 12a933a commit d1020bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source 'https://rubygems.org'
gemspec

gem 'coveralls', require: false
gem 'rubocop', '1.9.1', require: false
gem 'rubocop', '1.10.0', require: false
gem 'rubocop-performance', require: false
gem 'rubocop-rake', require: false
gem 'rubocop-rspec', require: false
2 changes: 1 addition & 1 deletion lib/dnsimple/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def keys
# Configuration options
# @return [Hash]
def options
Hash[keys.map { |key| [key, send(key)] }]
keys.map { |key| [key, send(key)] }.to_h
end

# Default API endpoint from ENV or {BASE_URL}
Expand Down

0 comments on commit d1020bd

Please sign in to comment.