Skip to content

Commit

Permalink
State Ruby 1.9 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksieger committed Mar 16, 2012
1 parent c8f647f commit 0e11517
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -13,6 +13,11 @@ allow decomposing the request pipeline into a flat sequence of
function applications over a request and a response, these kinds of
cheeky gyrations may be necessary.

## Requirements

Because Rack::Chain relies on fibers for its operation, Ruby 1.9 is
required.

## Usage

To use Rack::Chain with existing Rack applications, place the
Expand Down

0 comments on commit 0e11517

Please sign in to comment.