soveran / cuba

Rum based microframework for web development.
http://cuba.is
MIT License
1.44k stars 249 forks source link

Make needed rack version flexible #81

Closed omab closed 8 years ago

omab commented 8 years ago

Update rack dependency to follow a more flexible syntax which allows developers to switch to rack 2.0 if needed.

Tests run OK when using rack 2.0.1:

cuba > gem list | grep rack
rack (2.0.1)
cuba > make
cutest ./test/*.rb
..................................................................................................................................................
soveran commented 8 years ago

Excellent! I'll release a new version tomorrow when I'm back home. Thanks a lot!

omab commented 8 years ago

That was quick, thanks!