mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Merge pull request #2966 from TracksApp/dependabot/bundler/pg-1.5.4
Bump pg from 1.5.3 to 1.5.4
This commit is contained in:
commit
bb9baae664
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.5', group: :mysql
|
||||
gem 'pg', '~> 1.5.3', group: :postgresql
|
||||
gem 'pg', '~> 1.5.4', group: :postgresql
|
||||
|
||||
group :development do
|
||||
gem 'spring', '~> 4'
|
||||
|
|
|
@ -194,7 +194,7 @@ GEM
|
|||
parser (3.2.2.4)
|
||||
ast (~> 2.4.1)
|
||||
racc
|
||||
pg (1.5.3)
|
||||
pg (1.5.4)
|
||||
puma (6.3.1)
|
||||
nio4r (~> 2.0)
|
||||
racc (1.7.1)
|
||||
|
@ -374,7 +374,7 @@ DEPENDENCIES
|
|||
minitest-stub-const
|
||||
mocha
|
||||
mysql2 (~> 0.5.5)
|
||||
pg (~> 1.5.3)
|
||||
pg (~> 1.5.4)
|
||||
puma (~> 6.3)
|
||||
rack-mini-profiler
|
||||
rails (~> 6.0.0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue