Skip to content

Commit

Permalink
Merge pull request #2923 from TracksApp/dependabot/bundler/pg-1.5.3
Browse files Browse the repository at this point in the history
Bump pg from 1.4.6 to 1.5.3
  • Loading branch information
ZeiP authored May 4, 2023
2 parents 67f07ec + e088e63 commit d2cfb7e
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 @@ -34,7 +34,7 @@ gem 'therubyracer', group: :therubyracer
# Use --without <group> argument to skip unnecessary drivers
gem 'sqlite3', group: :sqlite
gem 'mysql2', '~> 0.5.5', group: :mysql
gem 'pg', '~> 1.4.6', group: :postgresql
gem 'pg', '~> 1.5.3', group: :postgresql

group :development do
gem 'spring', '~> 4'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ GEM
parallel (1.22.1)
parser (3.2.2.0)
ast (~> 2.4.1)
pg (1.4.6)
pg (1.5.3)
puma (6.2.2)
nio4r (~> 2.0)
racc (1.6.2)
Expand Down Expand Up @@ -367,7 +367,7 @@ DEPENDENCIES
minitest-stub-const
mocha
mysql2 (~> 0.5.5)
pg (~> 1.4.6)
pg (~> 1.5.3)
puma (~> 6.2)
rack-mini-profiler
rails (~> 6.0.0)
Expand Down

0 comments on commit d2cfb7e

Please sign in to comment.