Skip to content

Commit

Permalink
deps: Target Ruby 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyF committed Dec 28, 2019
1 parent b3f7454 commit 6993a27
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 @@ -6,6 +6,6 @@ inherit_gem:
rubocop-jekyll: .rubocop.yml

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

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

Expand Down

0 comments on commit 6993a27

Please sign in to comment.