Skip to content

Commit

Permalink
Bump minimal Ruby version in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus committed May 14, 2024
1 parent f423431 commit bcdacb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygments.rb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
'source_code_uri' => s.homepage
}

s.required_ruby_version = '>= 2.5.0'
s.required_ruby_version = '>= 2.6.0'

s.add_development_dependency 'rake', '~> 13.2.0'
s.add_development_dependency 'rubocop', '~> 1.28.2'
Expand Down

0 comments on commit bcdacb1

Please sign in to comment.