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
2016-07-25 12:55:38 -07:00

9 lines
No EOL
281 B
Text

source "https://rubygems.org"
gem 'bundler', '~> 1.1'
gemspec :path => '..'
gem 'xpath', github: 'jnicklas/xpath'
gem 'rack', github: 'rack/rack'
gem 'sinatra', github: 'sinatra/sinatra', branch: 'master'
gem 'rack-protection', github: 'sinatra/rack-protection', branch: 'master'