Skip to content

Commit

Permalink
Update dependency pg to ~> 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 22, 2022
1 parent cb29971 commit fa1aeb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem 'simpleidn', '~> 0.2.1' # For punycode

# database
gem 'activerecord', '~> 7.0'
gem 'pg', '~> 1.3.0'
gem 'pg', '~> 1.4.0'
gem 'daemons', '~> 1.4.1'
gem 'dotenv'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ GEM
parallel (1.20.1)
parser (3.0.2.0)
ast (~> 2.4.1)
pg (1.3.0)
pg (1.4.0)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -74,7 +74,7 @@ DEPENDENCIES
eventmachine (~> 1.2.7)
mina (~> 1.2.4)
minitest
pg (~> 1.3.0)
pg (~> 1.4.0)
pry (~> 0.14.1)
rubocop
simplecov (= 0.17.1)
Expand Down

0 comments on commit fa1aeb7

Please sign in to comment.