update pghero to 2.7.0
This commit is contained in:
parent
72e79af5fc
commit
0ee2f2e8b9
2
Gemfile
2
Gemfile
|
@ -12,7 +12,7 @@ gem 'thor', '~> 0.20'
|
|||
gem 'hamlit-rails', '~> 0.2'
|
||||
gem 'pg', '~> 1.2.3'
|
||||
gem 'makara', '~> 0.4'
|
||||
gem 'pghero', '~> 2.4.2'
|
||||
gem 'pghero', '~> 2.7.0'
|
||||
gem 'dotenv-rails', '~> 2.7'
|
||||
|
||||
gem 'aws-sdk-s3', '~> 1.41', require: false
|
||||
|
|
|
@ -401,7 +401,7 @@ GEM
|
|||
equatable (~> 0.5.0)
|
||||
tty-color (~> 0.4.0)
|
||||
pg (1.2.3)
|
||||
pghero (2.4.2)
|
||||
pghero (2.7.0)
|
||||
activerecord (>= 5)
|
||||
pkg-config (1.3.7)
|
||||
premailer (1.11.1)
|
||||
|
@ -722,7 +722,7 @@ DEPENDENCIES
|
|||
paperclip-av-transcoder (~> 0.6)
|
||||
parallel_tests (~> 2.29)
|
||||
pg (~> 1.2.3)
|
||||
pghero (~> 2.4.2)
|
||||
pghero (~> 2.7.0)
|
||||
pkg-config (~> 1.3)
|
||||
posix-spawn!
|
||||
premailer-rails
|
||||
|
|
Loading…
Reference in New Issue