Skip to content

Commit

Permalink
Revert LOAD_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
ericproulx committed Oct 22, 2023
1 parent c7ba342 commit 100f9a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion grape-swagger.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

require 'lib/grape-swagger/version'
$LOAD_PATH.push File.expand_path('lib', __dir__)
require 'grape-swagger/version'

Gem::Specification.new do |s|
s.name = 'grape-swagger'
Expand Down

0 comments on commit 100f9a1

Please sign in to comment.