Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Welcome to Depfu 👋
This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.
After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.
Let us know if you have any questions. Thanks so much for giving Depfu a try!
We've upgraded a dependency and all tests pass. \o/
You should probably take a good look at this before merging this pull request, of course.
What changed?
✳️ pg ( → 1.0.0) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 53 commits:
Added signature for changeset fef434914848
Bump major version and update History
Remove deprecated constants in preparation for 1.0 release.
Replace old expired gem-signing key with my current one
Remove rbx-3 from travis-ci, because we don't aim to support it any longer
Remove partial compatibility with Rubinius and MRI < 2.0
Change PGconn -> PG::Connection in result_spec.rb
Fix build on Windows with PostgreSQL < 10
Remove compatibility code for Ruby < 1.9.3
Remove support for PostgreSQL versions prior 9.2
Implement wrapper for PQencryptPasswordConn()
set_client_encoding: Use error message provided by libpq
Merge branch 'master' of github.com:ged/ruby-pg
Add ruby-2.5 to Windows binary gems
Update History.md
Support ruby-2.5 by Windows binary gems
Update gemspec due to added/removed files
Appveyor: Add ruby-head to test matrix
Fix failing PostgreSQL install on travis-ci
Better documentation to coder param of copy related methods
Fix typos in documentation: form -> from
Merge pull request #18 from junaruga/feature/specify-test-directory
Specify test directory by environment variable.
Merged in junaruga/ruby-pg/feature/travis-improve-layout (pull request #26)
Update cross build dependencies to PostgreSQL-10.1 and OpenSSL-1.1.0g
Update error codes per 'rake update_error_codes'
Remove superfluous cross ruby version statements
Merged in junaruga/ruby-pg/feature/add-ruby-2.5 (pull request #25)
Add Ruby 2.5, and add ruby-head as allow_failure.
Reword error text for PQsetClientEncoding()
MINGW: Workaround segfault due to gcc linker error
Avvpeyor: Re-add mercurial to PATH to fix bitbucket build
Appveyor: Fix Tests
Adjust tests for PostgreSQL-10
Update travis ruby and PostgreSQL versions
Update Appveyor ruby versions and fix tests for ruby-2.4
Link OpenSSL-1.1.0 libs static into Windows binary gems, as it was with OpenSSL-1.0.2
Update ruby and PostgreSQL versions on appveyor.
Update History.rdoc regarding #256 [ci skip]
Merge branch 'jjoos-master'
Merge branch 'master' of git://github.com/jjoos/ruby-pg into jjoos-master
Merge branch 'alyssais-patch-1'
Merge branch 'patch-1' of git://github.com/alyssais/ruby-pg into alyssais-patch-1
Merge branch 'YuiOmata-update_require_ruby_bertion'
Merge branch 'update_require_ruby_bertion' of git://github.com/YuiOmata/ruby-pg into YuiOmata-update_require_ruby_bertion
Check if the argument for #Connection is an URI
Add PostgreSQL version information to conditional functions of PG::Result
Add PostgreSQL version information to conditional functions
merge from git
Disable ChangeLog build task of hoe-mercurial in favour of our own.
Update Windows build dependencies to OpenSSL-1.1.0f and PostgreSQL-9.6.3
Add a way to disable the deprecation warning.
Added tag v0.21.0 for changeset deae742eacfa
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.