diff --git a/Gemfile.lock b/Gemfile.lock index 4f05e9b77..b7ea1dc7f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -102,7 +102,7 @@ GEM newrelic_rpm (3.4.1) nokogiri (1.5.5) ntlm-http (0.1.1) - pg (0.14.0) + pg (0.12.2) polyamorous (0.5.0) activerecord (~> 3.0) polyglot (0.3.3) @@ -197,7 +197,7 @@ DEPENDENCIES mocha newrelic_rpm nokogiri - pg + pg (= 0.12.2) pry rails (= 3.2.3) rmagick diff --git a/app/helpers/pagination_helper.rb b/app/helpers/pagination_helper.rb index 8a6541462..19be63193 100644 --- a/app/helpers/pagination_helper.rb +++ b/app/helpers/pagination_helper.rb @@ -25,6 +25,11 @@ module PaginationHelper html = '
" html.html_safe end