Skip to content

Commit

Permalink
allow to use newer installed rails gems
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Dec 12, 2009
1 parent 21ce037 commit 18c43a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rails_root/config/environment.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Specifies gem version of Rails to use when vendor/rails is not present
old_verbose, $VERBOSE = $VERBOSE, nil
RAILS_GEM_VERSION = '= 2.3.2' unless defined? RAILS_GEM_VERSION
RAILS_GEM_VERSION = '>= 2.3.2' unless defined? RAILS_GEM_VERSION
$VERBOSE = old_verbose

require File.join(File.dirname(__FILE__), 'boot')
Expand Down

0 comments on commit 18c43a3

Please sign in to comment.