Point to the correct version of rswag-specs (#6)

This commit is contained in:
Rutger Gelling 2020-01-28 02:20:07 +01:00 committed by jdanielian
parent 72becffefe
commit b9ac008a9f

View File

@ -40,7 +40,7 @@ Once you have an API that can describe itself in Swagger, you've opened the trea
group :test do group :test do
gem 'rspec-rails' gem 'rspec-rails'
gem 'rswag-specs' gem 'open_api-rswag-specs'
end end
``` ```