mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Lock celluloid 0.16.0 and fix rack version
This commit is contained in:
parent
aa4ad35b7c
commit
095b392b55
2 changed files with 2 additions and 1 deletions
1
Gemfile
1
Gemfile
|
@ -55,6 +55,7 @@ if RUBY_ENGINE == "ruby"
|
|||
gem 'haml', '>= 3.0'
|
||||
gem 'sass'
|
||||
gem 'reel-rack'
|
||||
gem 'celluloid', '~> 0.16.0'
|
||||
end
|
||||
|
||||
if RUBY_ENGINE == "rbx"
|
||||
|
|
|
@ -15,7 +15,7 @@ Gem::Specification.new 'sinatra', Sinatra::VERSION do |s|
|
|||
|
||||
s.required_ruby_version = '>= 2.2.0'
|
||||
|
||||
s.add_dependency 'rack', '= 2.0.0.alpha'
|
||||
s.add_dependency 'rack', '= 2.0.0.rc1'
|
||||
s.add_dependency 'tilt', '~> 2.0'
|
||||
s.add_dependency 'rack-protection', '~> 1.5'
|
||||
s.add_dependency 'mustermann', '~> 0.4'
|
||||
|
|
Loading…
Add table
Reference in a new issue