Skip to content

Commit bf0541f

Browse files
committed
Ruby 3.1 had end-of-life 12 months ago
1 parent 7e5104a commit bf0541f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
os: [ubuntu-24.04]
1515
# https://www.ruby-lang.org/en/downloads/branches/
16-
ruby: ["3.1", "3.2", "3.3", "3.4"]
16+
ruby: ["3.2", "3.3", "3.4"]
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- uses: actions/checkout@v5

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins:
22
- rubocop-rspec
33
- rubocop-performance
44
AllCops:
5-
TargetRubyVersion: 3.0
5+
TargetRubyVersion: 3.2
66
NewCops: disable
77
SuggestExtensions: false
88
Metrics/BlockLength:

opencage-geocoder.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require 'opencage/version'
55
Gem::Specification.new do |s|
66
s.name = 'opencage-geocoder'
77
s.version = OpenCage::VERSION
8-
s.required_ruby_version = '>= 3.0'
8+
s.required_ruby_version = '>= 3.2'
99
s.licenses = ['MIT']
1010
s.summary = 'A client for the OpenCage geocoder API'
1111
s.description = 'A client for the OpenCage geocoding API - https://opencagedata.com/'

0 commit comments

Comments
 (0)