rswag/rswag-specs
Greg Myers eeb1026691 Fix invalid Swagger in YAML values
The original fix failed because though the Keys were now strings, some
of the values for path variables were also symbols.
Psych does have a safe_load which has a whitelist of classes but it does
not have a safe_dump mode. We could have used deep_transform_values and
manually converted the classes we did not want, but why risk a buggy
implementation when JSON.generate works just fine?
2019-11-02 13:13:06 +00:00
..
lib Fix invalid Swagger in YAML values 2019-11-02 13:13:06 +00:00
spec Add failing test showing Psych errors 2019-11-02 12:55:09 +00:00
.rspec rename to rswag plus major refactor - almost a rewrite 2016-10-11 18:31:12 -07:00
MIT-LICENSE rename to rswag plus major refactor - almost a rewrite 2016-10-11 18:31:12 -07:00
Rakefile rename to rswag plus major refactor - almost a rewrite 2016-10-11 18:31:12 -07:00
rswag-specs.gemspec Gemfile / gemspec files compatible with Rails 6 2019-08-25 22:36:14 -03:00