Skip to content

Commit 7b90a51

Browse files
committed
Fix dependency warning in Ruby 3.3 and prepare for Ruby 3.4
1 parent cdb47ee commit 7b90a51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

geocoder.gemspec

+2
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ Gem::Specification.new do |s|
2222
'source_code_uri' => 'https://github.com/alexreisner/geocoder',
2323
'changelog_uri' => 'https://github.com/alexreisner/geocoder/blob/master/CHANGELOG.md'
2424
}
25+
s.add_dependency("base64", ">= 0.1.0")
26+
s.add_dependency("csv", ">= 3.0.0")
2527
end

0 commit comments

Comments
 (0)