Skip to content

Commit 0acc575

Browse files
committed
Use require_relative to specify release version
1 parent c647191 commit 0acc575

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rake.gemspec

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# frozen_string_literal: true
2-
$LOAD_PATH.unshift File.expand_path('../lib', __FILE__)
3-
require 'rake/version'
2+
require_relative 'lib/rake/version'
43

54
Gem::Specification.new do |s|
65
s.name = "rake".freeze

0 commit comments

Comments
 (0)