mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Point to fork of temple with patch to fix tests 🙏
This commit is contained in:
parent
ff9c484645
commit
5bf6050db7
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue