Diego81 / omnicontacts

A generalized Rack middleware for importing contacts from major email providers.
477 stars 230 forks source link

Fix rack version checking for Rack 2 #160

Closed zillou closed 7 years ago

zillou commented 8 years ago

As rack 2 released, need to check the major to make sure rack release is under 1.4.x

joshtobin commented 8 years ago

@Diego81 This solves my issue #163 Please review as soon as possible. Thanks

katiemccann commented 7 years ago

@joshtobin I believe this issue was solved by PR #164 which I just merged in. Please confirm before I close this.

zillou commented 7 years ago

@katiemccann I think your fix does the same thing, I'll close my PR.