codefordurham / adopt-a-drain

A website that allows citizens to "adopt" a storm drain in Durham, NC
https://adoptadraindurham-staging.herokuapp.com/
BSD 3-Clause "New" or "Revised" License
10 stars 6 forks source link

Lock down Gemfile dependencies #83

Open dsummersl opened 6 years ago

dsummersl commented 6 years ago

We ran into a problem where the pg dependency was upgraded to 1.0.0 (which is incompatible with rails). Lock down the versions we use so that we don't run into this kind of problem again.