mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Play nice with people don't like RubyGems
This commit is contained in:
parent
57ba52a795
commit
4871e0a2a3
1 changed files with 0 additions and 7 deletions
7
Rakefile
7
Rakefile
|
@ -4,12 +4,5 @@
|
|||
# Thank You.
|
||||
#
|
||||
|
||||
begin
|
||||
require 'rake'
|
||||
rescue LoadError
|
||||
require 'rubygems'
|
||||
require 'rake'
|
||||
end
|
||||
|
||||
# load rakefile extensions (tasks)
|
||||
Dir['tasks/*.rake'].sort.each { |f| load f }
|
||||
|
|
Loading…
Reference in a new issue