mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-09 17:15:18 +00:00
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>
This commit is contained in:
parent
1467515d3d
commit
067eb220c6
2
Gemfile
2
Gemfile
|
@ -3,6 +3,8 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
ruby '2.4.1'
|
ruby '2.4.1'
|
||||||
|
|
||||||
|
gem 'pkg-config'
|
||||||
|
|
||||||
gem 'rails', '~> 5.0.2'
|
gem 'rails', '~> 5.0.2'
|
||||||
gem 'sass-rails', '~> 5.0'
|
gem 'sass-rails', '~> 5.0'
|
||||||
gem 'uglifier', '>= 1.3.0'
|
gem 'uglifier', '>= 1.3.0'
|
||||||
|
|
|
@ -266,6 +266,7 @@ GEM
|
||||||
pg (0.20.0)
|
pg (0.20.0)
|
||||||
pghero (1.6.4)
|
pghero (1.6.4)
|
||||||
activerecord
|
activerecord
|
||||||
|
pkg-config (1.1.7)
|
||||||
powerpack (0.1.1)
|
powerpack (0.1.1)
|
||||||
pry (0.10.4)
|
pry (0.10.4)
|
||||||
coderay (~> 1.1.0)
|
coderay (~> 1.1.0)
|
||||||
|
@ -496,6 +497,7 @@ DEPENDENCIES
|
||||||
paperclip-av-transcoder
|
paperclip-av-transcoder
|
||||||
pg
|
pg
|
||||||
pghero
|
pghero
|
||||||
|
pkg-config
|
||||||
pry-rails
|
pry-rails
|
||||||
puma
|
puma
|
||||||
rabl
|
rabl
|
||||||
|
|
Loading…
Reference in a new issue