Skip to content

Commit 3ca28c1

Browse files
authored
Require Ruby >= 3.3 and update CI Ruby versions (#55)
* Require Ruby >= 3.3 and update CI Ruby versions * Bump bundler to 4.0.15
1 parent 564cd7a commit 3ca28c1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ AllCops:
1212
NewCops: enable
1313
Exclude:
1414
- vendor/bundle/**/**
15-
TargetRubyVersion: 2.6
15+
TargetRubyVersion: 3.3
1616

1717
Metrics/ParameterLists:
1818
Enabled: false

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ DEPENDENCIES
114114
tapioca
115115

116116
BUNDLED WITH
117-
2.4.21
117+
4.0.15

parse_packwerk.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 = '>= 2.6'
24+
spec.required_ruby_version = '>= 3.3'
2525

2626
spec.add_dependency 'bigdecimal'
2727
spec.add_dependency 'sorbet-runtime'

0 commit comments

Comments
 (0)