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

View File

@ -433,6 +433,19 @@ GEM
rspec-rerun (1.1.0)
rspec (~> 3.0)
rspec-support (3.11.0)
rswag (2.6.0)
rswag-api (= 2.6.0)
rswag-specs (= 2.6.0)
rswag-ui (= 2.6.0)
rswag-api (2.6.0)
railties (>= 3.1, < 7.1)
rswag-specs (2.6.0)
activesupport (>= 3.1, < 7.1)
json-schema (~> 2.2)
railties (>= 3.1, < 7.1)
rswag-ui (2.6.0)
actionpack (>= 3.1, < 7.1)
railties (>= 3.1, < 7.1)
rubocop (1.30.0)
parallel (~> 1.10)
parser (>= 3.1.0.0)
@ -621,6 +634,8 @@ DEPENDENCIES
rspec-core
rspec-rails
rspec-rerun
rswag
rswag-specs
rubocop
rubocop-rails
rubocop-rspec