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

Commit

Permalink
Merge pull request #376 from department-of-veterans-affairs/dependabo…
Browse files Browse the repository at this point in the history
…t/bundler/rswag-api-2.8.0

fix: bump rswag-api from 2.5.1 to 2.8.0
  • Loading branch information
holdenhinkle authored Nov 17, 2022
2 parents db21856 + 337e081 commit 097b894
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 097b894

Please sign in to comment.