Skip to content

Commit f68abe1

Browse files
committed
Updated rails to fix security holes.
Derp, guess Kandan wasn't on my list of apps this go around.
1 parent 5690a56 commit f68abe1

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

Gemfile

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

33
# Core gems
4-
gem 'rails', '3.2.11'
4+
gem 'rails', '3.2.12'
55

66
# Database adapters
77
gem 'pg'

Gemfile.lock

+29-29
Original file line numberDiff line numberDiff line change
@@ -10,31 +10,31 @@ GEM
1010
yajl-ruby (>= 1.0.0)
1111
_bushido-faye-websocket (0.4.4)
1212
eventmachine (>= 0.12.0)
13-
actionmailer (3.2.11)
14-
actionpack (= 3.2.11)
13+
actionmailer (3.2.12)
14+
actionpack (= 3.2.12)
1515
mail (~> 2.4.4)
16-
actionpack (3.2.11)
17-
activemodel (= 3.2.11)
18-
activesupport (= 3.2.11)
16+
actionpack (3.2.12)
17+
activemodel (= 3.2.12)
18+
activesupport (= 3.2.12)
1919
builder (~> 3.0.0)
2020
erubis (~> 2.7.0)
2121
journey (~> 1.0.4)
22-
rack (~> 1.4.0)
22+
rack (~> 1.4.5)
2323
rack-cache (~> 1.2)
2424
rack-test (~> 0.6.1)
2525
sprockets (~> 2.2.1)
26-
activemodel (3.2.11)
27-
activesupport (= 3.2.11)
26+
activemodel (3.2.12)
27+
activesupport (= 3.2.12)
2828
builder (~> 3.0.0)
29-
activerecord (3.2.11)
30-
activemodel (= 3.2.11)
31-
activesupport (= 3.2.11)
29+
activerecord (3.2.12)
30+
activemodel (= 3.2.12)
31+
activesupport (= 3.2.12)
3232
arel (~> 3.0.2)
3333
tzinfo (~> 0.3.29)
34-
activeresource (3.2.11)
35-
activemodel (= 3.2.11)
36-
activesupport (= 3.2.11)
37-
activesupport (3.2.11)
34+
activeresource (3.2.12)
35+
activemodel (= 3.2.12)
36+
activesupport (= 3.2.12)
37+
activesupport (3.2.12)
3838
i18n (~> 0.6)
3939
multi_json (~> 1.0)
4040
addressable (2.3.2)
@@ -134,7 +134,7 @@ GEM
134134
highline (1.6.15)
135135
hike (1.2.1)
136136
http_parser.rb (0.5.3)
137-
i18n (0.6.1)
137+
i18n (0.6.2)
138138
jasmine (1.3.1)
139139
jasmine-core (~> 1.3.1)
140140
rack (~> 1.0)
@@ -160,7 +160,7 @@ GEM
160160
mime-types (1.21)
161161
mocha (0.10.5)
162162
metaclass (~> 0.0.1)
163-
multi_json (1.5.1)
163+
multi_json (1.6.1)
164164
nokogiri (1.5.6)
165165
orm_adapter (0.0.7)
166166
paperclip (3.4.0)
@@ -186,23 +186,23 @@ GEM
186186
rack
187187
rack-test (0.6.2)
188188
rack (>= 1.0)
189-
rails (3.2.11)
190-
actionmailer (= 3.2.11)
191-
actionpack (= 3.2.11)
192-
activerecord (= 3.2.11)
193-
activeresource (= 3.2.11)
194-
activesupport (= 3.2.11)
189+
rails (3.2.12)
190+
actionmailer (= 3.2.12)
191+
actionpack (= 3.2.12)
192+
activerecord (= 3.2.12)
193+
activeresource (= 3.2.12)
194+
activesupport (= 3.2.12)
195195
bundler (~> 1.0)
196-
railties (= 3.2.11)
197-
railties (3.2.11)
198-
actionpack (= 3.2.11)
199-
activesupport (= 3.2.11)
196+
railties (= 3.2.12)
197+
railties (3.2.12)
198+
actionpack (= 3.2.12)
199+
activesupport (= 3.2.12)
200200
rack-ssl (~> 1.3.2)
201201
rake (>= 0.8.7)
202202
rdoc (~> 3.4)
203203
thor (>= 0.14.6, < 2.0)
204204
rake (10.0.3)
205-
rdoc (3.12.1)
205+
rdoc (3.12.2)
206206
json (~> 1.4)
207207
remotipart (1.0.5)
208208
rest-client (1.6.7)
@@ -301,7 +301,7 @@ DEPENDENCIES
301301
pg
302302
pry-rails
303303
quiet_assets
304-
rails (= 3.2.11)
304+
rails (= 3.2.12)
305305
remotipart
306306
rspec-rails
307307
sass-rails

0 commit comments

Comments
 (0)