Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pghero from 2.8.1 to 3.2.0 #1906

Open
wants to merge 1 commit into
base: comm.cx
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'rack', '~> 2.2.3'
gem 'hamlit-rails', '~> 0.2'
gem 'pg', '~> 1.2'
gem 'makara', '~> 0.5'
gem 'pghero', '~> 2.8'
gem 'pghero', '~> 3.2'
gem 'dotenv-rails', '~> 2.7'

gem 'aws-sdk-s3', '~> 1.107', require: false
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ GEM
httplog (1.5.0)
rack (>= 1.0)
rainbow (>= 2.0.0)
i18n (1.8.11)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
i18n-tasks (0.9.35)
activesupport (>= 4.0.2)
Expand Down Expand Up @@ -376,7 +376,7 @@ GEM
mime-types-data (3.2021.1115)
mini_mime (1.1.2)
mini_portile2 (2.6.1)
minitest (5.14.4)
minitest (5.17.0)
msgpack (1.4.2)
multi_json (1.15.0)
multipart-post (2.1.1)
Expand Down Expand Up @@ -418,8 +418,8 @@ GEM
pastel (0.8.0)
tty-color (~> 0.5)
pg (1.2.3)
pghero (2.8.1)
activerecord (>= 5)
pghero (3.2.0)
activerecord (>= 6)
pkg-config (1.4.6)
posix-spawn (0.3.15)
premailer (1.14.2)
Expand Down Expand Up @@ -639,7 +639,7 @@ GEM
twitter-text (3.1.0)
idn-ruby
unf (~> 0.1.0)
tzinfo (2.0.4)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2021.5)
tzinfo (>= 1.0.0)
Expand Down Expand Up @@ -679,7 +679,7 @@ GEM
xorcist (1.1.2)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.5.1)
zeitwerk (2.6.7)

PLATFORMS
ruby
Expand Down Expand Up @@ -757,7 +757,7 @@ DEPENDENCIES
ox (~> 2.14)
parslet
pg (~> 1.2)
pghero (~> 2.8)
pghero (~> 3.2)
pkg-config (~> 1.4)
posix-spawn
premailer-rails
Expand Down