Skip to content

Commit

Permalink
Pull gems from github when they are not available locally on the file…
Browse files Browse the repository at this point in the history
…system.
  • Loading branch information
myronmarston committed Mar 29, 2011
1 parent 37d038b commit ebaf90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -6,7 +6,7 @@ source "http://rubygems.org"
if File.exist?(library_path) if File.exist?(library_path)
gem lib, :path => library_path gem lib, :path => library_path
else else
gem lib gem lib, :git => "git://github.com/rspec/#{lib}.git"
end end
end end


Expand Down

0 comments on commit ebaf90a

Please sign in to comment.