Updated rails to 2.3.17.

This commit is contained in:
Benjamin Meichsner 2013-02-17 21:00:12 +01:00
parent 35ec54b4f4
commit ccdf3c0bf1
2 changed files with 19 additions and 19 deletions

View file

@ -2,7 +2,7 @@
source "http://rubygems.org"
ruby "1.8.7"
gem "rails", '2.3.11'
gem "rails", '2.3.17'
gem 'mysql'
gem "fastercsv"

View file

@ -1,16 +1,16 @@
GEM
remote: http://rubygems.org/
specs:
actionmailer (2.3.11)
actionpack (= 2.3.11)
actionpack (2.3.11)
activesupport (= 2.3.11)
actionmailer (2.3.17)
actionpack (= 2.3.17)
actionpack (2.3.17)
activesupport (= 2.3.17)
rack (~> 1.1.0)
activerecord (2.3.11)
activesupport (= 2.3.11)
activeresource (2.3.11)
activesupport (= 2.3.11)
activesupport (2.3.11)
activerecord (2.3.17)
activesupport (= 2.3.17)
activeresource (2.3.17)
activesupport (= 2.3.17)
activesupport (2.3.17)
annotate (2.4.0)
fastercsv (1.5.4)
haml (3.0.25)
@ -26,15 +26,15 @@ GEM
prawn-core
prawn-layout (0.3.2)
prawn-security (0.1.1)
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)
rack (1.1.6)
rails (2.3.17)
actionmailer (= 2.3.17)
actionpack (= 2.3.17)
activerecord (= 2.3.17)
activeresource (= 2.3.17)
activesupport (= 2.3.17)
rake (>= 0.8.3)
rake (0.8.7)
rake (10.0.3)
routing-filter (0.0.1)
sqlite3-ruby (1.2.4)
@ -48,6 +48,6 @@ DEPENDENCIES
hirb
mysql
prawn (<= 0.6.3)
rails (= 2.3.11)
rails (= 2.3.17)
routing-filter (= 0.0.1)
sqlite3-ruby