Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pg from 1.4.6 to 1.5.0 #1538

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ gem 'premailer-rails', '~> 1.12' # for styling of email
gem 'money', '~> 6.16'

# Database and Events
gem 'pg', '~> 1.4'
gem 'pg', '~> 1.5'

gem 'param_validation', path: 'gems/ruby-param-validation'
gem 'qx', path: 'gems/ruby-qx'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ GEM
parallel (1.22.1)
parser (3.2.2.0)
ast (~> 2.4.1)
pg (1.4.6)
pg (1.5.0)
power_assert (2.0.2)
premailer (1.18.0)
addressable
Expand Down Expand Up @@ -526,7 +526,7 @@ DEPENDENCIES
lograge (~> 0.12.0)
money (~> 6.16)
param_validation!
pg (~> 1.4)
pg (~> 1.5)
premailer-rails (~> 1.12)
puma (~> 5.6)
qx!
Expand Down
72 changes: 0 additions & 72 deletions NOTICE-ruby
Original file line number Diff line number Diff line change
Expand Up @@ -427,78 +427,6 @@ See the License for the specific language governing permissions and
limitations under the License.


------

** pg; version 1.4.6 --
Copyright (c) 1997-2022 Pg
Copyright (c) 2023 gemmaro
Copyright (c) 1997-2019 by the
Copyright (c) 1997-2022 by the
Portions copyright LAIKA, Inc.
Copyright (c) 1993-2013 Yukihiro Matsumoto
Copyright (c) 2003-2022, PostgreSQL Global Development Group
Copyright (c) 2002-2022 Software in the Public Interest, Inc.
Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
Portions Copyright (c) 1994, The Regents of the University of California

Ruby is copyrighted free software by Yukihiro Matsumoto <[email protected]>.
You can redistribute it and/or modify it under either the terms of the
2-clause BSDL (see the file BSDL), or the conditions below:

1. You may make and give away verbatim copies of the source form of the
software without restriction, provided that you duplicate all of the
original copyright notices and associated disclaimers.

2. You may modify your copy of the software in any way, provided that
you do at least ONE of the following:

a) place your modifications in the Public Domain or otherwise
make them Freely Available, such as by posting said
modifications to Usenet or an equivalent medium, or by allowing
the author to include your modifications in the software.

b) use the modified software only within your corporation or
organization.

c) give non-standard binaries non-standard names, with
instructions on where to get the original software distribution.

d) make other distribution arrangements with the author.

3. You may distribute the software in object code or binary form,
provided that you do at least ONE of the following:

a) distribute the binaries and library files of the software,
together with instructions (in the manual page or equivalent)
on where to get the original distribution.

b) accompany the distribution with the machine-readable source of
the software.

c) give non-standard binaries non-standard names, with
instructions on where to get the original software distribution.

d) make other distribution arrangements with the author.

4. You may modify and include the part of the software into any other
software (possibly commercial). But some files in the distribution
are not written by the author, so that they are not under these terms.

For the list of those files and their copying conditions, see the
file LEGAL.

5. The scripts and library files supplied as input to or produced as
output from the software do not automatically fall under the
copyright of the software, but belong to whomever generated them,
and may be sold commercially, and may be aggregated with this
software.

6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE.


------

** unf; version 0.1.4 --
Expand Down