Skip to content

Commit

Permalink
Bump required Ruby version to Ruby 2.7
Browse files Browse the repository at this point in the history
To align with TargetRubyVersion in `rubocop-jekyll`
  • Loading branch information
ashmaroli authored Oct 28, 2024
1 parent c13def5 commit 79d3705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll-admin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.files = Dir.glob("lib/**/*").concat(%w(LICENSE README.md))
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 2.3.0"
spec.required_ruby_version = ">= 2.7.0"
spec.required_rubygems_version = ">= 2.7.0"

spec.add_dependency "jekyll", ">= 3.7", "< 5.0"
Expand Down

0 comments on commit 79d3705

Please sign in to comment.