Skip to content

Commit

Permalink
Add CHANGELOG
Browse files Browse the repository at this point in the history
Fix rubocop
  • Loading branch information
ericproulx committed Jun 19, 2024
1 parent 3ea2998 commit 3d5d267
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#### Fixes

* [#2453](https://github.com/ruby-grape/grape/pull/2453): Fix context in rescue_from - [@ericproulx](https://github.com/ericproulx).
* Your contribution here.

### 2.1.0 (2024/06/15)
Expand Down
2 changes: 1 addition & 1 deletion spec/grape/api_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4417,7 +4417,7 @@ def uniqe_id_route
end
end

let(:app) { api}
let(:app) { api }

before { get '/' }

Expand Down

0 comments on commit 3d5d267

Please sign in to comment.