Skip to content

Commit

Permalink
update to rails 2.3.10
Browse files Browse the repository at this point in the history
Signed-off-by: David A. Cuadrado <krawek@gmail.com>
  • Loading branch information
dcu committed Nov 30, 2010
1 parent 210543f commit 293a1e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README
Expand Up @@ -4,11 +4,11 @@
- ruby >= 1.8.7 <1.9
- rubygems >= 1.3.7
- mongodb >= 1.6
- ruby on rails =2.3.8
- ruby on rails =2.3.10

== Install Ruby On Rails

sudo gem install -v=2.3.8 rails
sudo gem install -v=2.3.10 rails

== Getting Started

Expand Down
2 changes: 1 addition & 1 deletion config/environment.rb
@@ -1,7 +1,7 @@
# Be sure to restart your server when you modify this file

# Specifies gem version of Rails to use when vendor/rails is not present
RAILS_GEM_VERSION = '2.3.8' unless defined? RAILS_GEM_VERSION
RAILS_GEM_VERSION = '2.3.10' 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 293a1e9

Please sign in to comment.