Skip to content

Commit

Permalink
chore: Bump the required ruby version to 2.7 (#9525)
Browse files Browse the repository at this point in the history
Merge pull request 9525
  • Loading branch information
mattr- committed Jan 13, 2024
1 parent 42dd477 commit db3437a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll.gemspec
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--charset=UTF-8"]
s.extra_rdoc_files = %w(README.markdown LICENSE)

s.required_ruby_version = ">= 2.5.0"
s.required_ruby_version = ">= 2.7.0"
s.required_rubygems_version = ">= 2.7.0"

s.add_dependency("csv", "~> 3.0")
Expand Down

0 comments on commit db3437a

Please sign in to comment.