Skip to content

Commit 3f1d324

Browse files
committed
Drop support for Ruby versions <2.5.
1 parent f4d968f commit 3f1d324

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ group :test do
2424
gem 'webmock'
2525

2626
platforms :ruby do
27-
gem 'pg', '~> 1.1.4'
27+
gem 'pg', '~> 1.5.9'
2828
gem 'mysql2', '~> 0.5.4'
2929
end
3030

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Key features:
1717

1818
Compatibility:
1919

20-
* Ruby versions: 2.1+, and JRuby.
20+
* Ruby versions: 2.5+ and JRuby.
2121
* Databases: MySQL, PostgreSQL, SQLite, and MongoDB.
2222
* Rails: 5.x, 6.x, and 7.x.
2323
* Works outside of Rails with the `json` (for MRI) or `json_pure` (for JRuby) gem.

geocoder.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require "geocoder/version"
55

66
Gem::Specification.new do |s|
77
s.name = "geocoder"
8-
s.required_ruby_version = '>= 2.0.0'
8+
s.required_ruby_version = '>= 2.5.0'
99
s.version = Geocoder::VERSION
1010
s.platform = Gem::Platform::RUBY
1111
s.authors = ["Alex Reisner"]

0 commit comments

Comments
 (0)