diff --git a/Gemfile b/Gemfile index f6013110..5863b34c 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem 'redis', '~> 5.0' # Use Redis adapter to run Action Cable in gem 'rolify', '~> 6.0' # Simple Roles library gem 'rouge', '~> 4.0' # Pure Ruby syntax highlighter 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 'rswag-ui', '~> 2.8.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 gem 'strong_migrations', '~> 1.4' # Catch potentially dangerous operations in migrations diff --git a/Gemfile.lock b/Gemfile.lock index 9c1c264d..71464c16 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -317,7 +317,7 @@ GEM activesupport (>= 3.1, < 7.1) json-schema (~> 2.2) railties (>= 3.1, < 7.1) - rswag-ui (2.7.0) + rswag-ui (2.8.0) actionpack (>= 3.1, < 7.1) railties (>= 3.1, < 7.1) rubocop (1.39.0) @@ -452,7 +452,7 @@ DEPENDENCIES rspec-rails rswag-api (~> 2.8.0) rswag-specs - rswag-ui (~> 2.7.0) + rswag-ui (~> 2.8.0) rubocop rubocop-rails rubyzip (~> 2.3)