Point to fork of temple with patch to fix tests 🙏

This commit is contained in:
Zachary Scott 2015-05-14 14:23:00 -07:00
parent ff9c484645
commit 5bf6050db7
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ source "https://rubygems.org" unless ENV['QUICK']
gemspec
gem 'sinatra', :github => 'sinatra/sinatra'
gem 'temple', :github => 'zzak/temple', :branch => 'sinatra-contrib-bug'
group :development, :test do
platform :ruby_18, :jruby do