bump pg to 1.2.2

https://github.com/ged/ruby-pg/blob/master/History.rdoc

Change-Id: If93b55c11b52f9920b1b1ad7a14304b3b84fdb16
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/227518
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: James Williams <jamesw@instructure.com>
QA-Review: Simon Williams <simon@instructure.com>
Product-Review: Simon Williams <simon@instructure.com>
This commit is contained in:
Simon Williams 2020-02-21 10:54:59 -06:00
parent 90c2d67f7e
commit 5062d5965d
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', '1.1.4'
gem 'pg', '1.2.2'
end