Skip to content

Commit

Permalink
Bump bundled rack from 2.2.10 to 2.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Feb 19, 2025
1 parent a3057f1 commit d01f04d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GEM
rake
thor (>= 0.14.0)
diff-lcs (1.6.0)
rack (2.2.10)
rack (2.2.11)
rake (13.2.1)
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand Down
2 changes: 1 addition & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 1.2.3

- update (bundled) rack to 2.2.11
- Corrects Rack 2.x compatibility when used with modern Rails, and requires Rack 2.x going forward
- update (bundled) rack to 2.2.10
- forward ports all 1.1.x fixes to the 1.2.x stream which were omitted in 1.2.2 release (#262)
- fixes regression NoMethodError undefined method get_header (#259)
- correct use of session store with Rails 7.0+ (#244)
Expand Down

0 comments on commit d01f04d

Please sign in to comment.