]> cat aescling's git repositories - mastodon.git/commitdiff
Include pkg-config as a gem dependency. (#1717)
authorBryce Chidester <bryce@cobryce.com>
Fri, 14 Apr 2017 09:15:03 +0000 (02:15 -0700)
committerEugen <eugen@zeonfederated.com>
Fri, 14 Apr 2017 09:15:03 +0000 (11:15 +0200)
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 <bryce@cobryce.com>
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index a1313f6170763ea20c7b9b870e4d6ff960f75b20..3f80e92e10e350dd1a6f826850a023e6f5038e84 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -3,6 +3,8 @@
 source 'https://rubygems.org'
 ruby '2.4.1'
 
+gem 'pkg-config'
+
 gem 'rails', '~> 5.0.2'
 gem 'sass-rails', '~> 5.0'
 gem 'uglifier', '>= 1.3.0'
index c7ea894dcce12104fc0a4b9a72eaacff8be75e5c..2618f47f2fd23ca58f9969369df5bfe2db9e859e 100644 (file)
@@ -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