From b8858fc2869d4c2460c87d861a25b6c72dfb74d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 10:09:15 +0000 Subject: [PATCH] chore(deps): bump rswag-api from 2.15.0 to 2.16.0 Bumps [rswag-api](https://github.com/rswag/rswag) from 2.15.0 to 2.16.0. - [Release notes](https://github.com/rswag/rswag/releases) - [Changelog](https://github.com/rswag/rswag/blob/master/CHANGELOG.md) - [Commits](https://github.com/rswag/rswag/compare/2.15.0...2.16.0) --- updated-dependencies: - dependency-name: rswag-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index b2ea422f..ced50a3c 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'jb', '~> 0.8.2' gem 'slim-rails', '~> 3.6.3' gem 'kramdown', '~> 2.5' gem 'simple_form', '~> 5.3' -gem 'rswag-api', '~> 2.15.0' +gem 'rswag-api', '~> 2.16.0' gem 'rswag-ui', '~> 2.16.0' gem 'ostruct' # needs in rswag diff --git a/Gemfile.lock b/Gemfile.lock index 633684b6..cbcebd5b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -511,9 +511,9 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.1) - rswag-api (2.15.0) - activesupport (>= 5.2, < 8.0) - railties (>= 5.2, < 8.0) + rswag-api (2.16.0) + activesupport (>= 5.2, < 8.1) + railties (>= 5.2, < 8.1) rswag-specs (2.16.0) activesupport (>= 5.2, < 8.1) json-schema (>= 2.2, < 6.0) @@ -691,7 +691,7 @@ DEPENDENCIES rake (~> 13.0.4) rqrcode rspec-rails - rswag-api (~> 2.15.0) + rswag-api (~> 2.16.0) rswag-specs rswag-ui (~> 2.16.0) rubocop (>= 0.70)