Skip to content

Commit 30abf09

Browse files
highbclaude
andcommitted
build: Update bundler requirement to support Ruby 3.2-4.0
Update bundler dependency from ~> 2.2 to >= 2.5 to ensure compatibility with Ruby 3.2, 3.3, 3.4, and 4.0. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent effa2b3 commit 30abf09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pathspec.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
1919
s.homepage = 'https://github.com/highb/pathspec-ruby'
2020
s.license = 'Apache-2.0'
2121
s.required_ruby_version = '>= 3.2.0'
22-
s.add_development_dependency 'bundler', '~> 2.2'
22+
s.add_development_dependency 'bundler', '>= 2.5'
2323
s.add_development_dependency 'fakefs', '~> 2.5'
2424
s.add_development_dependency 'kramdown', '~> 2.3'
2525
s.add_development_dependency 'rake', '~> 13.0'

0 commit comments

Comments
 (0)