diff --git a/Gemfile b/Gemfile index c46392c5..bd15ca9b 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem 'puma', '~> 6.4' gem 'pundit', '~> 2.4' gem 'rack-cors', '~> 2.0' gem 'rswag-api', '~> 2.15.0' -gem 'rswag-ui', '~> 2.14.0' +gem 'rswag-ui', '~> 2.15.0' gem 'sendgrid', '~> 1.2.4' gem 'sprockets-rails', '~> 3.5', '>= 3.5.2' gem 'strong_migrations', '~> 2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 0ca8aee9..eb3279cf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -508,7 +508,7 @@ GEM rswag-api (2.15.0) activesupport (>= 5.2, < 8.0) railties (>= 5.2, < 8.0) - rswag-ui (2.14.0) + rswag-ui (2.15.0) actionpack (>= 5.2, < 8.0) railties (>= 5.2, < 8.0) rubocop (1.66.1) @@ -604,7 +604,7 @@ GEM yaaf (3.0.2) activemodel (>= 5.2) activerecord (>= 5.2) - zeitwerk (2.7.0) + zeitwerk (2.7.1) PLATFORMS arm64-darwin-22 @@ -661,7 +661,7 @@ DEPENDENCIES rspec-rails (~> 7.0) rspec-retry! rswag-api (~> 2.15.0) - rswag-ui (~> 2.14.0) + rswag-ui (~> 2.15.0) rubocop (~> 1.66) rubocop-capybara (~> 2.21) rubocop-factory_bot (~> 2.26)