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)