Skip to content

Commit

Permalink
Fix LoadError in CentOS 8 - 'require_relative' should not be necessar…
Browse files Browse the repository at this point in the history
…y with recent version of rubygems
  • Loading branch information
joergschray committed Sep 24, 2020
1 parent 13e18e8 commit 2cb286a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/puma.rb
Expand Up @@ -10,8 +10,8 @@

require 'thread'

require_relative 'puma/puma_http11'
require_relative 'puma/detect'
require 'puma/puma_http11'
require 'puma/detect'

module Puma
autoload :Const, 'puma/const'
Expand Down

0 comments on commit 2cb286a

Please sign in to comment.