Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Moving require 'rubygems' to top for Ruby 1.8
Browse files Browse the repository at this point in the history
this is a fix for https://cloudfoundry.atlassian.net/browse/CF-19

Change-Id: I8504a202cb87b1ae1c202c4d6017ef863809d2cf
  • Loading branch information
Thomas Risberg committed Apr 18, 2012
1 parent e6d6445 commit 506e468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fetch_gems
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env ruby

require 'rubygems'
require 'bundler'
require 'fileutils'
require 'logger'
require 'rubygems'

# Provides functionality similar to `bundle package`, but without needing
# to install any gems.
Expand Down

0 comments on commit 506e468

Please sign in to comment.