diff --git a/Gemfile b/Gemfile index 60f279cb8..815b4ebf6 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index aafea1131..328b66571 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 @@ -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! diff --git a/NOTICE-ruby b/NOTICE-ruby index c16aa630f..087d8becb 100644 --- a/NOTICE-ruby +++ b/NOTICE-ruby @@ -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 . -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 --