mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Merge pull request #2865 from TracksApp/dependabot/bundler/pg-1.4.5
Bump pg from 1.4.4 to 1.4.5
This commit is contained in:
commit
10382ea4d6
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -34,7 +34,7 @@ gem 'therubyracer', group: :therubyracer
|
|||
# Use --without <group> argument to skip unnecessary drivers
|
||||
gem 'sqlite3', group: :sqlite
|
||||
gem 'mysql2', '~> 0.5.4', group: :mysql
|
||||
gem 'pg', '~> 1.4.4', group: :postgresql
|
||||
gem 'pg', '~> 1.4.5', group: :postgresql
|
||||
|
||||
group :development do
|
||||
gem 'spring', '~> 4'
|
||||
|
|
|
|||
|
|
@ -178,7 +178,7 @@ GEM
|
|||
parallel (1.22.1)
|
||||
parser (3.1.3.0)
|
||||
ast (~> 2.4.1)
|
||||
pg (1.4.4)
|
||||
pg (1.4.5)
|
||||
puma (6.0.0)
|
||||
nio4r (~> 2.0)
|
||||
racc (1.6.1)
|
||||
|
|
@ -352,7 +352,7 @@ DEPENDENCIES
|
|||
minitest-stub-const
|
||||
mocha
|
||||
mysql2 (~> 0.5.4)
|
||||
pg (~> 1.4.4)
|
||||
pg (~> 1.4.5)
|
||||
puma (~> 6.0)
|
||||
rack-mini-profiler
|
||||
rails (~> 6.0.0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue