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
2 changed files with 4 additions and 4 deletions

View File

@@ -85,7 +85,7 @@ group :development do
gem 'web-console'
# 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
group :development, :test do