Skip to content

Commit

Permalink
Pin Puma to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowens committed Nov 25, 2022
1 parent 1808bcd commit 0455c8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit 0455c8e

Please sign in to comment.