Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
fix: bump rswag-api from 2.5.1 to 2.8.0
Browse files Browse the repository at this point in the history
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](rswag/rswag@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 16, 2022
1 parent db21856 commit 337e081
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 337e081

Please sign in to comment.