From 067eb220c685b8f4729aff53f1cb5e6f259b21b6 Mon Sep 17 00:00:00 2001 From: Bryce Chidester Date: Fri, 14 Apr 2017 02:15:03 -0700 Subject: Include pkg-config as a gem dependency. (#1717) The pkg-config gem was necessary in order for nokogiri to find the system libraries when building on OpenBSD. Closes #1637 Signed-off-by: Bryce Chidester --- Gemfile.lock | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index c7ea894dc..2618f47f2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -266,6 +266,7 @@ GEM pg (0.20.0) pghero (1.6.4) activerecord + pkg-config (1.1.7) powerpack (0.1.1) pry (0.10.4) coderay (~> 1.1.0) @@ -496,6 +497,7 @@ DEPENDENCIES paperclip-av-transcoder pg pghero + pkg-config pry-rails puma rabl -- cgit