We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dcc5d5 commit 96ee5b6Copy full SHA for 96ee5b6
3 files changed
.github/workflows/main.yml
@@ -16,7 +16,6 @@ jobs:
16
ruby:
17
- '3.4'
18
- '3.3'
19
- - '3.2' # EOL: 2026-03-31 (expected)
20
21
steps:
22
- uses: actions/checkout@v4
.rubocop.yml
@@ -3,7 +3,7 @@ plugins:
3
- rubocop-performance
4
5
AllCops:
6
- TargetRubyVersion: 3.1
+ TargetRubyVersion: 3.3
7
SuggestExtensions: false
8
NewCops: enable
9
Exclude:
chatwerk.gemspec
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
spec.description = 'MCP server and API for integrating Packwerk with AI tools like Cursor.'
13
spec.homepage = 'https://github.com/rubyatscale/chatwerk'
14
spec.license = 'MIT'
15
- spec.required_ruby_version = '>= 3.1.0'
+ spec.required_ruby_version = '>= 3.3'
spec.metadata['allowed_push_host'] = 'https://rubygems.org'
0 commit comments