Skip to content

Commit

Permalink
Fix dependency warning in Ruby 3.3 and prepare for Ruby 3.4 (#1643)
Browse files Browse the repository at this point in the history
  • Loading branch information
JunichiIto authored Jan 1, 2024
1 parent cdb47ee commit 82d8531
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions geocoder.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ Gem::Specification.new do |s|
'source_code_uri' => 'https://github.com/alexreisner/geocoder',
'changelog_uri' => 'https://github.com/alexreisner/geocoder/blob/master/CHANGELOG.md'
}
s.add_dependency("base64", ">= 0.1.0") # for :google_premier lookup
s.add_dependency("csv", ">= 3.0.0") # for :maxmind lookup
end

0 comments on commit 82d8531

Please sign in to comment.