Skip to content

Commit 4618c01

Browse files
authored
Require Ruby >= 3.3 and update CI Ruby versions (#106)
1 parent 5b31d53 commit 4618c01

3 files changed

Lines changed: 2 additions & 3 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
@@ -14,7 +14,7 @@ AllCops:
1414
NewCops: enable
1515
Exclude:
1616
- vendor/bundle/**/**
17-
TargetRubyVersion: 2.6
17+
TargetRubyVersion: 3.3
1818

1919
Metrics/ParameterLists:
2020
Enabled: false

packs-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
1010
spec.description = 'packs-rails establishes and implements a set of conventions for splitting up large monoliths.'
1111
spec.homepage = 'https://github.com/rubyatscale/packs-rails'
1212
spec.license = 'MIT'
13-
spec.required_ruby_version = Gem::Requirement.new('>= 3.1')
13+
spec.required_ruby_version = Gem::Requirement.new('>= 3.3')
1414

1515
spec.metadata['homepage_uri'] = spec.homepage
1616
spec.metadata['source_code_uri'] = 'https://github.com/rubyatscale/packs-rails'

0 commit comments

Comments
 (0)