1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

Use stable branch from Sinatra for contrib until next stable release

This commit is contained in:
Zachary Scott 2016-02-10 23:49:23 +09:00
parent 39ce1348c6
commit cf3534a64e

View file

@ -1,7 +1,7 @@
source "https://rubygems.org" unless ENV['QUICK'] source "https://rubygems.org" unless ENV['QUICK']
gemspec gemspec
gem 'sinatra', :github => 'sinatra/sinatra' gem 'sinatra', :github => 'sinatra/sinatra', :branch => 'stable'
group :development, :test do group :development, :test do