teamcapybara--capybara/gemfiles/Gemfile.edge-marionette

11 lines
269 B
Plaintext
Raw Normal View History

source "https://rubygems.org"
gem 'bundler', '~> 1.1'
gemspec :path => '..'
gem 'xpath', github: 'jnicklas/xpath'
gem 'selenium-webdriver', :path => '../../selenium/build/rb'
2017-01-03 18:52:33 +00:00
gem 'rack', github: 'rack/rack'
gem 'sinatra', github: 'sinatra/sinatra', branch: 'master'