Upgrade rails to 2.3.11.
This commit is contained in:
parent
46450cebef
commit
bea145f33d
4 changed files with 22 additions and 22 deletions
34
Gemfile.lock
34
Gemfile.lock
|
|
@ -1,16 +1,16 @@
|
|||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
actionmailer (2.3.10)
|
||||
actionpack (= 2.3.10)
|
||||
actionpack (2.3.10)
|
||||
activesupport (= 2.3.10)
|
||||
actionmailer (2.3.11)
|
||||
actionpack (= 2.3.11)
|
||||
actionpack (2.3.11)
|
||||
activesupport (= 2.3.11)
|
||||
rack (~> 1.1.0)
|
||||
activerecord (2.3.10)
|
||||
activesupport (= 2.3.10)
|
||||
activeresource (2.3.10)
|
||||
activesupport (= 2.3.10)
|
||||
activesupport (2.3.10)
|
||||
activerecord (2.3.11)
|
||||
activesupport (= 2.3.11)
|
||||
activeresource (2.3.11)
|
||||
activesupport (= 2.3.11)
|
||||
activesupport (2.3.11)
|
||||
annotate (2.4.0)
|
||||
fastercsv (1.5.4)
|
||||
haml (3.0.25)
|
||||
|
|
@ -26,13 +26,13 @@ GEM
|
|||
prawn-core
|
||||
prawn-layout (0.3.2)
|
||||
prawn-security (0.1.1)
|
||||
rack (1.1.0)
|
||||
rails (2.3.10)
|
||||
actionmailer (= 2.3.10)
|
||||
actionpack (= 2.3.10)
|
||||
activerecord (= 2.3.10)
|
||||
activeresource (= 2.3.10)
|
||||
activesupport (= 2.3.10)
|
||||
rack (1.1.2)
|
||||
rails (2.3.11)
|
||||
actionmailer (= 2.3.11)
|
||||
actionpack (= 2.3.11)
|
||||
activerecord (= 2.3.11)
|
||||
activeresource (= 2.3.11)
|
||||
activesupport (= 2.3.11)
|
||||
rake (>= 0.8.3)
|
||||
rake (0.8.7)
|
||||
routing-filter (0.0.1)
|
||||
|
|
@ -48,6 +48,6 @@ DEPENDENCIES
|
|||
hirb
|
||||
mysql
|
||||
prawn (<= 0.6.3)
|
||||
rails (= 2.3.10)
|
||||
rails (= 2.3.11)
|
||||
routing-filter (= 0.0.1)
|
||||
sqlite3-ruby
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue