Skip to content

Commit

Permalink
Uncommented the line that adds my local DH gems to the GEM_PATH. Upda…
Browse files Browse the repository at this point in the history
…ted RubyGems min_version to 1.3.2
  • Loading branch information
rtlong committed Jun 3, 2010
1 parent 57a425a commit 21ed351
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/boot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ def gem_version
end

def load_rubygems
min_version = '1.3.2'
require 'rubygems'
min_version = '1.3.1'
unless rubygems_version >= min_version
$stderr.puts %Q(Rails requires RubyGems >= #{min_version} (you have #{rubygems_version}). Please `gem update --system` and try again.)
exit 1
Expand Down
2 changes: 1 addition & 1 deletion config/environment.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# this line is required for DH local gems to work
#ENV['GEM_PATH'] = '/home/me2000r/.gems:/usr/lib/ruby/gems/1.8'
ENV['GEM_PATH'] = '/home/me2000r/.gems:/usr/lib/ruby/gems/1.8'

# Be sure to restart your server when you modify this file

Expand Down

0 comments on commit 21ed351

Please sign in to comment.