Skip to content

Commit

Permalink
Add gem to load path explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
pjrebsch committed Nov 4, 2022
1 parent c94f99f commit 07368f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion memorb.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# frozen_string_literal: true

require File.expand_path('../lib/memorb/version', __FILE__)
$:.push File.expand_path('../lib', __FILE__)

require 'memorb/version'

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

0 comments on commit 07368f2

Please sign in to comment.