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:
parent
9ccf921345
commit
4a1f558851
1 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue