myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [3536] trunk: changed to Rails 2.3.18


From: noreply
Subject: [myexperiment-hackers] [3536] trunk: changed to Rails 2.3.18
Date: Wed, 8 May 2013 18:51:04 +0000 (UTC)

Revision
3536
Author
dgc
Date
2013-05-08 18:51:04 +0000 (Wed, 08 May 2013)

Log Message

changed to Rails 2.3.18

Modified Paths

Diff

Modified: trunk/Gemfile (3535 => 3536)


--- trunk/Gemfile	2013-05-08 16:03:44 UTC (rev 3535)
+++ trunk/Gemfile	2013-05-08 18:51:04 UTC (rev 3536)
@@ -1,6 +1,6 @@
 source "http://rubygems.org"
 
-gem "rails", "2.3.17"
+gem "rails", "2.3.18"
 gem "mysql2", "~> 0.2.18"
 gem "rubyzip", "~> 0.9.4"
 gem "oauth", "~> 0.4.3"

Modified: trunk/config/environment.rb (3535 => 3536)


--- trunk/config/environment.rb	2013-05-08 16:03:44 UTC (rev 3535)
+++ trunk/config/environment.rb	2013-05-08 18:51:04 UTC (rev 3536)
@@ -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.17' unless defined? RAILS_GEM_VERSION
+RAILS_GEM_VERSION = '2.3.18' 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]