Skip to content

Commit 6f665df

Browse files
committed
Merge pull request #419 from Bugagazavr/use-gems
Use gems instead github ref
2 parents f4cfe9d + e62fa7b commit 6f665df

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#### Fixes
99

1010
* [#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).
1112

1213
### 0.20.3 (May 9, 2016)
1314

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ else
99
gem 'grape', version
1010
end
1111

12-
gem ENV['MODEL_PARSER'], github: "bugagazavr/#{ENV['MODEL_PARSER']}" if ENV.key?('MODEL_PARSER')
12+
gem ENV['MODEL_PARSER'] if ENV.key?('MODEL_PARSER')

0 commit comments

Comments
 (0)