Skip to content

Commit

Permalink
Bump pg from 0.21.0 to 1.2.3
Browse files Browse the repository at this point in the history
Bumps [pg](https://github.com/ged/ruby-pg) from 0.21.0 to 1.2.3.
- [Release notes](https://github.com/ged/ruby-pg/releases)
- [Changelog](https://github.com/ged/ruby-pg/blob/master/History.rdoc)
- [Commits](ged/ruby-pg@v0.21.0...v1.2.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Apr 23, 2020
1 parent c8686df commit b0fde3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ gem "omniauth-google-oauth2", "~> 0.4.0"
gem "omniauth-twitter", "~> 1.4.0"
gem "paperclip", "~> 5.2.1"
gem "paranoia", "~> 2.4.1"
gem "pg", "~> 0.21.0"
gem "pg", "~> 1.2.3"
gem "pg_search", "~> 2.0.1"
gem "recaptcha", "~> 4.14"
gem "recipient_interceptor", "~> 0.2.0"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ GEM
activerecord (>= 4.0, < 5.3)
parser (2.5.1.2)
ast (~> 2.4.0)
pg (0.21.0)
pg (1.2.3)
pg_search (2.0.1)
activerecord (>= 4.2)
activesupport (>= 4.2)
Expand Down Expand Up @@ -524,8 +524,8 @@ GEM
wicked_pdf (1.1.0)
wkhtmltopdf-binary (0.12.4)
xpath (3.0.0)
nokogiri (~> 1.8)
activesupport
nokogiri (~> 1.8)

PLATFORMS
ruby
Expand Down Expand Up @@ -586,7 +586,7 @@ DEPENDENCIES
omniauth-twitter (~> 1.4.0)
paperclip (~> 5.2.1)
paranoia (~> 2.4.1)
pg (~> 0.21.0)
pg (~> 1.2.3)
pg_search (~> 2.0.1)
puma (~> 3.12.1)
rails (= 5.0.7.2)
Expand Down

0 comments on commit b0fde3d

Please sign in to comment.