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 #375 from department-of-veterans-affairs/dependabo…
Browse files Browse the repository at this point in the history
…t/bundler/rswag-ui-2.8.0

fix: bump rswag-ui from 2.7.0 to 2.8.0
  • Loading branch information
holdenhinkle authored Nov 18, 2022
2 parents d834dcc + 044f13f commit 18f6c50
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 @@ -29,7 +29,7 @@ gem 'redis', '~> 5.0' # Use Redis adapter to run Action Cable in
gem 'rolify', '~> 6.0' # Simple Roles library
gem 'rouge', '~> 4.0' # Pure Ruby syntax highlighter
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 'rswag-ui', '~> 2.8.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
gem 'strong_migrations', '~> 1.4' # Catch potentially dangerous operations in migrations
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ GEM
activesupport (>= 3.1, < 7.1)
json-schema (~> 2.2)
railties (>= 3.1, < 7.1)
rswag-ui (2.7.0)
rswag-ui (2.8.0)
actionpack (>= 3.1, < 7.1)
railties (>= 3.1, < 7.1)
rubocop (1.39.0)
Expand Down Expand Up @@ -452,7 +452,7 @@ DEPENDENCIES
rspec-rails
rswag-api (~> 2.8.0)
rswag-specs
rswag-ui (~> 2.7.0)
rswag-ui (~> 2.8.0)
rubocop
rubocop-rails
rubyzip (~> 2.3)
Expand Down

0 comments on commit 18f6c50

Please sign in to comment.