Closed javierjulio closed 8 years ago
After discussing with one of my coworkers he asked why rack is even used? I searched for it and while its defined as a dependency it doesn't seem to be used in code anywhere. Is it used for something important? Could the dependency possibly be removed?
This library was tied to the rails library at one point, possibly this dependency is just left over.
On Mon, Aug 1, 2016 at 4:07 PM, Javier Julio notifications@github.com wrote:
After discussing with one of my coworkers he asked why rack is even used? I searched for it and while its defined as a dependency it doesn't seem to be used in code anywhere. Is it used for something important? Could the dependency possibly be removed?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bitpay/ruby-client/pull/51#issuecomment-236691996, or mute the thread https://github.com/notifications/unsubscribe-auth/AAIQybMM36aK5gvN57_IjhgojYvvH4uVks5qblISgaJpZM4JZw_g .
J. Paul Daigle
This is resolved by my other PR #53 that's already been merged.
Rails 5 now requires Rack 2 which in turn requires Ruby 2.2.2 and up. This update still allows Rack 1 on older Ruby versions that aren't compatible with Rack 2 but then support upgrading.