diff --git a/backend/Gemfile b/backend/Gemfile index b09ff02d..5edca507 100644 --- a/backend/Gemfile +++ b/backend/Gemfile @@ -14,7 +14,7 @@ gem "active_model_serializers", "0.9.8" # Use postgresql and mongo as the database for Active Record gem "mongoid", "7.3.3" -gem "pg", "1.2.3" +gem "pg", "1.5.5" # Use Puma as the app server gem "puma", "5.6.8" diff --git a/backend/Gemfile.lock b/backend/Gemfile.lock index b03bfabd..4a027af7 100644 --- a/backend/Gemfile.lock +++ b/backend/Gemfile.lock @@ -294,9 +294,9 @@ GEM parser (3.2.2.4) ast (~> 2.4.1) racc - pg (1.2.3) - pg (1.2.3-x64-mingw32) - pg (1.2.3-x86-mingw32) + pg (1.5.5) + pg (1.5.5-x64-mingw32) + pg (1.5.5-x86-mingw32) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) @@ -519,7 +519,7 @@ DEPENDENCIES nearest_time_zone omniauth (= 1.8.1) omniauth-facebook (= 3.0.0) - pg (= 1.2.3) + pg (= 1.5.5) pry-byebug pry-doc pry-rails