Skip to content

Commit

Permalink
Drop support for Ruby 2.3 (#90)
Browse files Browse the repository at this point in the history
Merge pull request 90
  • Loading branch information
ashmaroli authored and jekyllbot committed Aug 4, 2019
1 parent 6aa6c51 commit 00ff990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ inherit_gem:
rubocop-jekyll: .rubocop.yml

AllCops:
TargetRubyVersion: 2.3
TargetRubyVersion: 2.4
Exclude:
- vendor/**/*
2 changes: 1 addition & 1 deletion jekyll-sass-converter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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.3.3"
spec.required_ruby_version = ">= 2.4.0"

spec.add_runtime_dependency "sassc", "~> 2.0"

Expand Down

0 comments on commit 00ff990

Please sign in to comment.