Skip to content

Commit 09ca359

Browse files
Bump pghero from 2.8.1 to 3.1.0
Bumps [pghero](https://github.com/ankane/pghero) from 2.8.1 to 3.1.0. - [Release notes](https://github.com/ankane/pghero/releases) - [Changelog](https://github.com/ankane/pghero/blob/master/CHANGELOG.md) - [Commits](ankane/pghero@v2.8.1...v3.1.0) --- updated-dependencies: - dependency-name: pghero dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5f1d9bd commit 09ca359

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gem 'rack', '~> 2.2.3'
1414
gem 'hamlit-rails', '~> 0.2'
1515
gem 'pg', '~> 1.2'
1616
gem 'makara', '~> 0.5'
17-
gem 'pghero', '~> 2.8'
17+
gem 'pghero', '~> 3.1'
1818
gem 'dotenv-rails', '~> 2.7'
1919

2020
gem 'aws-sdk-s3', '~> 1.102', require: false

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ GEM
289289
httplog (1.5.0)
290290
rack (>= 1.0)
291291
rainbow (>= 2.0.0)
292-
i18n (1.8.10)
292+
i18n (1.12.0)
293293
concurrent-ruby (~> 1.0)
294294
i18n-tasks (0.9.34)
295295
activesupport (>= 4.0.2)
@@ -375,7 +375,7 @@ GEM
375375
rake
376376
mini_mime (1.1.1)
377377
mini_portile2 (2.8.0)
378-
minitest (5.14.4)
378+
minitest (5.17.0)
379379
msgpack (1.4.2)
380380
multi_json (1.15.0)
381381
multipart-post (2.1.1)
@@ -435,8 +435,8 @@ GEM
435435
pastel (0.8.0)
436436
tty-color (~> 0.5)
437437
pg (1.2.3)
438-
pghero (2.8.1)
439-
activerecord (>= 5)
438+
pghero (3.1.0)
439+
activerecord (>= 6)
440440
pkg-config (1.4.6)
441441
posix-spawn (0.3.15)
442442
premailer (1.14.2)
@@ -664,7 +664,7 @@ GEM
664664
twitter-text (3.1.0)
665665
idn-ruby
666666
unf (~> 0.1.0)
667-
tzinfo (2.0.4)
667+
tzinfo (2.0.5)
668668
concurrent-ruby (~> 1.0)
669669
tzinfo-data (1.2021.1)
670670
tzinfo (>= 1.0.0)
@@ -713,7 +713,7 @@ GEM
713713
xorcist (1.1.2)
714714
xpath (3.2.0)
715715
nokogiri (~> 1.8)
716-
zeitwerk (2.4.2)
716+
zeitwerk (2.6.6)
717717

718718
PLATFORMS
719719
ruby
@@ -797,7 +797,7 @@ DEPENDENCIES
797797
parallel_tests (~> 3.7)
798798
parslet
799799
pg (~> 1.2)
800-
pghero (~> 2.8)
800+
pghero (~> 3.1)
801801
pkg-config (~> 1.4)
802802
posix-spawn
803803
premailer-rails

0 commit comments

Comments
 (0)