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 f4cfe9d + e62fa7b commit 6f665dfCopy full SHA for 6f665df
CHANGELOG.md
@@ -8,6 +8,7 @@
8
#### Fixes
9
10
* [#416](https://github.com/ruby-grape/grape-swagger/pull/416): Support recursive models - [@lest](https://github.com/lest).
11
+* [#418](https://github.com/ruby-grape/grape-swagger/pull/418): Replaced github ref to rubygems for external gems - [@Bugagazavr](https://github.com/Bugagazavr).
12
13
### 0.20.3 (May 9, 2016)
14
Gemfile
@@ -9,4 +9,4 @@ else
gem 'grape', version
end
-gem ENV['MODEL_PARSER'], github: "bugagazavr/#{ENV['MODEL_PARSER']}" if ENV.key?('MODEL_PARSER')
+gem ENV['MODEL_PARSER'] if ENV.key?('MODEL_PARSER')
0 commit comments