Skip to content

Commit

Permalink
Use require_relative in gemspec [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jun 12, 2019
1 parent 9dac971 commit 4ce5f6c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions strong_migrations.gemspec
@@ -1,7 +1,4 @@

lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "strong_migrations/version"
require_relative "lib/strong_migrations/version"

Gem::Specification.new do |spec|
spec.name = "strong_migrations"
Expand Down

0 comments on commit 4ce5f6c

Please sign in to comment.