Skip to content

Commit 05b94fa

Browse files
github-actions[bot]dblockmoskvin
authored
Bump Swagger UI to 5.32.7 (#168)
* Bump Swagger UI to 5.32.7 * Remove Capybara/ClickLinkOrButtonStyle exclusion for swagger_spec.rb from RuboCop configuration * Update CHANGELOG for Swagger UI bump to 5.32.7 * 🚑 --------- Co-authored-by: dblock <542335+dblock@users.noreply.github.com> Co-authored-by: Niko M <nikolay.moskvin@gmail.com>
1 parent 6d9e3b8 commit 05b94fa

6 files changed

Lines changed: 7 additions & 13 deletions

File tree

.rubocop_todo.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
66
# Note that changes in the inspected code, or installation of new
77
# versions of RuboCop, may require this file to be generated again.
88

9-
# Offense count: 6
10-
# Configuration parameters: EnforcedStyle.
11-
# SupportedStyles: link_or_button, strict
12-
Capybara/ClickLinkOrButtonStyle:
13-
Exclude:
14-
- 'spec/features/swagger_spec.rb'
15-
169
# Offense count: 1
1710
# Configuration parameters: Severity, Include.
1811
# Include: **/*.gemspec

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* [#158](https://github.com/ruby-grape/grape-swagger-rails/pull/158): Switch yarn to project-local cache so `.pnp.cjs` paths are stable across machines - [@moskvin](https://github.com/moskvin).
44
* [#164](https://github.com/ruby-grape/grape-swagger-rails/pull/164): Fix vertical alignment for description rows in swagger ui model box - [@moskvin](https://github.com/moskvin).
55
* [#166](https://github.com/ruby-grape/grape-swagger-rails/pull/166): Add security definitions for api key in swagger documentation - [@moskvin](https://github.com/moskvin).
6+
* [#168](https://github.com/ruby-grape/grape-swagger-rails/pull/168): Bump swagger ui to 5.32.7 - [@moskvin](https://github.com/moskvin).
67
* Your contribution here.
78

89
### 1.0.2 (2026/05/26)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ This gem is continuously tested against the following stack:
4646

4747
| Ruby | Rails | Grape | grape-swagger | Swagger UI |
4848
|-----:|--------:|--------:|--------------:|-----------:|
49-
| 3.4 | 7.2.2.2 | 1.8.x | 1.6.1 | 5.32.6 |
50-
| 3.2+ | 7.2.2.2 | 3.1.x | 2.1.4 | 5.32.6 |
51-
| 3.2+ | 8.1.x | 3.1.x | 2.1.4 | 5.32.6 |
49+
| 3.4 | 7.2.2.2 | 1.8.x | 1.6.1 | 5.32.7 |
50+
| 3.2+ | 7.2.2.2 | 3.1.x | 2.1.4 | 5.32.7 |
51+
| 3.2+ | 8.1.x | 3.1.x | 2.1.4 | 5.32.7 |
5252

5353
The dummy app and CI also exercise both supported Rails asset pipelines: Sprockets and Propshaft.
5454

app/assets/javascripts/grape_swagger_rails/swagger-ui-bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/assets/javascripts/grape_swagger_rails/swagger-ui-standalone-preset.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/grape-swagger-rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module GrapeSwaggerRails
44
VERSION = '1.0.2'
5-
SWAGGER_UI_VERSION = '5.32.6'
5+
SWAGGER_UI_VERSION = '5.32.7'
66
end

0 commit comments

Comments
 (0)