Skip to content

Commit

Permalink
Auto corrected by following Lint Ruby Style/ExpandPathArguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Awesome Code committed Feb 20, 2021
1 parent 5fb69c8 commit 8793476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synvert-core.gemspec
@@ -1,6 +1,6 @@
# frozen_string_literal: true

lib = File.expand_path('../lib', __FILE__)
lib = File.expand_path('lib', __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'synvert/core/version'

Expand Down

0 comments on commit 8793476

Please sign in to comment.