bump pg gem

Change-Id: I0a70c845c7cdaa8ba9b2163eff7c2880dbccf6c9
Reviewed-on: https://gerrit.instructure.com/119285
Reviewed-by: Simon Williams <simon@instructure.com>
Tested-by: Jenkins
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
This commit is contained in:
Cody Cutrer 2017-07-17 11:46:46 -06:00
parent 6fda6936e7
commit 62e2e1dea0
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@
# with this program. If not, see <http://www.gnu.org/licenses/>.
group :postgres do
gem 'pg', '0.19.0'
gem 'pg', '0.21.0'
end