1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Add pkg-config gem needed to install nokogiri

This commit is contained in:
Thomas Walpole 2016-10-12 13:43:01 -07:00
parent 9ccf921345
commit 4a1f558851

View file

@ -3,6 +3,7 @@ source "https://rubygems.org"
gem 'bundler', '~> 1.1'
gemspec :path => '..'
gem 'pkg-config' # needed by nokogiri
gem 'xpath', github: 'jnicklas/xpath'
gem 'rack', github: 'rack/rack'
gem 'sinatra', github: 'sinatra/sinatra', branch: 'master'
@ -11,3 +12,4 @@ gem 'rspec-core', github: 'rspec/rspec-core'
gem 'rspec-support', github: 'rspec/rspec-support'
gem 'rspec-mocks', github: 'rspec/rspec-mocks'
gem 'rspec-expectations', github: 'rspec/rspec-expectations'