Skip to content

Commit

Permalink
Bump required Ruby version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli authored Sep 17, 2021
1 parent 3ff300f commit 41ff0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll-sass-converter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files -z`.split("\x0").grep(%r!^lib/!)
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 2.4.0"
spec.required_ruby_version = ">= 2.5.0"

spec.add_runtime_dependency "sassc", "> 2.0.1", "< 3.0"

Expand Down

0 comments on commit 41ff0d1

Please sign in to comment.