From aec5273f41af4f7c4cfa335b904b6fce6499bbda Mon Sep 17 00:00:00 2001 From: Sam Stephenson Date: Mon, 7 Nov 2005 15:35:03 +0000 Subject: Use require_library_or_gem 'fcgi' in script/server git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2920 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/lib/commands/server.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/lib') diff --git a/railties/lib/commands/server.rb b/railties/lib/commands/server.rb index ab22f2c565..310afba689 100644 --- a/railties/lib/commands/server.rb +++ b/railties/lib/commands/server.rb @@ -1,7 +1,7 @@ require 'active_support' begin - require 'fcgi' + require_library_or_gem 'fcgi' rescue Exception # FCGI not available end -- cgit v1.2.3