From e5df4157786dfa821ccd5cdc92bf96f210bf7434 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Sat, 15 May 2021 19:08:13 +0200 Subject: [PATCH] suite --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 524d01d..a3dc403 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'http://rubygems.org' gem 'rails', '4.2.11.3' -gem 'pg', '~> 0.15.1' +gem 'pg', '~> 0.21.0' gem 'pg_search' gem 'sass-rails', '5.0.3' diff --git a/Gemfile.lock b/Gemfile.lock index f2ae058..a8b913a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -186,7 +186,7 @@ GEM omniauth-oauth2 (1.7.1) oauth2 (~> 1.4) omniauth (>= 1.9, < 3) - pg (0.15.1) + pg (0.21.0) pg_search (2.3.0) activerecord (>= 4.2) activesupport (>= 4.2) @@ -340,7 +340,7 @@ DEPENDENCIES nokogiri ogone-rails omniauth-facebook - pg (~> 0.15.1) + pg (~> 0.21.0) pg_search posix-spawn pygments.rb