Skip to content

Commit 031d63c

Browse files
committed
Bump minimum Ruby version to 3.3
1 parent 7db3399 commit 031d63c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
ruby: [3.0, 3.1, 3.2, 3.3, head]
13+
ruby: [3.3, head]
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Set up Ruby

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ GEM
2121
nokogiri (1.16.3)
2222
mini_portile2 (~> 2.8.2)
2323
racc (~> 1.4)
24-
parallel (2.1.0)
24+
parallel (1.27.0)
2525
parser (3.3.11.1)
2626
ast (~> 2.4.1)
2727
racc

ofx.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
2424
s.require_paths = ['lib']
2525
s.licenses = ['MIT']
2626

27-
s.required_ruby_version = ">= 3.0.0"
27+
s.required_ruby_version = ">= 3.3.0"
2828

2929
s.add_dependency 'bigdecimal'
3030
s.add_dependency 'nkf'

0 commit comments

Comments
 (0)