diff --git a/Gemfile b/Gemfile index 13b69329..832db741 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'pg', '~> 1.6' gem 'puma', '~> 7.1' gem 'pundit', '~> 2.5' gem 'rack-cors', '~> 3.0' -gem 'rswag-api', '~> 2.16.0' +gem 'rswag-api', '~> 2.17.0' gem 'rswag-ui', '~> 2.16.0' gem 'sendgrid', '~> 1.2.4' gem 'sprockets-rails', '~> 3.5', '>= 3.5.2' diff --git a/Gemfile.lock b/Gemfile.lock index 84f26064..c8df0883 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -367,7 +367,7 @@ GEM method_source (1.1.0) mini_mime (1.1.5) mini_portile2 (2.8.9) - minitest (5.26.0) + minitest (5.26.1) msgpack (1.8.0) net-http (0.6.0) uri @@ -506,7 +506,7 @@ GEM rainbow (>= 2.0, < 4.0) rexml (~> 3.1) regexp_parser (2.11.3) - reline (0.6.2) + reline (0.6.3) io-console (~> 0.5) request_store (1.7.0) rack (>= 1.4) @@ -537,9 +537,9 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.6) - rswag-api (2.16.0) - activesupport (>= 5.2, < 8.1) - railties (>= 5.2, < 8.1) + rswag-api (2.17.0) + activesupport (>= 5.2, < 8.2) + railties (>= 5.2, < 8.2) rswag-ui (2.16.0) actionpack (>= 5.2, < 8.1) railties (>= 5.2, < 8.1) @@ -630,7 +630,7 @@ GEM unicode-display_width (3.2.0) unicode-emoji (~> 4.1) unicode-emoji (4.1.0) - uri (1.1.0) + uri (1.1.1) useragent (0.16.11) warden (1.2.9) rack (>= 2.0.9) @@ -705,7 +705,7 @@ DEPENDENCIES rspec-openapi (~> 0.20) rspec-rails (~> 8.0) rspec-retry! - rswag-api (~> 2.16.0) + rswag-api (~> 2.17.0) rswag-ui (~> 2.16.0) rubocop (~> 1.81) rubocop-capybara (~> 2.22)