]> cat aescling's git repositories - mastodon.git/commitdiff
Bump pg from 1.2.3 to 1.3.0 (#17349)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 27 Jan 2022 11:26:40 +0000 (20:26 +0900)
committerGitHub <noreply@github.com>
Thu, 27 Jan 2022 11:26:40 +0000 (20:26 +0900)
Bumps [pg](https://github.com/ged/ruby-pg) from 1.2.3 to 1.3.0.
- [Release notes](https://github.com/ged/ruby-pg/releases)
- [Changelog](https://github.com/ged/ruby-pg/blob/master/History.rdoc)
- [Commits](https://github.com/ged/ruby-pg/compare/v1.2.3...v1.3.0)

---
updated-dependencies:
- dependency-name: pg
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index 542af123e16a603edbe1076372f76f05e33520a5..afed1ac94b5627b010617982589fad68744b8d46 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -13,7 +13,7 @@ gem 'thor', '~> 1.2'
 gem 'rack', '~> 2.2.3'
 
 gem 'hamlit-rails', '~> 0.2'
-gem 'pg', '~> 1.2'
+gem 'pg', '~> 1.3'
 gem 'makara', '~> 0.5'
 gem 'pghero', '~> 2.8'
 gem 'dotenv-rails', '~> 2.7'
index ba8dbc3afe6738019b9947c4f1767712948df449..dc5b339648957c718b1c5cdaf5ccf15e74102184 100644 (file)
@@ -415,7 +415,7 @@ GEM
     parslet (2.0.0)
     pastel (0.8.0)
       tty-color (~> 0.5)
-    pg (1.2.3)
+    pg (1.3.0)
     pghero (2.8.2)
       activerecord (>= 5)
     pkg-config (1.4.7)
@@ -749,7 +749,7 @@ DEPENDENCIES
   omniauth-saml (~> 1.10)
   ox (~> 2.14)
   parslet
-  pg (~> 1.2)
+  pg (~> 1.3)
   pghero (~> 2.8)
   pkg-config (~> 1.4)
   posix-spawn