Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 6
# Configuration parameters: EnforcedStyle.
# SupportedStyles: link_or_button, strict
Capybara/ClickLinkOrButtonStyle:
Exclude:
- 'spec/features/swagger_spec.rb'

# Offense count: 1
# Configuration parameters: Severity, Include.
# Include: **/*.gemspec
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* [#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).
* [#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).
* [#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).
* [#168](https://github.com/ruby-grape/grape-swagger-rails/pull/168): Bump swagger ui to 5.32.7 - [@moskvin](https://github.com/moskvin).
* Your contribution here.

### 1.0.2 (2026/05/26)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ This gem is continuously tested against the following stack:

| Ruby | Rails | Grape | grape-swagger | Swagger UI |
|-----:|--------:|--------:|--------------:|-----------:|
| 3.4 | 7.2.2.2 | 1.8.x | 1.6.1 | 5.32.6 |
| 3.2+ | 7.2.2.2 | 3.1.x | 2.1.4 | 5.32.6 |
| 3.2+ | 8.1.x | 3.1.x | 2.1.4 | 5.32.6 |
| 3.4 | 7.2.2.2 | 1.8.x | 1.6.1 | 5.32.7 |
| 3.2+ | 7.2.2.2 | 3.1.x | 2.1.4 | 5.32.7 |
| 3.2+ | 8.1.x | 3.1.x | 2.1.4 | 5.32.7 |

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

Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/grape-swagger-rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module GrapeSwaggerRails
VERSION = '1.0.2'
SWAGGER_UI_VERSION = '5.32.6'
SWAGGER_UI_VERSION = '5.32.7'
end
Loading