Skip to content

Commit 7e47418

Browse files
author
James McKinney
committed
update rails
1 parent 082eb51 commit 7e47418

File tree

2 files changed

+41
-37
lines changed

2 files changed

+41
-37
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'http://rubygems.org'
22

3-
gem 'rails', '3.0.6'
3+
gem 'rails', '3.0.19'
44

55
# Models
66
gem 'friendly_id', '~> 3.2.1'

Gemfile.lock

+40-36
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,33 @@ GEM
22
remote: http://rubygems.org/
33
specs:
44
abstract (1.0.0)
5-
actionmailer (3.0.6)
6-
actionpack (= 3.0.6)
7-
mail (~> 2.2.15)
8-
actionpack (3.0.6)
9-
activemodel (= 3.0.6)
10-
activesupport (= 3.0.6)
5+
actionmailer (3.0.19)
6+
actionpack (= 3.0.19)
7+
mail (~> 2.2.19)
8+
actionpack (3.0.19)
9+
activemodel (= 3.0.19)
10+
activesupport (= 3.0.19)
1111
builder (~> 2.1.2)
1212
erubis (~> 2.6.6)
1313
i18n (~> 0.5.0)
14-
rack (~> 1.2.1)
14+
rack (~> 1.2.5)
1515
rack-mount (~> 0.6.14)
1616
rack-test (~> 0.5.7)
1717
tzinfo (~> 0.3.23)
18-
activemodel (3.0.6)
19-
activesupport (= 3.0.6)
18+
activemodel (3.0.19)
19+
activesupport (= 3.0.19)
2020
builder (~> 2.1.2)
2121
i18n (~> 0.5.0)
22-
activerecord (3.0.6)
23-
activemodel (= 3.0.6)
24-
activesupport (= 3.0.6)
25-
arel (~> 2.0.2)
22+
activerecord (3.0.19)
23+
activemodel (= 3.0.19)
24+
activesupport (= 3.0.19)
25+
arel (~> 2.0.10)
2626
tzinfo (~> 0.3.23)
27-
activeresource (3.0.6)
28-
activemodel (= 3.0.6)
29-
activesupport (= 3.0.6)
30-
activesupport (3.0.6)
31-
arel (2.0.9)
27+
activeresource (3.0.19)
28+
activemodel (= 3.0.19)
29+
activesupport (= 3.0.19)
30+
activesupport (3.0.19)
31+
arel (2.0.10)
3232
babosa (0.3.3)
3333
builder (2.1.2)
3434
daemons (1.1.4)
@@ -60,37 +60,40 @@ GEM
6060
kaminari (0.10.4)
6161
rails (>= 3.0.0)
6262
libxml-ruby (1.1.4)
63-
mail (2.2.15)
63+
mail (2.2.19)
6464
activesupport (>= 2.3.6)
6565
i18n (>= 0.4.0)
6666
mime-types (~> 1.16)
6767
treetop (~> 1.4.8)
68-
mime-types (1.16)
68+
mime-types (1.19)
6969
nokogiri (1.4.4)
7070
pg (0.10.1)
71-
polyglot (0.3.1)
72-
rack (1.2.2)
71+
polyglot (0.3.3)
72+
rack (1.2.6)
7373
rack-mount (0.6.14)
7474
rack (>= 1.0.0)
7575
rack-test (0.5.7)
7676
rack (>= 1.0)
77-
rails (3.0.6)
78-
actionmailer (= 3.0.6)
79-
actionpack (= 3.0.6)
80-
activerecord (= 3.0.6)
81-
activeresource (= 3.0.6)
82-
activesupport (= 3.0.6)
77+
rails (3.0.19)
78+
actionmailer (= 3.0.19)
79+
actionpack (= 3.0.19)
80+
activerecord (= 3.0.19)
81+
activeresource (= 3.0.19)
82+
activesupport (= 3.0.19)
8383
bundler (~> 1.0)
84-
railties (= 3.0.6)
84+
railties (= 3.0.19)
8585
rails3-generators (0.17.4)
8686
railties (>= 3.0.0)
87-
railties (3.0.6)
88-
actionpack (= 3.0.6)
89-
activesupport (= 3.0.6)
87+
railties (3.0.19)
88+
actionpack (= 3.0.19)
89+
activesupport (= 3.0.19)
9090
rake (>= 0.8.7)
91+
rdoc (~> 3.4)
9192
thor (~> 0.14.4)
92-
rake (0.8.7)
93+
rake (10.0.3)
9394
rdiscount (1.6.8)
95+
rdoc (3.12)
96+
json (~> 1.4)
9497
rest-client (1.6.7)
9598
mime-types (>= 1.16)
9699
routing-filter (0.2.3)
@@ -119,9 +122,10 @@ GEM
119122
eventmachine (>= 0.12.6)
120123
rack (>= 1.0.0)
121124
thor (0.14.6)
122-
treetop (1.4.9)
125+
treetop (1.4.12)
126+
polyglot
123127
polyglot (>= 0.3.1)
124-
tzinfo (0.3.26)
128+
tzinfo (0.3.35)
125129
unicode_utils (1.0.0)
126130
yajl-ruby (0.8.3)
127131

@@ -136,7 +140,7 @@ DEPENDENCIES
136140
kaminari
137141
nokogiri
138142
pg
139-
rails (= 3.0.6)
143+
rails (= 3.0.19)
140144
rails3-generators
141145
rdiscount
142146
rest-client

0 commit comments

Comments
 (0)