We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c951628 commit 3ee2956Copy full SHA for 3ee2956
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