Skip to content

Commit 346b24d

Browse files
committed
Use require_relative
1 parent eb602e3 commit 346b24d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

cuprite.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-
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5-
6-
require "capybara/cuprite/version"
3+
require_relative "lib/capybara/cuprite/version"
74

85
Gem::Specification.new do |s|
96
s.name = "cuprite"

0 commit comments

Comments
 (0)