Upgrade to rails 2.3.10.
This commit is contained in:
parent
dc1d545829
commit
0df0519947
3 changed files with 20 additions and 18 deletions
2
Gemfile
2
Gemfile
|
@ -1,7 +1,7 @@
|
||||||
# A sample Gemfile
|
# A sample Gemfile
|
||||||
source "http://rubygems.org"
|
source "http://rubygems.org"
|
||||||
|
|
||||||
gem "rails", '2.3.2'
|
gem "rails", '2.3.10'
|
||||||
|
|
||||||
gem 'mysql'
|
gem 'mysql'
|
||||||
gem "fastercsv"
|
gem "fastercsv"
|
||||||
|
|
34
Gemfile.lock
34
Gemfile.lock
|
@ -1,15 +1,16 @@
|
||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actionmailer (2.3.2)
|
actionmailer (2.3.10)
|
||||||
actionpack (= 2.3.2)
|
actionpack (= 2.3.10)
|
||||||
actionpack (2.3.2)
|
actionpack (2.3.10)
|
||||||
activesupport (= 2.3.2)
|
activesupport (= 2.3.10)
|
||||||
activerecord (2.3.2)
|
rack (~> 1.1.0)
|
||||||
activesupport (= 2.3.2)
|
activerecord (2.3.10)
|
||||||
activeresource (2.3.2)
|
activesupport (= 2.3.10)
|
||||||
activesupport (= 2.3.2)
|
activeresource (2.3.10)
|
||||||
activesupport (2.3.2)
|
activesupport (= 2.3.10)
|
||||||
|
activesupport (2.3.10)
|
||||||
fastercsv (1.5.4)
|
fastercsv (1.5.4)
|
||||||
haml (3.0.25)
|
haml (3.0.25)
|
||||||
mysql (2.8.1)
|
mysql (2.8.1)
|
||||||
|
@ -23,12 +24,13 @@ GEM
|
||||||
prawn-core
|
prawn-core
|
||||||
prawn-layout (0.3.2)
|
prawn-layout (0.3.2)
|
||||||
prawn-security (0.1.1)
|
prawn-security (0.1.1)
|
||||||
rails (2.3.2)
|
rack (1.1.0)
|
||||||
actionmailer (= 2.3.2)
|
rails (2.3.10)
|
||||||
actionpack (= 2.3.2)
|
actionmailer (= 2.3.10)
|
||||||
activerecord (= 2.3.2)
|
actionpack (= 2.3.10)
|
||||||
activeresource (= 2.3.2)
|
activerecord (= 2.3.10)
|
||||||
activesupport (= 2.3.2)
|
activeresource (= 2.3.10)
|
||||||
|
activesupport (= 2.3.10)
|
||||||
rake (>= 0.8.3)
|
rake (>= 0.8.3)
|
||||||
rake (0.8.7)
|
rake (0.8.7)
|
||||||
routing-filter (0.0.1)
|
routing-filter (0.0.1)
|
||||||
|
@ -41,5 +43,5 @@ DEPENDENCIES
|
||||||
haml (>= 2.0.6)
|
haml (>= 2.0.6)
|
||||||
mysql
|
mysql
|
||||||
prawn (<= 0.6.3)
|
prawn (<= 0.6.3)
|
||||||
rails (= 2.3.2)
|
rails (= 2.3.10)
|
||||||
routing-filter (= 0.0.1)
|
routing-filter (= 0.0.1)
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# ENV['RAILS_ENV'] ||= 'production'
|
# ENV['RAILS_ENV'] ||= 'production'
|
||||||
|
|
||||||
# Specifies gem version of Rails to use when vendor/rails is not present
|
# Specifies gem version of Rails to use when vendor/rails is not present
|
||||||
RAILS_GEM_VERSION = '2.3.2' unless defined? RAILS_GEM_VERSION
|
RAILS_GEM_VERSION = '2.3.10' unless defined? RAILS_GEM_VERSION
|
||||||
|
|
||||||
# Bootstrap the Rails environment, frameworks, and default configuration
|
# Bootstrap the Rails environment, frameworks, and default configuration
|
||||||
require File.join(File.dirname(__FILE__), 'boot')
|
require File.join(File.dirname(__FILE__), 'boot')
|
||||||
|
|
Loading…
Reference in a new issue