Skip to content

Commit 0455c8e

Browse files
committed
Pin Puma to v5
1 parent 1808bcd commit 0455c8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ gem "twitter-text", "1.14.7"
2323

2424
if RUBY_ENGINE == 'jruby'
2525
gem 'nokogiri', '!= 1.5.0'
26-
gem 'puma'
26+
gem 'puma', '~> 5'
2727
end
2828

2929
if RUBY_ENGINE == 'jruby' || RUBY_ENGINE == 'ruby'
@@ -38,7 +38,7 @@ if RUBY_ENGINE == "ruby"
3838
gem 'bluecloth'
3939
gem 'rdiscount'
4040
gem 'RedCloth'
41-
gem 'puma'
41+
gem 'puma', '~> 5'
4242
gem 'yajl-ruby'
4343
gem 'nokogiri'
4444
gem 'rainbows'

0 commit comments

Comments
 (0)