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

8 lines
206 B
Text
Raw Normal View History

source "https://rubygems.org"
gem 'bundler', '~> 1.0'
gemspec :path => '..'
gem 'xpath', github: 'jnicklas/xpath'
gem 'rack', github: 'rack/rack'
2016-01-27 11:57:11 -05:00
gem 'sinatra', github: 'sinatra/sinatra', branch: 'master'