diff --git a/Gemfile b/Gemfile index 536f6302..7cf39ef2 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem 'therubyracer', group: :therubyracer # Use --without argument to skip unnecessary drivers gem 'sqlite3', group: :sqlite gem 'mysql2', '~> 0.5.3', group: :mysql -gem 'pg', '~> 1.3.1', group: :postgresql +gem 'pg', '~> 1.3.2', group: :postgresql group :development do gem 'spring' diff --git a/Gemfile.lock b/Gemfile.lock index cf0a1cf8..74151955 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -168,7 +168,7 @@ GEM parallel (1.21.0) parser (3.1.0.0) ast (~> 2.4.1) - pg (1.3.1) + pg (1.3.2) puma (5.6.2) nio4r (~> 2.0) racc (1.6.0) @@ -339,7 +339,7 @@ DEPENDENCIES minitest-stub-const mocha mysql2 (~> 0.5.3) - pg (~> 1.3.1) + pg (~> 1.3.2) puma (~> 5.6) rack-mini-profiler rails (~> 6.0.4)