1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-09-18 14:00:12 +02:00

Changed rails version from 1.1.6 to 1.2.2

git-svn-id: file:///home/svn/framework3/trunk@4444 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
HD Moore 2007-02-19 04:55:52 +00:00
parent d7fda3a701
commit 4983d73d71

View File

@ -6,7 +6,7 @@
ENV['RAILS_ENV'] = 'production'
# Specifies gem version of Rails to use when vendor/rails is not present
RAILS_GEM_VERSION = '1.1.6'
RAILS_GEM_VERSION = '1.2.2'
# Bootstrap the Rails environment, frameworks, and default configuration
require File.join(File.dirname(__FILE__), 'boot')