diff options
author | Bryce Chidester <bryce@cobryce.com> | 2017-04-14 02:15:03 -0700 |
---|---|---|
committer | Eugen <eugen@zeonfederated.com> | 2017-04-14 11:15:03 +0200 |
commit | 067eb220c685b8f4729aff53f1cb5e6f259b21b6 (patch) | |
tree | ad93086419d35947f01effd2f19a01b174496698 /Gemfile | |
parent | 1467515d3da9959f65626b7e6a6d8cb626358bf7 (diff) |
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>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile index a1313f617..3f80e92e1 100644 --- 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' |