From 858eb0692232e41890897d1044a6ec1ed5d68b21 Mon Sep 17 00:00:00 2001 From: Tobias Kneuker Date: Thu, 13 Oct 2022 12:27:54 +0200 Subject: [PATCH] introducing rswag --- Gemfile | 2 ++ Gemfile.lock | 15 +++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/Gemfile b/Gemfile index a46969fc..73eeecab 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index e75862a6..1ba83baa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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