Bump pg from 1.0.0 to 1.1.4 (#1556)
Bumps [pg](https://bitbucket.org/ged/ruby-pg) from 1.0.0 to 1.1.4. - [Changelog](https://bitbucket.org/ged/ruby-pg/src/default/History.rdoc) - [Commits](https://bitbucket.org/ged/ruby-pg/branches/compare/v1.1.4..v1.0.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
parent
7f7a35048a
commit
a3c6240231
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -62,7 +62,7 @@ gem "octokit", "~> 4.13"
|
|||
gem "omniauth", "~> 1.9"
|
||||
gem "omniauth-github", "~> 1.3"
|
||||
gem "omniauth-twitter", "~> 1.4"
|
||||
gem "pg", "~> 1.0"
|
||||
gem "pg", "~> 1.1"
|
||||
gem "pry", "~> 0.12"
|
||||
gem "pry-rails", "~> 0.3"
|
||||
gem "puma", "~> 3.12"
|
||||
|
|
|
|||
|
|
@ -622,7 +622,7 @@ GEM
|
|||
parallel
|
||||
parser (2.5.3.0)
|
||||
ast (~> 2.4.0)
|
||||
pg (1.0.0)
|
||||
pg (1.1.4)
|
||||
powerpack (0.1.2)
|
||||
pry (0.12.2)
|
||||
coderay (~> 1.1.0)
|
||||
|
|
@ -989,7 +989,7 @@ DEPENDENCIES
|
|||
omniauth-github (~> 1.3)
|
||||
omniauth-twitter (~> 1.4)
|
||||
parallel_tests (~> 2.27)
|
||||
pg (~> 1.0)
|
||||
pg (~> 1.1)
|
||||
pry (~> 0.12)
|
||||
pry-byebug (~> 3.6)
|
||||
pry-rails (~> 0.3)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue