Skip to content

Commit 763905e

Browse files
committed
fix requiring the version
1 parent 97bb4ae commit 763905e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotenv-heroku.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22
lib = File.expand_path('../lib', __FILE__)
33
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4-
require 'dotenv/heroku/version'
4+
require 'dotenv-heroku/version'
55

66
Gem::Specification.new do |spec|
77
spec.name = "dotenv-heroku"

0 commit comments

Comments
 (0)