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 <bryce@cobryce.com>
... | ... | @@ -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' | ||
... | ... |
Please register or sign in to comment