Add rack and sinatra betas to beta-versions gemfile

This commit is contained in:
Thomas Walpole 2015-10-28 12:11:29 -07:00
parent 6659722b7d
commit b31c3dd561
1 changed files with 3 additions and 1 deletions

View File

@ -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'