Skip to content

Commit 96ee5b6

Browse files
committed
Require Ruby >= 3.3 and update CI Ruby versions
1 parent 9dcc5d5 commit 96ee5b6

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
ruby:
1717
- '3.4'
1818
- '3.3'
19-
- '3.2' # EOL: 2026-03-31 (expected)
2019

2120
steps:
2221
- uses: actions/checkout@v4

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins:
33
- rubocop-performance
44

55
AllCops:
6-
TargetRubyVersion: 3.1
6+
TargetRubyVersion: 3.3
77
SuggestExtensions: false
88
NewCops: enable
99
Exclude:

chatwerk.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212
spec.description = 'MCP server and API for integrating Packwerk with AI tools like Cursor.'
1313
spec.homepage = 'https://github.com/rubyatscale/chatwerk'
1414
spec.license = 'MIT'
15-
spec.required_ruby_version = '>= 3.1.0'
15+
spec.required_ruby_version = '>= 3.3'
1616

1717
spec.metadata['allowed_push_host'] = 'https://rubygems.org'
1818

0 commit comments

Comments
 (0)