mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Bump pg from 1.5.9 to 1.6.2
Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.9 to 1.6.2. - [Changelog](https://github.com/ged/ruby-pg/blob/master/CHANGELOG.md) - [Commits](https://github.com/ged/ruby-pg/compare/v1.5.9...v1.6.2) --- updated-dependencies: - dependency-name: pg dependency-version: 1.6.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
4ffdf00dca
commit
767e1f1f1f
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -25,7 +25,7 @@ gem 'rexml'
|
||||||
# Use --without <group> argument to skip unnecessary drivers
|
# Use --without <group> argument to skip unnecessary drivers
|
||||||
gem 'sqlite3', '~> 2.7', group: :sqlite
|
gem 'sqlite3', '~> 2.7', group: :sqlite
|
||||||
gem 'mysql2', '~> 0.5', group: :mysql
|
gem 'mysql2', '~> 0.5', group: :mysql
|
||||||
gem 'pg', '~> 1.5', group: :postgresql
|
gem 'pg', '~> 1.6', group: :postgresql
|
||||||
|
|
||||||
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
||||||
gem 'mini_racer', group: :therubyracer
|
gem 'mini_racer', group: :therubyracer
|
||||||
|
|
|
||||||
|
|
@ -239,7 +239,7 @@ GEM
|
||||||
parser (3.3.8.0)
|
parser (3.3.8.0)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
racc
|
racc
|
||||||
pg (1.5.9)
|
pg (1.6.2)
|
||||||
pp (0.6.2)
|
pp (0.6.2)
|
||||||
prettyprint
|
prettyprint
|
||||||
prettyprint (0.2.0)
|
prettyprint (0.2.0)
|
||||||
|
|
@ -444,7 +444,7 @@ DEPENDENCIES
|
||||||
minitest-stub-const
|
minitest-stub-const
|
||||||
mocha
|
mocha
|
||||||
mysql2 (~> 0.5)
|
mysql2 (~> 0.5)
|
||||||
pg (~> 1.5)
|
pg (~> 1.6)
|
||||||
puma (~> 6.6)
|
puma (~> 6.6)
|
||||||
rack-mini-profiler
|
rack-mini-profiler
|
||||||
rails (~> 7.1)
|
rails (~> 7.1)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue