Skip to content

Commit f7c4117

Browse files
committed
Update to Rails 3.2.5 dependency
1 parent afeff3d commit f7c4117

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

Gemfile.lock

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -13,31 +13,31 @@ PATH
1313
GEM
1414
remote: http://rubygems.org/
1515
specs:
16-
actionmailer (3.2.5)
17-
actionpack (= 3.2.5)
16+
actionmailer (3.2.8)
17+
actionpack (= 3.2.8)
1818
mail (~> 2.4.4)
19-
actionpack (3.2.5)
20-
activemodel (= 3.2.5)
21-
activesupport (= 3.2.5)
19+
actionpack (3.2.8)
20+
activemodel (= 3.2.8)
21+
activesupport (= 3.2.8)
2222
builder (~> 3.0.0)
2323
erubis (~> 2.7.0)
24-
journey (~> 1.0.1)
24+
journey (~> 1.0.4)
2525
rack (~> 1.4.0)
2626
rack-cache (~> 1.2)
2727
rack-test (~> 0.6.1)
2828
sprockets (~> 2.1.3)
29-
activemodel (3.2.5)
30-
activesupport (= 3.2.5)
29+
activemodel (3.2.8)
30+
activesupport (= 3.2.8)
3131
builder (~> 3.0.0)
32-
activerecord (3.2.5)
33-
activemodel (= 3.2.5)
34-
activesupport (= 3.2.5)
32+
activerecord (3.2.8)
33+
activemodel (= 3.2.8)
34+
activesupport (= 3.2.8)
3535
arel (~> 3.0.2)
3636
tzinfo (~> 0.3.29)
37-
activeresource (3.2.5)
38-
activemodel (= 3.2.5)
39-
activesupport (= 3.2.5)
40-
activesupport (3.2.5)
37+
activeresource (3.2.8)
38+
activemodel (= 3.2.8)
39+
activesupport (= 3.2.8)
40+
activesupport (3.2.8)
4141
i18n (~> 0.6)
4242
multi_json (~> 1.0)
4343
addressable (2.2.8)
@@ -89,12 +89,12 @@ GEM
8989
gherkin (2.10.0)
9090
json (>= 1.4.6)
9191
hike (1.2.1)
92-
i18n (0.6.0)
93-
journey (1.0.3)
92+
i18n (0.6.1)
93+
journey (1.0.4)
9494
jquery-rails (2.1.1)
9595
railties (>= 3.1.0, < 5.0)
9696
thor (~> 0.14)
97-
json (1.7.3)
97+
json (1.7.5)
9898
launchy (2.1.0)
9999
addressable (~> 2.2.6)
100100
libwebsocket (0.1.3)
@@ -103,7 +103,7 @@ GEM
103103
i18n (>= 0.4.0)
104104
mime-types (~> 1.16)
105105
treetop (~> 1.4.8)
106-
mime-types (1.18)
106+
mime-types (1.19)
107107
mocha (0.9.8)
108108
rake
109109
multi_json (1.3.6)
@@ -123,17 +123,17 @@ GEM
123123
rack
124124
rack-test (0.6.1)
125125
rack (>= 1.0)
126-
rails (3.2.5)
127-
actionmailer (= 3.2.5)
128-
actionpack (= 3.2.5)
129-
activerecord (= 3.2.5)
130-
activeresource (= 3.2.5)
131-
activesupport (= 3.2.5)
126+
rails (3.2.8)
127+
actionmailer (= 3.2.8)
128+
actionpack (= 3.2.8)
129+
activerecord (= 3.2.8)
130+
activeresource (= 3.2.8)
131+
activesupport (= 3.2.8)
132132
bundler (~> 1.0)
133-
railties (= 3.2.5)
134-
railties (3.2.5)
135-
actionpack (= 3.2.5)
136-
activesupport (= 3.2.5)
133+
railties (= 3.2.8)
134+
railties (3.2.8)
135+
actionpack (= 3.2.8)
136+
activesupport (= 3.2.8)
137137
rack-ssl (~> 1.3.2)
138138
rake (>= 0.8.7)
139139
rdoc (~> 3.4)
@@ -175,7 +175,7 @@ GEM
175175
daemons (>= 1.0.9)
176176
eventmachine (>= 0.12.6)
177177
rack (>= 1.0.0)
178-
thor (0.15.2)
178+
thor (0.16.0)
179179
tilt (1.3.3)
180180
treetop (1.4.10)
181181
polyglot

test/dummy/db/schema.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#
1212
# It's strongly recommended to check this file into your version control system.
1313

14-
ActiveRecord::Schema.define(:version => 20120717182827) do
14+
ActiveRecord::Schema.define(:version => 20120813180110) do
1515

1616
create_table "catalog_versions", :force => true do |t|
1717
t.integer "original_record_id"

0 commit comments

Comments
 (0)