Skip to content

Commit

Permalink
double colon for 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oren committed Mar 5, 2010
1 parent e33595c commit d8541b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bundler.txt
Expand Up @@ -88,7 +88,7 @@ To use gems from your bundler environment under Sinatra or other non-Rails frame
{ruby}
begin
# Require the preresolved locked set of gems.
require File.expand_path('../.bundle/environment', __FILE__)
require ::File.expand_path('../.bundle/environment', __FILE__)
rescue LoadError
# Fallback on doing the resolve at runtime.
require "rubygems"
Expand Down

0 comments on commit d8541b1

Please sign in to comment.