diff --git a/Gemfile b/Gemfile index 47f34ada..22e7945d 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem 'slim-rails', '~> 3.6.3' gem 'kramdown', '~> 2.4' gem 'simple_form', '~> 5.3' gem 'rswag-api', '~> 2.14.0' -gem 'rswag-ui', '~> 2.14.0' +gem 'rswag-ui', '~> 2.15.0' gem 'ostruct' # needs in rswag # Model diff --git a/Gemfile.lock b/Gemfile.lock index b76ab7b6..03a07706 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -234,7 +234,7 @@ GEM interception (0.5) io-console (0.7.2) iostruct (0.1.3) - irb (1.14.0) + irb (1.14.1) rdoc (>= 4.0.0) reline (>= 0.4.2) jb (0.8.2) @@ -517,7 +517,7 @@ GEM json-schema (>= 2.2, < 5.0) railties (>= 5.2, < 8.0) rspec-core (>= 2.14) - rswag-ui (2.14.0) + rswag-ui (2.15.0) actionpack (>= 5.2, < 8.0) railties (>= 5.2, < 8.0) rubocop (1.64.1) @@ -692,7 +692,7 @@ DEPENDENCIES rspec-rails rswag-api (~> 2.14.0) rswag-specs - rswag-ui (~> 2.14.0) + rswag-ui (~> 2.15.0) rubocop (>= 0.70) rubocop-rails sentry-rails (~> 5.19.0)