diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-05-25 21:56:04 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-25 21:56:04 +0900 |
commit | 9dc05d7c61cd4e23de619db887b58c1b7914207b (patch) | |
tree | d701eb69116a41e80ff02bc9cb9d799436e5eee7 /Gemfile | |
parent | 10fc12a7b05e988661d5bb82abf31e0ea8612881 (diff) |
Bump pghero from 2.4.2 to 2.5.0 (#13848)
Bumps [pghero](https://github.com/ankane/pghero) from 2.4.2 to 2.5.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.4.2...v2.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index 0dfa3a588..f2182ebcc 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem 'e2mmap', '~> 0.1.0' gem 'hamlit-rails', '~> 0.2' gem 'pg', '~> 1.2' gem 'makara', '~> 0.4' -gem 'pghero', '~> 2.4' +gem 'pghero', '~> 2.5' gem 'dotenv-rails', '~> 2.7' gem 'aws-sdk-s3', '~> 1.64', require: false |