浏览代码

Bump pg from 1.0.0 to 1.1.3 (#8856)

Bumps [pg](https://bitbucket.org/ged/ruby-pg) from 1.0.0 to 1.1.3.
- [Changelog](https://bitbucket.org/ged/ruby-pg/src/master/History.rdoc)
- [Commits](https://bitbucket.org/ged/ruby-pg/branches/compare/v1.1.3..v1.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
master
dependabot[bot] 5 年前
committed by Eugen Rochko
父节点
当前提交
730f196b96
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. +1
    -1
      Gemfile
  2. +2
    -2
      Gemfile.lock

+ 1
- 1
Gemfile 查看文件

@@ -10,7 +10,7 @@ gem 'rails', '~> 5.2.1'
gem 'thor', '~> 0.20'

gem 'hamlit-rails', '~> 0.2'
gem 'pg', '~> 1.0'
gem 'pg', '~> 1.1'
gem 'makara', '~> 0.4'
gem 'pghero', '~> 2.2'
gem 'dotenv-rails', '~> 2.2', '< 2.3'


+ 2
- 2
Gemfile.lock 查看文件

@@ -394,7 +394,7 @@ GEM
pastel (0.7.2)
equatable (~> 0.5.0)
tty-color (~> 0.4.0)
pg (1.0.0)
pg (1.1.3)
pghero (2.2.0)
activerecord
pkg-config (1.3.1)
@@ -719,7 +719,7 @@ DEPENDENCIES
paperclip (~> 6.0)
paperclip-av-transcoder (~> 0.6)
parallel_tests (~> 2.21)
pg (~> 1.0)
pg (~> 1.1)
pghero (~> 2.2)
pkg-config (~> 1.3)
posix-spawn!


正在加载...
取消
保存