diff --git a/Gemfile b/Gemfile index 3835399..48dee38 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'pg', '~> 1.4.5' gem 'puma', '~> 5.6' gem 'rails', '~> 7.0.8' gem 'rails-i18n', '~> 7.0.0' -gem 'rswag', '~> 2.9.0' +gem 'rswag', '~> 2.10.1' gem 'sassc-rails', '~> 2.1.2' gem 'sprockets-rails', '~> 3.4.2' gem 'stimulus-rails', '~> 1.2.1' diff --git a/Gemfile.lock b/Gemfile.lock index 132ea35..9f05b12 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,7 +66,7 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.4) + addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) autoprefixer-rails (10.4.13.0) @@ -290,7 +290,7 @@ GEM rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) rspec-mocks (~> 3.12.0) - rspec-core (3.12.2) + rspec-core (3.12.3) rspec-support (~> 3.12.0) rspec-expectations (3.12.3) diff-lcs (>= 1.2.0, < 2.0) @@ -306,19 +306,19 @@ GEM rspec-expectations (~> 3.12) rspec-mocks (~> 3.12) rspec-support (~> 3.12) - rspec-support (3.12.0) - rswag (2.9.0) - rswag-api (= 2.9.0) - rswag-specs (= 2.9.0) - rswag-ui (= 2.9.0) - rswag-api (2.9.0) + rspec-support (3.12.2) + rswag (2.10.1) + rswag-api (= 2.10.1) + rswag-specs (= 2.10.1) + rswag-ui (= 2.10.1) + rswag-api (2.10.1) railties (>= 3.1, < 7.1) - rswag-specs (2.9.0) + rswag-specs (2.10.1) activesupport (>= 3.1, < 7.1) json-schema (>= 2.2, < 4.0) railties (>= 3.1, < 7.1) rspec-core (>= 2.14) - rswag-ui (2.9.0) + rswag-ui (2.10.1) actionpack (>= 3.1, < 7.1) railties (>= 3.1, < 7.1) rubocop (1.44.1) @@ -459,7 +459,7 @@ DEPENDENCIES rails_best_practices (~> 1.23.2) rspec (~> 3.12.0) rspec-rails (~> 6.0.1) - rswag (~> 2.9.0) + rswag (~> 2.10.1) rubocop (~> 1.44.1) rubocop-factory_bot (~> 2.23.1) rubocop-i18n (~> 3.0)