Skip to content

Commit

Permalink
Fix rubocop offenses in gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlakshya committed May 21, 2019
1 parent 10a5bee commit 6603385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webdrivers.gemspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# frozen_string_literal: true

lib = File.expand_path('lib', __dir__)
$:.unshift lib unless $:.include?(lib)
require "webdrivers/version"
$LOAD_PATH.unshift lib unless $LOAD_PATH.include?(lib)
require 'webdrivers/version'

Gem::Specification.new do |s|
s.name = 'webdrivers'
Expand Down

0 comments on commit 6603385

Please sign in to comment.