Skip to content

Commit 85b57c2

Browse files
authored
chore(dev): simplify require for version
1 parent 5a2bff9 commit 85b57c2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

jekyll-gist.gemspec

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# frozen_string_literal: true
22

3-
lib = File.expand_path("lib", __dir__)
4-
5-
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
6-
require "jekyll-gist/version"
3+
require_relative "lib/jekyll-gist/version"
74

85
Gem::Specification.new do |spec|
96
spec.name = "jekyll-gist"

0 commit comments

Comments
 (0)