Chore: Update the source of json_refs gem (#565) (#566)

At the time of using, `json_refs` gem did not have the ability to recursively resolve the references. So we had to fork this into one of our own and make the required changes. So this fork was used as the source for the gem.
Along with this, we had raised a PR in the original repo so as to push the recursive dereferencing changes upstream. This was merged in the gem's parent repo. So updated the source of this gem to the original parent repo source.
This commit is contained in:
Sony Mathew 2020-02-27 01:19:26 +05:30 committed by GitHub
parent 0740d4762f
commit 0aad99ff0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -85,7 +85,7 @@ group :development do
gem 'web-console' gem 'web-console'
# used in swagger build # used in swagger build
gem 'json_refs', git: 'https://github.com/sony-mathew/json_refs', ref: 'b6c142a' gem 'json_refs', git: 'https://github.com/tzmfreedom/json_refs', ref: 'e32deb0'
end end
group :development, :test do group :development, :test do

View file

@ -6,9 +6,9 @@ GIT
oauth oauth
GIT GIT
remote: https://github.com/sony-mathew/json_refs remote: https://github.com/tzmfreedom/json_refs
revision: b6c142ae486e399d00fbc758e21a7ed63a934f61 revision: e32deb073ce9aef39bdd63556bffd7fe7c2a803d
ref: b6c142a ref: e32deb0
specs: specs:
json_refs (0.1.2) json_refs (0.1.2)
hana hana