mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
13 lines
371 B
Text
13 lines
371 B
Text
source "https://rubygems.org"
|
|
|
|
gem 'bundler', '< 3.0'
|
|
gemspec path: '..'
|
|
|
|
gem 'xpath', github: 'teamcapybara/xpath'
|
|
|
|
gem 'selenium-webdriver', github: 'seleniumhq/selenium', glob: 'rb/*.gemspec'
|
|
gem 'webdrivers', github: 'titusfortner/webdrivers'
|
|
gem 'rack', github: 'rack/rack'
|
|
gem 'sinatra', github: 'sinatra/sinatra', branch: 'master'
|
|
|
|
gem 'puma', github: 'puma/puma'
|