Skip to content

Commit

Permalink
Merge pull request #157 from internetee/renovate/pg-1.x
Browse files Browse the repository at this point in the history
Update dependency pg to '~> 1.5.0'
  • Loading branch information
OlegPhenomenon authored Jan 15, 2025
2 parents eb218b2 + 95699db commit 7bb322c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 223 deletions.
136 changes: 0 additions & 136 deletions .github/workflows/build_deploy_staging.yml

This file was deleted.

84 changes: 0 additions & 84 deletions .github/workflows/remove_st_after_pr.yml

This file was deleted.

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.4.0'
gem 'pg', '~> 1.5.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.4.0)
pg (1.5.9)
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.4.0)
pg (~> 1.5.0)
pry (~> 0.14.1)
rubocop
simplecov (= 0.17.1)
Expand Down

0 comments on commit 7bb322c

Please sign in to comment.