diff --git a/Gemfile b/Gemfile index 79f25fb..2fa3e86 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ source 'https://rubygems.org' do gem 'coffee-script' gem 'haml' gem 'linguistics' - gem 'puma' + gem 'puma', '>= 5.6.9' gem 'rack', '>= 3.0.0' gem 'sass' gem 'sinatra', '>= 2.2.3'