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

fix: bump rswag-ui from 2.5.1 to 2.6.0
  • Loading branch information
LindseySaari authored Sep 15, 2022
2 parents c182514 + 227b7be commit 6664bc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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', '~> 4.8' # 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.5.1' # Swagger library to help generate open API documentation
gem 'rswag-ui', '~> 2.5.1' # UI for rswag documentation
gem 'rswag-ui', '~> 2.6.0' # UI for rswag documentation
gem 'rubyzip', '~> 2.3' # Ruby library for reading and writing zip files.
gem 'sidekiq', '~> 6.5' # Simple, efficient background processing for Ruby
gem 'strong_migrations', '~> 1.3' # Catch potentially dangerous operations in migrations
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ GEM
jsonapi-serializer (2.2.0)
activesupport (>= 4.2)
jwt (2.5.0)
loofah (2.18.0)
loofah (2.19.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand Down Expand Up @@ -301,7 +301,7 @@ GEM
activesupport (>= 3.1, < 7.1)
json-schema (~> 2.2)
railties (>= 3.1, < 7.1)
rswag-ui (2.5.1)
rswag-ui (2.6.0)
actionpack (>= 3.1, < 7.1)
railties (>= 3.1, < 7.1)
rubocop (1.36.0)
Expand Down Expand Up @@ -435,7 +435,7 @@ DEPENDENCIES
rspec-rails
rswag-api (~> 2.5.1)
rswag-specs
rswag-ui (~> 2.5.1)
rswag-ui (~> 2.6.0)
rubocop
rubocop-rails
rubyzip (~> 2.3)
Expand Down

0 comments on commit 6664bc0

Please sign in to comment.