Skip to content

Commit 7175dfd

Browse files
authored
Remove ruby 3.2 for rails_edge (#2676)
1 parent 548baef commit 7175dfd

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/edge.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
matrix:
99
ruby: ['3.2', '3.3', '3.4', '4.0', ruby-head, truffleruby-head, jruby-head]
1010
gemfile: [rails_edge, rack_edge]
11+
exclude:
12+
- ruby: '3.2'
13+
gemfile: rails_edge
1114
runs-on: ubuntu-latest
1215
continue-on-error: true
1316
env:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
* [#2655](https://github.com/ruby-grape/grape/pull/2655): Fix `before_each` method to handle `nil` parameter correctly - [@ericproulx](https://github.com/ericproulx).
2323
* [#2660](https://github.com/ruby-grape/grape/pull/2660): Fix thread safety: move mutable `ParamsScope` state (`index`, `params_meeting_dependency`) into a per-request `ParamScopeTracker` stored in `Fiber[]` - [@ericproulx](https://github.com/ericproulx).
2424
* [#2666](https://github.com/ruby-grape/grape/pull/2666): Endpoint cleanup and minor optimizations - [@ericproulx](https://github.com/ericproulx).
25+
* [#2676](https://github.com/ruby-grape/grape/pull/2676): Exclude ruby 3.2 for rails_edge - [@ericproulx](https://github.com/ericproulx).
2526
* Your contribution here.
2627

2728
### 3.1.0 (2026-01-25)

0 commit comments

Comments
 (0)