Ramaze / innate

The core of Ramaze
http://ramaze.net
Other
31 stars 10 forks source link

Rack version #10

Open ivanetchart opened 9 years ago

ivanetchart commented 9 years ago

When you try to use Innate with the last version of rails it produces a dependency problem with Rack version.

Currently Innate requires rack 1.5.2, and the actionpack (4.2.3) one of the rails dependencies need rack > 1.6.

Could that version be changed without much problem?

u89012 commented 4 years ago

I started prototyping (and have developed a largish application) and have just now discovered this old dependency! Can someone share some insight whether it would be possible to tweak this to use recent version of rack or would it require extensive work?