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:
parent
1808bcdf34
commit
0455c8e705
1 changed files with 2 additions and 2 deletions
4
Gemfile
4
Gemfile
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue