From cf32972b4cfb84af946014fbdb8e2658c79f5666 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 18:02:35 +0000 Subject: [PATCH] Bump rswag-ui from 2.16.0 to 2.17.0 Bumps [rswag-ui](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-ui dependency-version: 2.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 13b69329..1580e94e 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem 'puma', '~> 7.1' gem 'pundit', '~> 2.5' gem 'rack-cors', '~> 3.0' gem 'rswag-api', '~> 2.16.0' -gem 'rswag-ui', '~> 2.16.0' +gem 'rswag-ui', '~> 2.17.0' gem 'sendgrid', '~> 1.2.4' gem 'sprockets-rails', '~> 3.5', '>= 3.5.2' gem 'strong_migrations', '~> 2.5' diff --git a/Gemfile.lock b/Gemfile.lock index 84f26064..23570932 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -367,7 +367,7 @@ GEM method_source (1.1.0) mini_mime (1.1.5) mini_portile2 (2.8.9) - minitest (5.26.0) + minitest (5.26.1) msgpack (1.8.0) net-http (0.6.0) uri @@ -506,7 +506,7 @@ GEM rainbow (>= 2.0, < 4.0) rexml (~> 3.1) regexp_parser (2.11.3) - reline (0.6.2) + reline (0.6.3) io-console (~> 0.5) request_store (1.7.0) rack (>= 1.4) @@ -540,9 +540,9 @@ GEM rswag-api (2.16.0) activesupport (>= 5.2, < 8.1) railties (>= 5.2, < 8.1) - rswag-ui (2.16.0) - actionpack (>= 5.2, < 8.1) - railties (>= 5.2, < 8.1) + rswag-ui (2.17.0) + actionpack (>= 5.2, < 8.2) + railties (>= 5.2, < 8.2) rubocop (1.81.7) json (~> 2.3) language_server-protocol (~> 3.17.0.2) @@ -630,7 +630,7 @@ GEM unicode-display_width (3.2.0) unicode-emoji (~> 4.1) unicode-emoji (4.1.0) - uri (1.1.0) + uri (1.1.1) useragent (0.16.11) warden (1.2.9) rack (>= 2.0.9) @@ -706,7 +706,7 @@ DEPENDENCIES rspec-rails (~> 8.0) rspec-retry! rswag-api (~> 2.16.0) - rswag-ui (~> 2.16.0) + rswag-ui (~> 2.17.0) rubocop (~> 1.81) rubocop-capybara (~> 2.22) rubocop-factory_bot (~> 2.27)