Thank you to anyone who has already donated - your generous donations helped make three months of treatment possible.

My brother Nate continues to fight stage IV Hodgkin's lymphoma. He's just 31, with a wife and baby girl. They have no active income (since he's been unable to return to work), no insurance, and cannot afford the treatment he needs. Nate and his family need your help. Please consider a donation, every dollar helps. Thanks.



			
def load_rails_gem
  if version = self.class.gem_version
    if version =~ /~>\s*((\d+\.){2})\d+/
      gem 'rails', version, "< #{$1}99"
    else
      gem 'rails', version
    end
  else
    gem 'rails'
  end
end

# now, specifying '~> 2.0.2' as RAILS_GEM_VERSION results in this call:
gem 'rails', '~> 2.0.2', '< 2.0.99'