kandanapp / kandan

Kandan is an Open Source Alternative to HipChat
GNU Affero General Public License v3.0
2.72k stars 408 forks source link

Authoritative Ruby dependency list #389

Open s1kbr0 opened 9 years ago

s1kbr0 commented 9 years ago

What is the authoritative Ruby dependency list for Kandan? I am attempting to formulate a reliable deployment process for SmartOS Base64 14.2.0 which runs on both the Joyent Public Cloud and on Joyent's publicly released open source distribution of illumos, SmartOS.

Also, I would be happy to provide shell access to SmartOS Base64 14.2.0 instance.

Thanks!

scouttyg commented 9 years ago

Our Deploy.md suggests ruby 1.9, but I know it works all the way up to ruby-2.0.0-p451, and I don't see anything that would prevent it from running on ruby 2.1.

miurahr commented 9 years ago

Because Travis-CI test running on ruby 2.0, we may be able to update DEPLOY.md to point ruby 2.0. And ruby 1.9.3 is EOL now. It is preventing ruby 2.1+ support to debugger dependency. Gemfile.lock stick on debugger but it should be byebug .