diff --git a/Gemfile b/Gemfile index becbc6a9..498c7d39 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem 'puma', '~> 6.4' gem 'pundit', '~> 2.3' gem 'rack-cors', '~> 2.0' gem 'rswag-api', '~> 2.13.0' -gem 'rswag-ui', '~> 2.13.0' +gem 'rswag-ui', '~> 2.14.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 a970e8e9..7f533652 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -333,7 +333,7 @@ GEM method_source (1.1.0) mini_mime (1.1.5) mini_portile2 (2.8.7) - minitest (5.24.1) + minitest (5.25.1) msgpack (1.7.2) mutex_m (0.2.0) net-http (0.4.1) @@ -354,6 +354,8 @@ GEM racc (~> 1.4) nokogiri (1.16.7-arm64-darwin) racc (~> 1.4) + nokogiri (1.16.7-x86_64-linux) + racc (~> 1.4) octokit (9.1.0) faraday (>= 1, < 3) sawyer (~> 0.9) @@ -494,9 +496,9 @@ GEM rswag-api (2.13.0) activesupport (>= 3.1, < 7.2) railties (>= 3.1, < 7.2) - rswag-ui (2.13.0) - actionpack (>= 3.1, < 7.2) - railties (>= 3.1, < 7.2) + rswag-ui (2.14.0) + actionpack (>= 5.2, < 8.0) + railties (>= 5.2, < 8.0) rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -647,7 +649,7 @@ DEPENDENCIES rspec-rails (~> 6.1) rspec-retry! rswag-api (~> 2.13.0) - rswag-ui (~> 2.13.0) + rswag-ui (~> 2.14.0) rubocop (~> 1.65) rubocop-capybara (~> 2.21) rubocop-factory_bot (~> 2.26)