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:
parent
39ce1348c6
commit
cf3534a64e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
source "https://rubygems.org" unless ENV['QUICK']
|
||||
gemspec
|
||||
|
||||
gem 'sinatra', :github => 'sinatra/sinatra'
|
||||
gem 'sinatra', :github => 'sinatra/sinatra', :branch => 'stable'
|
||||
|
||||
group :development, :test do
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue