Skip to content

Commit 128f9eb

Browse files
committed
apparently heroku doesn't like 2.3.8
1 parent f654ea0 commit 128f9eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/environment.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Be sure to restart your server when you modify this file
22

33
# Specifies gem version of Rails to use when vendor/rails is not present
4-
RAILS_GEM_VERSION = '2.3.8' unless defined? RAILS_GEM_VERSION
4+
RAILS_GEM_VERSION = '2.3.5' unless defined? RAILS_GEM_VERSION
55

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

0 commit comments

Comments
 (0)