introducing rswag

This commit is contained in:
Tobias Kneuker 2022-10-13 12:27:54 +02:00
parent f7f8774c43
commit 858eb06922
2 changed files with 17 additions and 0 deletions

View file

@ -116,5 +116,7 @@ group :test do
gem 'simplecov-lcov', require: false
# api
gem 'apivore', require: false
gem 'rswag'
gem 'rswag-specs'
gem 'hashie', '~> 3.4.6', require: false # https://github.com/westfieldlabs/apivore/issues/114
end