Skip to content

Commit 4d8cb37

Browse files
committed
Require Ruby >= 3.3 and update CI Ruby versions
1 parent cfdbd79 commit 4d8cb37

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ jobs:
1212
strategy:
1313
matrix:
1414
ruby:
15-
- 3.1
16-
- 3.2
1715
- 3.3
16+
- 3.4
1817
env:
1918
BUNDLE_GEMFILE: Gemfile
2019
name: "RSpec tests: Ruby ${{ matrix.ruby }}"

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.2
1+
3.4.9

pack_stats.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
1919
'public gem pushes.'
2020
end
2121

22-
spec.required_ruby_version = Gem::Requirement.new('>= 2.6.0')
22+
spec.required_ruby_version = Gem::Requirement.new('>= 3.3')
2323

2424
# Specify which files should be added to the gem when it is released.
2525
spec.files = Dir['README.md', 'lib/**/*']

0 commit comments

Comments
 (0)