mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Bump pg from 1.5.6 to 1.5.7
Bumps [pg](https://github.com/ged/ruby-pg) from 1.5.6 to 1.5.7. - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md) - [Commits](https://github.com/ged/ruby-pg/compare/v1.5.6...v1.5.7) --- updated-dependencies: - dependency-name: pg dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
5f456d5300
commit
96712ee99c
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -23,7 +23,7 @@ gem 'will_paginate'
|
|||
# Use --without <group> argument to skip unnecessary drivers
|
||||
gem 'sqlite3', '~> 1.4', group: :sqlite
|
||||
gem 'mysql2', '~> 0.5', group: :mysql
|
||||
gem 'pg', '~> 1.1', group: :postgresql
|
||||
gem 'pg', '~> 1.5', group: :postgresql
|
||||
|
||||
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
||||
gem 'mini_racer', group: :therubyracer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue