kandanapp / kandan

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

activerecord depends on older versions of tzinfo and arel #314

Closed Flygsand closed 10 years ago

Flygsand commented 10 years ago

activerecord needs older versions of tzinfo and arel, which are locked to newer versions in the master Gemfile. This PR removes these declarations (since the app itself doesn't seem to depend on those gems) and leaves bundler to resolve the dependencies transitively.