Skip to content

Commit

Permalink
Remove spesification of gem version - caused heroku to crash: Missing…
Browse files Browse the repository at this point in the history
… the Rails 2.3.11 gem. .... State changed from starting to crashed
  • Loading branch information
Håkon Torjus Bommen committed Oct 13, 2011
1 parent c1116c6 commit 788dcc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environment.rb
Expand Up @@ -5,7 +5,7 @@
# ENV['RAILS_ENV'] ||= 'production'

# Specifies gem version of Rails to use when vendor/rails is not present
RAILS_GEM_VERSION = '2.3.11' unless defined? RAILS_GEM_VERSION
#RAILS_GEM_VERSION = '2.3.11' unless defined? RAILS_GEM_VERSION

# Bootstrap the Rails environment, frameworks, and default configuration
require File.join(File.dirname(__FILE__), 'boot')
Expand Down

0 comments on commit 788dcc1

Please sign in to comment.