From 09d237a2b6b2d3290cd22b91bcc365ff46a2bda8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 17:55:01 +0000 Subject: [PATCH] Bump rswag-api from 2.16.0 to 2.17.0 Bumps [rswag-api](https://github.com/rswag/rswag) from 2.16.0 to 2.17.0. - [Release notes](https://github.com/rswag/rswag/releases) - [Changelog](https://github.com/rswag/rswag/blob/2.17.0/CHANGELOG.md) - [Commits](https://github.com/rswag/rswag/compare/2.16.0...2.17.0) --- updated-dependencies: - dependency-name: rswag-api dependency-version: 2.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index ba2a43ae..c44bb5c8 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'pg', '~> 1.6' gem 'puma', '~> 7.1' gem 'pundit', '~> 2.5' gem 'rack-cors', '~> 3.0' -gem 'rswag-api', '~> 2.16.0' +gem 'rswag-api', '~> 2.17.0' gem 'rswag-ui', '~> 2.17.0' gem 'sendgrid', '~> 1.2.4' gem 'sprockets-rails', '~> 3.5', '>= 3.5.2' diff --git a/Gemfile.lock b/Gemfile.lock index 23eb83eb..cf03ad1e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -226,7 +226,7 @@ GEM dry-inflector (~> 1.0) dry-logic (~> 1.4) zeitwerk (~> 2.6) - erb (5.1.3) + erb (6.0.0) erubi (1.13.1) erubis (2.7.0) et-orbi (1.4.0) @@ -537,9 +537,9 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.6) - rswag-api (2.16.0) - activesupport (>= 5.2, < 8.1) - railties (>= 5.2, < 8.1) + rswag-api (2.17.0) + activesupport (>= 5.2, < 8.2) + railties (>= 5.2, < 8.2) rswag-ui (2.17.0) actionpack (>= 5.2, < 8.2) railties (>= 5.2, < 8.2) @@ -617,7 +617,7 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - stringio (3.1.7) + stringio (3.1.8) strong_migrations (2.5.1) activerecord (>= 7.1) terminal-table (4.0.0) @@ -705,7 +705,7 @@ DEPENDENCIES rspec-openapi (~> 0.20) rspec-rails (~> 8.0) rspec-retry! - rswag-api (~> 2.16.0) + rswag-api (~> 2.17.0) rswag-ui (~> 2.17.0) rubocop (~> 1.81) rubocop-capybara (~> 2.22)