diff --git a/Gemfile b/Gemfile index 96489678..f6013110 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'puma', '>= 5.6.4' # Use the Puma web server [https://github.c gem 'redis', '~> 5.0' # Use Redis adapter to run Action Cable in production gem 'rolify', '~> 6.0' # Simple Roles library gem 'rouge', '~> 4.0' # Pure Ruby syntax highlighter -gem 'rswag-api', '~> 2.5.1' # Swagger library to help generate open API documentation +gem 'rswag-api', '~> 2.8.0' # Swagger library to help generate open API documentation gem 'rswag-ui', '~> 2.7.0' # UI for rswag documentation gem 'rubyzip', '~> 2.3' # Ruby library for reading and writing zip files. gem 'sidekiq', '~> 7.0' # Simple, efficient background processing for Ruby diff --git a/Gemfile.lock b/Gemfile.lock index 325890ca..52e39e7a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -311,7 +311,7 @@ GEM rspec-mocks (~> 3.11) rspec-support (~> 3.11) rspec-support (3.11.1) - rswag-api (2.5.1) + rswag-api (2.8.0) railties (>= 3.1, < 7.1) rswag-specs (2.6.0) activesupport (>= 3.1, < 7.1) @@ -450,7 +450,7 @@ DEPENDENCIES rolify (~> 6.0) rouge (~> 4.0) rspec-rails - rswag-api (~> 2.5.1) + rswag-api (~> 2.8.0) rswag-specs rswag-ui (~> 2.7.0) rubocop