1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
This commit is contained in:
Zachary Scott 2017-03-05 02:27:22 +09:00
parent 7e1725f438
commit a8d53c8bdb
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
module Sinatra
VERSION = '2.0.0.rc1
VERSION = '2.0.0.rc1'
end

View file

@ -17,6 +17,6 @@ Gem::Specification.new 'sinatra', Sinatra::VERSION do |s|
s.add_dependency 'rack', '~> 2.0'
s.add_dependency 'tilt', '~> 2.0'
s.add_dependency 'rack-protection', '2.0.0.beta2'
s.add_dependency 'rack-protection', '2.0.0.rc1'
s.add_dependency 'mustermann', '1.0.0.beta2'
end