Commit a52bd23ad81d28615af4dc173065977fee018df2

Authored by Stephen Crosby
2 parents fdd08978 9eb6d00c
Exists in master and in 1 other branch production

Merge pull request #901 from rud/security/rails-update

Security update: Rails 4.1.11 release
Showing 2 changed files with 43 additions and 44 deletions   Show diff stats
Gemfile
1 1 source 'https://rubygems.org'
2 2  
3   -RAILS_VERSION = '~> 4.1.8'
  3 +RAILS_VERSION = '~> 4.1.11'
4 4  
5 5 send :ruby, ENV['GEMFILE_RUBY_VERSION'] if ENV['GEMFILE_RUBY_VERSION']
6 6  
... ...
Gemfile.lock
1 1 GEM
2 2 remote: https://rubygems.org/
3 3 specs:
4   - actionmailer (4.1.8)
5   - actionpack (= 4.1.8)
6   - actionview (= 4.1.8)
  4 + actionmailer (4.1.11)
  5 + actionpack (= 4.1.11)
  6 + actionview (= 4.1.11)
7 7 mail (~> 2.5, >= 2.5.4)
8 8 actionmailer_inline_css (1.5.3)
9 9 actionmailer (>= 3.0.0)
10 10 nokogiri (>= 1.4.4)
11 11 premailer (>= 1.7.1)
12   - actionpack (4.1.8)
13   - actionview (= 4.1.8)
14   - activesupport (= 4.1.8)
  12 + actionpack (4.1.11)
  13 + actionview (= 4.1.11)
  14 + activesupport (= 4.1.11)
15 15 rack (~> 1.5.2)
16 16 rack-test (~> 0.6.2)
17   - actionview (4.1.8)
18   - activesupport (= 4.1.8)
  17 + actionview (4.1.11)
  18 + activesupport (= 4.1.11)
19 19 builder (~> 3.1)
20 20 erubis (~> 2.7.0)
21   - activemodel (4.1.8)
22   - activesupport (= 4.1.8)
  21 + activemodel (4.1.11)
  22 + activesupport (= 4.1.11)
23 23 builder (~> 3.1)
24   - activerecord (4.1.8)
25   - activemodel (= 4.1.8)
26   - activesupport (= 4.1.8)
  24 + activerecord (4.1.11)
  25 + activemodel (= 4.1.11)
  26 + activesupport (= 4.1.11)
27 27 arel (~> 5.0.0)
28   - activesupport (4.1.8)
  28 + activesupport (4.1.11)
29 29 i18n (~> 0.6, >= 0.6.9)
30 30 json (~> 1.7, >= 1.7.7)
31 31 minitest (~> 5.1)
... ... @@ -129,7 +129,6 @@ GEM
129 129 haml (4.0.3)
130 130 tilt
131 131 hashie (2.0.5)
132   - hike (1.2.3)
133 132 hipchat (1.5.1)
134 133 httparty
135 134 mimemagic
... ... @@ -148,8 +147,8 @@ GEM
148 147 jquery-rails (2.1.4)
149 148 railties (>= 3.0, < 5.0)
150 149 thor (>= 0.14, < 2.0)
151   - json (1.8.2)
152   - json (1.8.2-java)
  150 + json (1.8.3)
  151 + json (1.8.3-java)
153 152 jwt (0.1.8)
154 153 multi_json (>= 1.5)
155 154 kaminari (0.14.1)
... ... @@ -172,7 +171,7 @@ GEM
172 171 mime-types (1.25.1)
173 172 mimemagic (0.3.0)
174 173 mini_portile (0.6.2)
175   - minitest (5.5.1)
  174 + minitest (5.7.0)
176 175 mongoid (4.0.2)
177 176 activemodel (~> 4.0)
178 177 moped (~> 2.0.0)
... ... @@ -191,7 +190,7 @@ GEM
191 190 bson (~> 2.2)
192 191 connection_pool (~> 2.0)
193 192 optionable (~> 0.2.0)
194   - multi_json (1.10.1)
  193 + multi_json (1.11.1)
195 194 multi_xml (0.5.5)
196 195 multipart-post (2.0.0)
197 196 net-scp (1.2.1)
... ... @@ -247,7 +246,7 @@ GEM
247 246 pry (>= 0.9.10)
248 247 quiet_assets (1.0.2)
249 248 railties (>= 3.1, < 5.0)
250   - rack (1.5.2)
  249 + rack (1.5.4)
251 250 rack-contrib (1.1.0)
252 251 rack (>= 0.9.1)
253 252 rack-ssl (1.4.0)
... ... @@ -255,15 +254,15 @@ GEM
255 254 rack-ssl-enforcer (0.2.6)
256 255 rack-test (0.6.3)
257 256 rack (>= 1.0)
258   - rails (4.1.8)
259   - actionmailer (= 4.1.8)
260   - actionpack (= 4.1.8)
261   - actionview (= 4.1.8)
262   - activemodel (= 4.1.8)
263   - activerecord (= 4.1.8)
264   - activesupport (= 4.1.8)
  257 + rails (4.1.11)
  258 + actionmailer (= 4.1.11)
  259 + actionpack (= 4.1.11)
  260 + actionview (= 4.1.11)
  261 + activemodel (= 4.1.11)
  262 + activerecord (= 4.1.11)
  263 + activesupport (= 4.1.11)
265 264 bundler (>= 1.3.0, < 2.0)
266   - railties (= 4.1.8)
  265 + railties (= 4.1.11)
267 266 sprockets-rails (~> 2.0)
268 267 rails_12factor (0.0.3)
269 268 rails_serve_static_assets
... ... @@ -272,9 +271,9 @@ GEM
272 271 rails (> 3.1)
273 272 rails_serve_static_assets (0.0.4)
274 273 rails_stdout_logging (0.0.3)
275   - railties (4.1.8)
276   - actionpack (= 4.1.8)
277   - activesupport (= 4.1.8)
  274 + railties (4.1.11)
  275 + actionpack (= 4.1.11)
  276 + activesupport (= 4.1.11)
278 277 rake (>= 0.8.7)
279 278 thor (>= 0.18.1, < 2.0)
280 279 raindrops (0.13.0)
... ... @@ -319,8 +318,8 @@ GEM
319 318 rushover (0.3.0)
320 319 json
321 320 rest-client
322   - sass (3.4.9)
323   - sass-rails (5.0.1)
  321 + sass (3.4.14)
  322 + sass-rails (5.0.3)
324 323 railties (>= 4.0.0, < 5.0)
325 324 sass (~> 3.1)
326 325 sprockets (>= 2.8, < 4.0)
... ... @@ -336,12 +335,9 @@ GEM
336 335 slop (3.4.6)
337 336 spoon (0.0.4)
338 337 ffi
339   - sprockets (2.12.3)
340   - hike (~> 1.2)
341   - multi_json (~> 1.0)
  338 + sprockets (3.2.0)
342 339 rack (~> 1.0)
343   - tilt (~> 1.1, != 1.3.0)
344   - sprockets-rails (2.2.2)
  340 + sprockets-rails (2.3.1)
345 341 actionpack (>= 3.0)
346 342 activesupport (>= 3.0)
347 343 sprockets (>= 2.8, < 4.0)
... ... @@ -357,8 +353,8 @@ GEM
357 353 libv8 (~> 3.16.14.0)
358 354 ref
359 355 thor (0.19.1)
360   - thread_safe (0.3.4)
361   - thread_safe (0.3.4-java)
  356 + thread_safe (0.3.5)
  357 + thread_safe (0.3.5-java)
362 358 tilt (1.4.1)
363 359 timecop (0.6.3)
364 360 tins (0.12.0)
... ... @@ -390,9 +386,9 @@ PLATFORMS
390 386 ruby
391 387  
392 388 DEPENDENCIES
393   - actionmailer (~> 4.1.8)
  389 + actionmailer (~> 4.1.11)
394 390 actionmailer_inline_css
395   - actionpack (~> 4.1.8)
  391 + actionpack (~> 4.1.11)
396 392 airbrake
397 393 better_errors
398 394 binding_of_caller
... ... @@ -439,7 +435,7 @@ DEPENDENCIES
439 435 rack-ssl-enforcer
440 436 rails_12factor
441 437 rails_autolink
442   - railties (~> 4.1.8)
  438 + railties (~> 4.1.11)
443 439 ri_cal
444 440 rspec
445 441 rspec-activemodel-mocks
... ... @@ -456,3 +452,6 @@ DEPENDENCIES
456 452 useragent
457 453 xmpp4r
458 454 yajl-ruby
  455 +
  456 +BUNDLED WITH
  457 + 1.10.3
... ...