We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abd0cdb commit c35ce22Copy full SHA for c35ce22
Gemfile
@@ -85,7 +85,7 @@ gem "http"
85
86
# Database
87
88
-gem "pg", "~> 1.3.3"
+gem "pg", "~> 1.3.4"
89
90
gem "meta-tags"
91
Gemfile.lock
@@ -389,8 +389,8 @@ GEM
389
parallel (1.21.0)
390
parser (3.1.1.0)
391
ast (~> 2.4.1)
392
- pg (1.3.3)
393
- pg (1.3.3-x64-mingw32)
+ pg (1.3.4)
+ pg (1.3.4-x64-mingw32)
394
pg_search (2.3.6)
395
activerecord (>= 5.2)
396
activesupport (>= 5.2)
@@ -713,7 +713,7 @@ DEPENDENCIES
713
omniauth-github
714
omniauth-google-oauth2
715
omniauth-microsoft-office365
716
- pg (~> 1.3.3)
+ pg (~> 1.3.4)
717
pg_search
718
premailer-rails (~> 1.11, >= 1.11.1)
719
pry-rails
0 commit comments