From 337e0814fa17f67268def3b8767b5888710889e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 22:15:15 +0000 Subject: [PATCH] fix: bump rswag-api from 2.5.1 to 2.8.0 Bumps [rswag-api](https://github.com/rswag/rswag) from 2.5.1 to 2.8.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.5.1...2.8.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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 96489678..f6013110 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'puma', '>= 5.6.4' # Use the Puma web server [https://github.c gem 'redis', '~> 5.0' # Use Redis adapter to run Action Cable in production gem 'rolify', '~> 6.0' # Simple Roles library gem 'rouge', '~> 4.0' # Pure Ruby syntax highlighter -gem 'rswag-api', '~> 2.5.1' # Swagger library to help generate open API documentation +gem 'rswag-api', '~> 2.8.0' # Swagger library to help generate open API documentation gem 'rswag-ui', '~> 2.7.0' # UI for rswag documentation gem 'rubyzip', '~> 2.3' # Ruby library for reading and writing zip files. gem 'sidekiq', '~> 7.0' # Simple, efficient background processing for Ruby diff --git a/Gemfile.lock b/Gemfile.lock index 325890ca..52e39e7a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -311,7 +311,7 @@ GEM rspec-mocks (~> 3.11) rspec-support (~> 3.11) rspec-support (3.11.1) - rswag-api (2.5.1) + rswag-api (2.8.0) railties (>= 3.1, < 7.1) rswag-specs (2.6.0) activesupport (>= 3.1, < 7.1) @@ -450,7 +450,7 @@ DEPENDENCIES rolify (~> 6.0) rouge (~> 4.0) rspec-rails - rswag-api (~> 2.5.1) + rswag-api (~> 2.8.0) rswag-specs rswag-ui (~> 2.7.0) rubocop