We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c951628 + 3ee2956 commit 9a4b939Copy full SHA for 9a4b939
CHANGELOG.md
@@ -7,6 +7,7 @@
7
#### Fixes
8
9
* [#1759](https://github.com/ruby-grape/grape/pull/1759): Update appraisal for rails_edge - [@zvkemp](https://github.com/zvkemp).
10
+* [#1758](https://github.com/ruby-grape/grape/pull/1758): Fix expanding load_path in gemspec - [@2maz](https://github.com/2maz).
11
* Your contribution here.
12
13
### 1.0.3 (4/23/2018)
grape.gemspec
@@ -1,4 +1,4 @@
1
-$LOAD_PATH.push File.expand_path('../lib', __FILE__)
+$LOAD_PATH.unshift File.expand_path('../lib', __FILE__)
2
require 'grape/version'
3
4
Gem::Specification.new do |s|
0 commit comments