required update to beta versions gemfile

This commit is contained in:
Thomas Walpole 2016-07-25 12:55:38 -07:00
parent 940d975d5f
commit c55d2556ae
1 changed files with 2 additions and 1 deletions

View File

@ -5,4 +5,5 @@ gemspec :path => '..'
gem 'xpath', github: 'jnicklas/xpath'
gem 'rack', github: 'rack/rack'
gem 'sinatra', github: 'sinatra/sinatra', branch: 'master'
gem 'sinatra', github: 'sinatra/sinatra', branch: 'master'
gem 'rack-protection', github: 'sinatra/rack-protection', branch: 'master'