myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3417] trunk: updated to rails 2.3.17


From: noreply
Subject: [myexperiment-hackers] [3417] trunk: updated to rails 2.3.17
Date: Wed, 13 Feb 2013 17:04:04 +0000 (UTC)

Revision
3417
Author
dgc
Date
2013-02-13 17:04:04 +0000 (Wed, 13 Feb 2013)

Log Message

updated to rails 2.3.17

Modified Paths

Diff

Modified: trunk/Gemfile (3416 => 3417)


--- trunk/Gemfile	2013-02-13 15:37:06 UTC (rev 3416)
+++ trunk/Gemfile	2013-02-13 17:04:04 UTC (rev 3417)
@@ -1,6 +1,6 @@
 source "http://rubygems.org"
 
-gem "rails", "2.3.15"
+gem "rails", "2.3.17"
 gem "mysql", "~> 2.8.1"
 gem "rubyzip", "~> 0.9.4"
 gem "oauth", "~> 0.4.3"

Modified: trunk/config/environment.rb (3416 => 3417)


--- trunk/config/environment.rb	2013-02-13 15:37:06 UTC (rev 3416)
+++ trunk/config/environment.rb	2013-02-13 17:04:04 UTC (rev 3417)
@@ -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.15' unless defined? RAILS_GEM_VERSION
+RAILS_GEM_VERSION = '2.3.17' unless defined? RAILS_GEM_VERSION
 
 # Bootstrap the Rails environment, frameworks, and default configuration
 require File.join(File.dirname(__FILE__), 'boot')

reply via email to

[Prev in Thread] Current Thread [Next in Thread]