diff --git a/Gemfile b/Gemfile index b2ea422f..ced50a3c 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'jb', '~> 0.8.2' gem 'slim-rails', '~> 3.6.3' gem 'kramdown', '~> 2.5' gem 'simple_form', '~> 5.3' -gem 'rswag-api', '~> 2.15.0' +gem 'rswag-api', '~> 2.16.0' gem 'rswag-ui', '~> 2.16.0' gem 'ostruct' # needs in rswag diff --git a/Gemfile.lock b/Gemfile.lock index 633684b6..cbcebd5b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -511,9 +511,9 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.1) - rswag-api (2.15.0) - activesupport (>= 5.2, < 8.0) - railties (>= 5.2, < 8.0) + rswag-api (2.16.0) + activesupport (>= 5.2, < 8.1) + railties (>= 5.2, < 8.1) rswag-specs (2.16.0) activesupport (>= 5.2, < 8.1) json-schema (>= 2.2, < 6.0) @@ -691,7 +691,7 @@ DEPENDENCIES rake (~> 13.0.4) rqrcode rspec-rails - rswag-api (~> 2.15.0) + rswag-api (~> 2.16.0) rswag-specs rswag-ui (~> 2.16.0) rubocop (>= 0.70)