Skip to content

Commit

Permalink
Require YAML. Fixes auser#88.
Browse files Browse the repository at this point in the history
  • Loading branch information
ariejan committed Aug 2, 2010
1 parent bbec841 commit e9f6295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/poolparty.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
t=Time.now

# Load system gems
%w(rubygems logger erb open-uri).each do |lib|
%w(rubygems logger erb open-uri yaml).each do |lib|
require lib
end

Expand Down

0 comments on commit e9f6295

Please sign in to comment.