Skip to content

Commit

Permalink
rake rails:freeze:edge RELEASE=2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Dec 8, 2008
1 parent c8224fd commit d7d53e8
Show file tree
Hide file tree
Showing 439 changed files with 7,958 additions and 81,669 deletions.
4 changes: 2 additions & 2 deletions config/boot.rb
Expand Up @@ -67,7 +67,7 @@ def load_rails_gem

class << self
def rubygems_version
Gem::RubyGemsVersion if defined? Gem::RubyGemsVersion
Gem::RubyGemsVersion rescue nil
end

def gem_version
Expand All @@ -82,7 +82,7 @@ def gem_version

def load_rubygems
require 'rubygems'
min_version = '1.1.1'
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

0 comments on commit d7d53e8

Please sign in to comment.