1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

Pin Puma to v5

This commit is contained in:
Jordan Owens 2022-11-25 12:14:33 -05:00
parent 1808bcdf34
commit 0455c8e705

View file

@ -23,7 +23,7 @@ gem "twitter-text", "1.14.7"
if RUBY_ENGINE == 'jruby'
gem 'nokogiri', '!= 1.5.0'
gem 'puma'
gem 'puma', '~> 5'
end
if RUBY_ENGINE == 'jruby' || RUBY_ENGINE == 'ruby'
@ -38,7 +38,7 @@ if RUBY_ENGINE == "ruby"
gem 'bluecloth'
gem 'rdiscount'
gem 'RedCloth'
gem 'puma'
gem 'puma', '~> 5'
gem 'yajl-ruby'
gem 'nokogiri'
gem 'rainbows'