Skip to content

Commit 7eefcc8

Browse files
authored
Require Ruby >= 3.3 and update CI Ruby versions (#30)
* Require Ruby >= 3.3 and update CI Ruby versions * Bump bundler to 4.0.15
1 parent 30ffcaf commit 7eefcc8

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
ruby:
16-
- 3.2
1716
- 3.3
1817
- 3.4
1918
- 4.0

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ AllCops:
1313
NewCops: enable
1414
Exclude:
1515
- vendor/bundle/**/**
16-
TargetRubyVersion: 2.6
16+
TargetRubyVersion: 3.3
1717

1818
Metrics/ParameterLists:
1919
Enabled: false

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,4 @@ DEPENDENCIES
137137
tapioca
138138

139139
BUNDLED WITH
140-
2.2.34
140+
4.0.15

packs-specification.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121
# Specify which files should be added to the gem when it is released.
2222
spec.files = Dir['README.md', 'lib/**/*']
2323
spec.require_paths = ['lib']
24-
spec.required_ruby_version = '>= 3.1'
24+
spec.required_ruby_version = '>= 3.3'
2525

2626
spec.add_dependency 'sorbet-runtime'
2727

0 commit comments

Comments
 (0)