chore: simplify require for Jekyll::VERSION (#8057)
Merge pull request 8057
This commit is contained in:
parent
88360bd17d
commit
a4b1ca2c75
|
@ -1,8 +1,6 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
lib = File.expand_path("lib", __dir__)
|
require_relative "lib/jekyll/version"
|
||||||
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
||||||
require "jekyll/version"
|
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = "jekyll"
|
s.name = "jekyll"
|
||||||
|
|
Loading…
Reference in New Issue