myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [3290] trunk: switched from rails 2.3.14 to rails


From: noreply
Subject: [myexperiment-hackers] [3290] trunk: switched from rails 2.3.14 to rails 2.3.15
Date: Wed, 9 Jan 2013 16:22:09 +0000 (UTC)

Revision
3290
Author
dgc
Date
2013-01-09 16:22:08 +0000 (Wed, 09 Jan 2013)

Log Message

switched from rails 2.3.14 to rails 2.3.15

Modified Paths

Diff

Modified: trunk/Gemfile (3289 => 3290)


--- trunk/Gemfile	2013-01-08 13:56:49 UTC (rev 3289)
+++ trunk/Gemfile	2013-01-09 16:22:08 UTC (rev 3290)
@@ -1,6 +1,6 @@
 source "http://rubygems.org"
 
-gem "rails", "2.3.14"
+gem "rails", "2.3.15"
 gem "mysql", "~> 2.8.1"
 gem "rubyzip", "~> 0.9.4"
 gem "oauth", "~> 0.4.3"

Modified: trunk/config/environment.rb (3289 => 3290)


--- trunk/config/environment.rb	2013-01-08 13:56:49 UTC (rev 3289)
+++ trunk/config/environment.rb	2013-01-09 16:22:08 UTC (rev 3290)
@@ -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.14' unless defined? RAILS_GEM_VERSION
+RAILS_GEM_VERSION = '2.3.15' 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]