Skip to content

Commit adde973

Browse files
committed
[copycopter#81] Security upgrade Rails
- Upgrading Rails version for security matters after reading the heroku blog post "Rails Security Vulnerability" (https://blog.heroku.com/archives/2013/1/11/rails_security_vulnerability/)
1 parent d3607c4 commit adde973

2 files changed

Lines changed: 43 additions & 42 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gem 'bourbon', '2.1.0'
66
gem 'formtastic', '2.0.2'
77
gem 'htmldiff', '0.0.1'
88
gem 'pg', '0.13.2'
9-
gem 'rails', '3.2.6'
9+
gem 'rails', '3.2.11'
1010
gem 'thin', '1.3.1'
1111
gem 'yajl-ruby', '1.1.0', :require => 'yajl'
1212
gem "jquery-rails", "1.0.19"

Gemfile.lock

Lines changed: 42 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,31 @@ GEM
55
Platform (>= 0.4.0)
66
open4
77
Platform (0.4.0)
8-
actionmailer (3.2.6)
9-
actionpack (= 3.2.6)
8+
actionmailer (3.2.11)
9+
actionpack (= 3.2.11)
1010
mail (~> 2.4.4)
11-
actionpack (3.2.6)
12-
activemodel (= 3.2.6)
13-
activesupport (= 3.2.6)
11+
actionpack (3.2.11)
12+
activemodel (= 3.2.11)
13+
activesupport (= 3.2.11)
1414
builder (~> 3.0.0)
1515
erubis (~> 2.7.0)
16-
journey (~> 1.0.1)
16+
journey (~> 1.0.4)
1717
rack (~> 1.4.0)
1818
rack-cache (~> 1.2)
1919
rack-test (~> 0.6.1)
20-
sprockets (~> 2.1.3)
21-
activemodel (3.2.6)
22-
activesupport (= 3.2.6)
20+
sprockets (~> 2.2.1)
21+
activemodel (3.2.11)
22+
activesupport (= 3.2.11)
2323
builder (~> 3.0.0)
24-
activerecord (3.2.6)
25-
activemodel (= 3.2.6)
26-
activesupport (= 3.2.6)
24+
activerecord (3.2.11)
25+
activemodel (= 3.2.11)
26+
activesupport (= 3.2.11)
2727
arel (~> 3.0.2)
2828
tzinfo (~> 0.3.29)
29-
activeresource (3.2.6)
30-
activemodel (= 3.2.6)
31-
activesupport (= 3.2.6)
32-
activesupport (3.2.6)
29+
activeresource (3.2.11)
30+
activemodel (= 3.2.11)
31+
activesupport (= 3.2.11)
32+
activesupport (3.2.11)
3333
i18n (~> 0.6)
3434
multi_json (~> 1.0)
3535
addressable (2.2.7)
@@ -38,7 +38,7 @@ GEM
3838
sass (>= 3.1)
3939
bourne (1.1.1)
4040
mocha (= 0.10.4)
41-
builder (3.0.0)
41+
builder (3.0.4)
4242
capybara (1.1.2)
4343
mime-types (>= 1.16)
4444
nokogiri (>= 1.3.3)
@@ -93,12 +93,12 @@ GEM
9393
json (>= 1.4.6)
9494
hike (1.2.1)
9595
htmldiff (0.0.1)
96-
i18n (0.6.0)
96+
i18n (0.6.1)
9797
journey (1.0.4)
9898
jquery-rails (1.0.19)
9999
railties (~> 3.0)
100100
thor (~> 0.14)
101-
json (1.7.3)
101+
json (1.7.6)
102102
launchy (2.0.5)
103103
addressable (~> 2.2.6)
104104
libwebsocket (0.1.3)
@@ -108,38 +108,38 @@ GEM
108108
mime-types (~> 1.16)
109109
treetop (~> 1.4.8)
110110
metaclass (0.0.1)
111-
mime-types (1.19)
111+
mime-types (1.20.1)
112112
mocha (0.10.4)
113113
metaclass (~> 0.0.1)
114-
multi_json (1.3.6)
114+
multi_json (1.5.0)
115115
nokogiri (1.5.4)
116116
open4 (1.3.0)
117117
pg (0.13.2)
118118
polyglot (0.3.3)
119-
rack (1.4.1)
119+
rack (1.4.5)
120120
rack-cache (1.2)
121121
rack (>= 0.4)
122-
rack-ssl (1.3.2)
122+
rack-ssl (1.3.3)
123123
rack
124-
rack-test (0.6.1)
124+
rack-test (0.6.2)
125125
rack (>= 1.0)
126-
rails (3.2.6)
127-
actionmailer (= 3.2.6)
128-
actionpack (= 3.2.6)
129-
activerecord (= 3.2.6)
130-
activeresource (= 3.2.6)
131-
activesupport (= 3.2.6)
126+
rails (3.2.11)
127+
actionmailer (= 3.2.11)
128+
actionpack (= 3.2.11)
129+
activerecord (= 3.2.11)
130+
activeresource (= 3.2.11)
131+
activesupport (= 3.2.11)
132132
bundler (~> 1.0)
133-
railties (= 3.2.6)
134-
railties (3.2.6)
135-
actionpack (= 3.2.6)
136-
activesupport (= 3.2.6)
133+
railties (= 3.2.11)
134+
railties (3.2.11)
135+
actionpack (= 3.2.11)
136+
activesupport (= 3.2.11)
137137
rack-ssl (~> 1.3.2)
138138
rake (>= 0.8.7)
139139
rdoc (~> 3.4)
140140
thor (>= 0.14.6, < 2.0)
141-
rake (0.9.2.2)
142-
rdoc (3.12)
141+
rake (10.0.3)
142+
rdoc (3.12.1)
143143
json (~> 1.4)
144144
rspec (2.8.0)
145145
rspec-core (~> 2.8.0)
@@ -167,22 +167,23 @@ GEM
167167
rubyzip
168168
shoulda-matchers (1.0.0)
169169
spork (0.9.0)
170-
sprockets (2.1.3)
170+
sprockets (2.2.2)
171171
hike (~> 1.2)
172+
multi_json (~> 1.0)
172173
rack (~> 1.0)
173174
tilt (~> 1.1, != 1.3.0)
174175
term-ansicolor (1.0.7)
175176
thin (1.3.1)
176177
daemons (>= 1.0.9)
177178
eventmachine (>= 0.12.6)
178179
rack (>= 1.0.0)
179-
thor (0.15.3)
180+
thor (0.17.0)
180181
tilt (1.3.3)
181182
timecop (0.3.5)
182-
treetop (1.4.10)
183+
treetop (1.4.12)
183184
polyglot
184185
polyglot (>= 0.3.1)
185-
tzinfo (0.3.33)
186+
tzinfo (0.3.35)
186187
uglifier (1.2.4)
187188
execjs (>= 0.3.0)
188189
multi_json (>= 1.0.2)
@@ -212,7 +213,7 @@ DEPENDENCIES
212213
jquery-rails (= 1.0.19)
213214
launchy (= 2.0.5)
214215
pg (= 0.13.2)
215-
rails (= 3.2.6)
216+
rails (= 3.2.11)
216217
rspec-rails (= 2.8.1)
217218
sass-rails (~> 3.2.5)
218219
shoulda-matchers (= 1.0.0)

0 commit comments

Comments
 (0)