diff --git a/Gemfile b/Gemfile index 48cdb968..db341096 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ gem 'puma', '~> 6.4' gem 'pundit', '~> 2.3' gem 'rack-cors', '~> 2.0' gem 'rswag-api', '~> 2.12.0' -gem 'rswag-ui', '~> 2.12.0' +gem 'rswag-ui', '~> 2.13.0' gem 'sass-rails', '~> 6.0.0' gem 'sendgrid', '~> 1.2.4' gem 'sprockets', '~> 4.2.1' diff --git a/Gemfile.lock b/Gemfile.lock index 90f915da..df758519 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -419,7 +419,7 @@ GEM rspec-support (3.12.1) rswag-api (2.12.0) railties (>= 3.1, < 7.2) - rswag-ui (2.12.0) + rswag-ui (2.13.0) actionpack (>= 3.1, < 7.2) railties (>= 3.1, < 7.2) rubocop (1.57.2) @@ -567,7 +567,7 @@ DEPENDENCIES rspec-rails (~> 6.1) rspec-retry! rswag-api (~> 2.12.0) - rswag-ui (~> 2.12.0) + rswag-ui (~> 2.13.0) rubocop (~> 1.57) rubocop-factory_bot (~> 2.24) rubocop-performance (~> 1.19)