lock rack version to 2.0 for now

This commit is contained in:
tamazon 2022-02-01 12:59:49 +09:00 committed by Jordan Owens
parent abf3c76f09
commit b2c628b05f
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ source 'https://rubygems.org' unless ENV['QUICK']
gemspec
gem 'rake'
gem 'rack', git: 'https://github.com/rack/rack.git'
gem 'rack', '~> 2.0'
gem 'rack-test', '>= 0.6.2'
gem "minitest", "~> 5.0"
gem 'yard'