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

Commit

Permalink
Adding require 'rubygems' to support Ruby 1.8
Browse files Browse the repository at this point in the history
Change-Id: I18f7f882ed0ecf35a48f1b12b6d3dce353c33699
  • Loading branch information
Thomas Risberg committed May 7, 2012
1 parent 76d7211 commit 85e1801
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/transform_git_source
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# vim: fileencoding=utf-8
# vim: ts=2 sw=2 sts=2 et

require 'rubygems'
require 'bundler'
require 'fileutils'
require 'logger'
Expand Down

0 comments on commit 85e1801

Please sign in to comment.