From 526f44a138716b9cbb8f3978a1be99d2019cce09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 05:58:15 +0000 Subject: [PATCH] Bump the rails_default group across 1 directory with 3 updates Bumps the rails_default group with 3 updates in the / directory: [pg](https://github.com/ged/ruby-pg), [jsbundling-rails](https://github.com/rails/jsbundling-rails) and [pagy](https://github.com/ddnexus/pagy). Updates `pg` from 1.5.6 to 1.5.7 - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.md) - [Commits](https://github.com/ged/ruby-pg/compare/v1.5.6...v1.5.7) Updates `jsbundling-rails` from 1.3.0 to 1.3.1 - [Release notes](https://github.com/rails/jsbundling-rails/releases) - [Commits](https://github.com/rails/jsbundling-rails/compare/v1.3.0...v1.3.1) Updates `pagy` from 9.0.2 to 9.0.4 - [Release notes](https://github.com/ddnexus/pagy/releases) - [Changelog](https://github.com/ddnexus/pagy/blob/master/CHANGELOG.md) - [Commits](https://github.com/ddnexus/pagy/compare/9.0.2...9.0.4) --- updated-dependencies: - dependency-name: pg dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rails_default - dependency-name: jsbundling-rails dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rails_default - dependency-name: pagy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rails_default ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index a9fc1f5..86ef5d2 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem "rails", "~> 7.1.3.4" gem "sprockets-rails" # Use postgresql as the database for Active Record -gem "pg", "~> 1.1" +gem "pg", "~> 1.5" # Use the Puma web server [https://github.com/puma/puma] gem "puma", ">= 5.0" diff --git a/Gemfile.lock b/Gemfile.lock index 0579d16..49dec84 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -170,7 +170,7 @@ GEM jbuilder (2.12.0) actionview (>= 5.0.0) activesupport (>= 5.0.0) - jsbundling-rails (1.3.0) + jsbundling-rails (1.3.1) railties (>= 6.0.0) json (2.7.2) kramdown (2.4.0) @@ -221,12 +221,12 @@ GEM nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) orm_adapter (0.5.0) - pagy (9.0.2) + pagy (9.0.4) parallel (1.25.1) parser (3.3.4.0) ast (~> 2.4.1) racc - pg (1.5.6) + pg (1.5.7) prettier_print (1.2.1) psych (5.1.2) stringio @@ -432,7 +432,7 @@ GEM xpath (3.2.0) nokogiri (~> 1.8) yard (0.9.36) - zeitwerk (2.6.16) + zeitwerk (2.6.17) PLATFORMS aarch64-linux @@ -467,7 +467,7 @@ DEPENDENCIES jsbundling-rails local_time pagy - pg (~> 1.1) + pg (~> 1.5) puma (>= 5.0) rails (~> 7.1.3.4) redis (>= 4.0.1)