Skip to content

Commit 2085f27

Browse files
committedNov 17, 2010
Toggling rails versions
1 parent a0a1efa commit 2085f27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.gems

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
rails --version 2.3.8
1+
rails --version 2.3.5
22

‎config/environment.rb

+1-1
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

77
# Bootstrap the Rails environment, frameworks, and default configuration

0 commit comments

Comments
 (0)
Please sign in to comment.