mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Add rack and sinatra betas to beta-versions gemfile
This commit is contained in:
parent
6659722b7d
commit
b31c3dd561
1 changed files with 3 additions and 1 deletions
|
@ -3,4 +3,6 @@ source "https://rubygems.org"
|
|||
gem 'bundler', '~> 1.0'
|
||||
gemspec :path => '..'
|
||||
|
||||
gem 'xpath', :git => 'git://github.com/jnicklas/xpath.git'
|
||||
gem 'xpath', github: 'jnicklas/xpath'
|
||||
gem 'rack', github: 'rack/rack'
|
||||
gem 'sinatra', github: 'sinatra/sinatra', branch: '2.2.0-alpha'
|
Loading…
Add table
Reference in a new issue