teamcapybara--capybara/gemfiles/Gemfile.gumbo

7 lines
152 B
Plaintext
Raw Normal View History

source 'https://rubygems.org'
2019-01-04 17:28:16 +00:00
gem 'bundler', '< 3.0'
gemspec path: '..'
gem 'xpath', :git => 'git://github.com/teamcapybara/xpath.git'
gem 'nokogumbo'