kandanapp / kandan

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

Rails 3.2.21 #407

Closed bodrovis closed 9 years ago

bodrovis commented 9 years ago

This version of Rails introduces some security fixes.

scouttyg commented 9 years ago

:+1: Very much needed, let me just check into those Travis CI build issues and I'll pull this in.

scouttyg commented 9 years ago

Actually I would make one change to this -- maybe do something like

  gem 'rails', '~> 3.2.19'

Just so it always gets the latest minor version of rails, so we most likely will not have to change this again (until we move to something like Rails 4)

bodrovis commented 9 years ago

@scouttyg Well, of course I can do that however Rails version change is pretty big deal (probably not when taking into account minor versions though) so maybe it would be better to firstly check what has changed and after that bump the version manually... Not sure :)

bodrovis commented 9 years ago

It appears that 3.2.21 is out. Also updated only the necessary gems.

scouttyg commented 9 years ago

:+1: