Skip to content

Commit

Permalink
Use require_relative to specify release version
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jul 6, 2021
1 parent c647191 commit 0acc575
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rake.gemspec
@@ -1,6 +1,5 @@
# frozen_string_literal: true
$LOAD_PATH.unshift File.expand_path('../lib', __FILE__)
require 'rake/version'
require_relative 'lib/rake/version'

Gem::Specification.new do |s|
s.name = "rake".freeze
Expand Down

0 comments on commit 0acc575

Please sign in to comment.