diff --git a/Gemfile b/Gemfile index cd90d4858..3d5955f70 100644 --- a/Gemfile +++ b/Gemfile @@ -65,7 +65,7 @@ group :mysql, optional: true do gem "mysql2", "0.3.18" end group :postgresql, optional: true do - gem "pg", "0.18.1" + gem "pg", "0.18.2" end gem "activerecord-import", "0.10.0" diff --git a/Gemfile.lock b/Gemfile.lock index 668a7f3b8..fde02bb0b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -480,7 +480,7 @@ GEM orm_adapter (0.5.0) parser (2.2.2.6) ast (>= 1.1, < 3.0) - pg (0.18.1) + pg (0.18.2) phantomjs (1.9.8.0) powerpack (0.1.1) pronto (0.4.2) @@ -828,7 +828,7 @@ DEPENDENCIES omniauth-twitter (= 1.2.0) omniauth-wordpress (= 0.2.2) open_graph_reader (= 0.6.1) - pg (= 0.18.1) + pg (= 0.18.2) pronto (= 0.4.2) pronto-jshint (= 0.4.2) pronto-rubocop (= 0.4.4)