Skip to content

Commit

Permalink
Update logger.gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
sonots committed Mar 18, 2019
1 parent 255a51d commit 1335a71
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions logger.gemspec
@@ -1,7 +1,7 @@
begin
require File.expand_path("../lib/logger/version", __FILE__)
rescue LoadError
require File.expand_path("../logger/version", __FILE__)
require_relative "lib/logger/version"
rescue LoadError # Fallback to load version file in ruby core repository
require_relative "logger/version"
end

Gem::Specification.new do |spec|
Expand All @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 2.3.0"

spec.add_development_dependency "bundler", ">= 0"
Expand Down

0 comments on commit 1335a71

Please sign in to comment.