Skip to content

Commit 6993a27

Browse files
committed
deps: Target Ruby 2.4
1 parent b3f7454 commit 6993a27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ inherit_gem:
66
rubocop-jekyll: .rubocop.yml
77

88
AllCops:
9-
TargetRubyVersion: 2.3
9+
TargetRubyVersion: 2.4
1010
Exclude:
1111
- vendor/**/*

jekyll-compose.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
1717
spec.files = `git ls-files -z`.split("\x0").grep(%r!^lib/!)
1818
spec.require_paths = ["lib"]
1919

20-
spec.required_ruby_version = ">= 2.3.0"
20+
spec.required_ruby_version = ">= 2.4.0"
2121

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

0 commit comments

Comments
 (0)