diff --git a/Gemfile b/Gemfile index b747855..6646c10 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby '2.3.3' gem 'rails', '~> 5.1', '>= 5.1.4' # Use sqlite3 as the database for Active Record gem 'sqlite3', group: :development -gem 'pg', '= 0.19.0', group: :production +gem 'pg', '1.2.3', group: :production # Use Puma as the app server gem 'puma', '~> 3.0' # Use SCSS for stylesheets diff --git a/Gemfile.lock b/Gemfile.lock index 8fc0de8..f3c79ef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -126,9 +126,9 @@ GEM mini_portile2 (~> 2.3.0) orm_adapter (0.5.0) pdf-core (0.7.0) - pg (0.19.0) - pg (0.19.0-x64-mingw32) - pg (0.19.0-x86-mingw32) + pg (1.2.3) + pg (1.2.3-x64-mingw32) + pg (1.2.3-x86-mingw32) prawn (2.2.2) pdf-core (~> 0.7.0) ttfunk (~> 1.5) @@ -281,7 +281,7 @@ DEPENDENCIES listen (~> 3.1.5) mini_magick newrelic_rpm - pg (= 0.19.0) + pg (= 1.2.3) prawn prawn-table puma (~> 3.0)