]> cat aescling's git repositories - mastodon.git/commitdiff
Bump pghero from 2.2.1 to 2.3.0 (#11615)
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Mon, 19 Aug 2019 13:37:22 +0000 (22:37 +0900)
committerYamagishi Kazutoshi <ykzts@desire.sh>
Mon, 19 Aug 2019 13:37:22 +0000 (22:37 +0900)
Bumps [pghero](https://github.com/ankane/pghero) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/ankane/pghero/releases)
- [Changelog](https://github.com/ankane/pghero/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ankane/pghero/compare/v2.2.1...v2.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index 7946ff4989bcaaa18c0e9e209f6ada440a1c3043..54e18ff70e0270c1ac34f223e64ee65c9daa3368 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -12,7 +12,7 @@ gem 'thor', '~> 0.20'
 gem 'hamlit-rails', '~> 0.2'
 gem 'pg', '~> 1.1'
 gem 'makara', '~> 0.4'
-gem 'pghero', '~> 2.2'
+gem 'pghero', '~> 2.3'
 gem 'dotenv-rails', '~> 2.7'
 
 gem 'aws-sdk-s3', '~> 1.46', require: false
index 65d0d0f3985eff37586b12f3c8bf25494bfdb637..405f296545cf04a7d8d972824d4b8ce078e15599 100644 (file)
@@ -421,8 +421,8 @@ GEM
       equatable (~> 0.5.0)
       tty-color (~> 0.4.0)
     pg (1.1.4)
-    pghero (2.2.1)
-      activerecord
+    pghero (2.3.0)
+      activerecord (>= 5)
     pkg-config (1.3.7)
     premailer (1.11.1)
       addressable
@@ -739,7 +739,7 @@ DEPENDENCIES
   parallel_tests (~> 2.29)
   parslet
   pg (~> 1.1)
-  pghero (~> 2.2)
+  pghero (~> 2.3)
   pkg-config (~> 1.3)
   posix-spawn!
   premailer-rails