Commit 422d583b9f3fdc325f9b06d8907976c7300c40ab
Exists in
master
Merge pull request #1071 from svenwin/master
Rails upgrade to 4.2.5.2
Showing
2 changed files
with
37 additions
and
37 deletions
Show diff stats
Gemfile
Gemfile.lock
1 | GEM | 1 | GEM |
2 | remote: https://rubygems.org/ | 2 | remote: https://rubygems.org/ |
3 | specs: | 3 | specs: |
4 | - actionmailer (4.2.5.1) | ||
5 | - actionpack (= 4.2.5.1) | ||
6 | - actionview (= 4.2.5.1) | ||
7 | - activejob (= 4.2.5.1) | 4 | + actionmailer (4.2.5.2) |
5 | + actionpack (= 4.2.5.2) | ||
6 | + actionview (= 4.2.5.2) | ||
7 | + activejob (= 4.2.5.2) | ||
8 | mail (~> 2.5, >= 2.5.4) | 8 | mail (~> 2.5, >= 2.5.4) |
9 | rails-dom-testing (~> 1.0, >= 1.0.5) | 9 | rails-dom-testing (~> 1.0, >= 1.0.5) |
10 | actionmailer_inline_css (1.5.3) | 10 | actionmailer_inline_css (1.5.3) |
11 | actionmailer (>= 3.0.0) | 11 | actionmailer (>= 3.0.0) |
12 | nokogiri (>= 1.4.4) | 12 | nokogiri (>= 1.4.4) |
13 | premailer (>= 1.7.1) | 13 | premailer (>= 1.7.1) |
14 | - actionpack (4.2.5.1) | ||
15 | - actionview (= 4.2.5.1) | ||
16 | - activesupport (= 4.2.5.1) | 14 | + actionpack (4.2.5.2) |
15 | + actionview (= 4.2.5.2) | ||
16 | + activesupport (= 4.2.5.2) | ||
17 | rack (~> 1.6) | 17 | rack (~> 1.6) |
18 | rack-test (~> 0.6.2) | 18 | rack-test (~> 0.6.2) |
19 | rails-dom-testing (~> 1.0, >= 1.0.5) | 19 | rails-dom-testing (~> 1.0, >= 1.0.5) |
20 | rails-html-sanitizer (~> 1.0, >= 1.0.2) | 20 | rails-html-sanitizer (~> 1.0, >= 1.0.2) |
21 | - actionview (4.2.5.1) | ||
22 | - activesupport (= 4.2.5.1) | 21 | + actionview (4.2.5.2) |
22 | + activesupport (= 4.2.5.2) | ||
23 | builder (~> 3.1) | 23 | builder (~> 3.1) |
24 | erubis (~> 2.7.0) | 24 | erubis (~> 2.7.0) |
25 | rails-dom-testing (~> 1.0, >= 1.0.5) | 25 | rails-dom-testing (~> 1.0, >= 1.0.5) |
26 | rails-html-sanitizer (~> 1.0, >= 1.0.2) | 26 | rails-html-sanitizer (~> 1.0, >= 1.0.2) |
27 | - activejob (4.2.5.1) | ||
28 | - activesupport (= 4.2.5.1) | 27 | + activejob (4.2.5.2) |
28 | + activesupport (= 4.2.5.2) | ||
29 | globalid (>= 0.3.0) | 29 | globalid (>= 0.3.0) |
30 | - activemodel (4.2.5.1) | ||
31 | - activesupport (= 4.2.5.1) | 30 | + activemodel (4.2.5.2) |
31 | + activesupport (= 4.2.5.2) | ||
32 | builder (~> 3.1) | 32 | builder (~> 3.1) |
33 | - activerecord (4.2.5.1) | ||
34 | - activemodel (= 4.2.5.1) | ||
35 | - activesupport (= 4.2.5.1) | 33 | + activerecord (4.2.5.2) |
34 | + activemodel (= 4.2.5.2) | ||
35 | + activesupport (= 4.2.5.2) | ||
36 | arel (~> 6.0) | 36 | arel (~> 6.0) |
37 | - activesupport (4.2.5.1) | 37 | + activesupport (4.2.5.2) |
38 | i18n (~> 0.7) | 38 | i18n (~> 0.7) |
39 | json (~> 1.7, >= 1.7.7) | 39 | json (~> 1.7, >= 1.7.7) |
40 | minitest (~> 5.1) | 40 | minitest (~> 5.1) |
@@ -89,8 +89,8 @@ GEM | @@ -89,8 +89,8 @@ GEM | ||
89 | coderay (1.1.0) | 89 | coderay (1.1.0) |
90 | colorize (0.7.7) | 90 | colorize (0.7.7) |
91 | columnize (0.9.0) | 91 | columnize (0.9.0) |
92 | - concurrent-ruby (1.0.0) | ||
93 | - concurrent-ruby (1.0.0-java) | 92 | + concurrent-ruby (1.0.1) |
93 | + concurrent-ruby (1.0.1-java) | ||
94 | coveralls (0.8.2) | 94 | coveralls (0.8.2) |
95 | json (~> 1.8) | 95 | json (~> 1.8) |
96 | rest-client (>= 1.6.8, < 2) | 96 | rest-client (>= 1.6.8, < 2) |
@@ -184,7 +184,7 @@ GEM | @@ -184,7 +184,7 @@ GEM | ||
184 | rack-contrib (~> 1.1) | 184 | rack-contrib (~> 1.1) |
185 | railties (>= 3.0.0, < 5.0.0) | 185 | railties (>= 3.0.0, < 5.0.0) |
186 | method_source (0.8.2) | 186 | method_source (0.8.2) |
187 | - mime-types (2.99) | 187 | + mime-types (2.99.1) |
188 | mimemagic (0.3.0) | 188 | mimemagic (0.3.0) |
189 | mini_portile2 (2.0.0) | 189 | mini_portile2 (2.0.0) |
190 | minitest (5.8.4) | 190 | minitest (5.8.4) |
@@ -273,16 +273,16 @@ GEM | @@ -273,16 +273,16 @@ GEM | ||
273 | rack-ssl-enforcer (0.2.8) | 273 | rack-ssl-enforcer (0.2.8) |
274 | rack-test (0.6.3) | 274 | rack-test (0.6.3) |
275 | rack (>= 1.0) | 275 | rack (>= 1.0) |
276 | - rails (4.2.5.1) | ||
277 | - actionmailer (= 4.2.5.1) | ||
278 | - actionpack (= 4.2.5.1) | ||
279 | - actionview (= 4.2.5.1) | ||
280 | - activejob (= 4.2.5.1) | ||
281 | - activemodel (= 4.2.5.1) | ||
282 | - activerecord (= 4.2.5.1) | ||
283 | - activesupport (= 4.2.5.1) | 276 | + rails (4.2.5.2) |
277 | + actionmailer (= 4.2.5.2) | ||
278 | + actionpack (= 4.2.5.2) | ||
279 | + actionview (= 4.2.5.2) | ||
280 | + activejob (= 4.2.5.2) | ||
281 | + activemodel (= 4.2.5.2) | ||
282 | + activerecord (= 4.2.5.2) | ||
283 | + activesupport (= 4.2.5.2) | ||
284 | bundler (>= 1.3.0, < 2.0) | 284 | bundler (>= 1.3.0, < 2.0) |
285 | - railties (= 4.2.5.1) | 285 | + railties (= 4.2.5.2) |
286 | sprockets-rails | 286 | sprockets-rails |
287 | rails-deprecated_sanitizer (1.0.3) | 287 | rails-deprecated_sanitizer (1.0.3) |
288 | activesupport (>= 4.2.0.alpha) | 288 | activesupport (>= 4.2.0.alpha) |
@@ -299,9 +299,9 @@ GEM | @@ -299,9 +299,9 @@ GEM | ||
299 | rails (> 3.1) | 299 | rails (> 3.1) |
300 | rails_serve_static_assets (0.0.4) | 300 | rails_serve_static_assets (0.0.4) |
301 | rails_stdout_logging (0.0.3) | 301 | rails_stdout_logging (0.0.3) |
302 | - railties (4.2.5.1) | ||
303 | - actionpack (= 4.2.5.1) | ||
304 | - activesupport (= 4.2.5.1) | 302 | + railties (4.2.5.2) |
303 | + actionpack (= 4.2.5.2) | ||
304 | + activesupport (= 4.2.5.2) | ||
305 | rake (>= 0.8.7) | 305 | rake (>= 0.8.7) |
306 | thor (>= 0.18.1, < 2.0) | 306 | thor (>= 0.18.1, < 2.0) |
307 | rainbow (2.0.0) | 307 | rainbow (2.0.0) |
@@ -374,7 +374,7 @@ GEM | @@ -374,7 +374,7 @@ GEM | ||
374 | sprockets (3.5.2) | 374 | sprockets (3.5.2) |
375 | concurrent-ruby (~> 1.0) | 375 | concurrent-ruby (~> 1.0) |
376 | rack (> 1, < 3) | 376 | rack (> 1, < 3) |
377 | - sprockets-rails (3.0.0) | 377 | + sprockets-rails (3.0.3) |
378 | actionpack (>= 4.0) | 378 | actionpack (>= 4.0) |
379 | activesupport (>= 4.0) | 379 | activesupport (>= 4.0) |
380 | sprockets (>= 3.0.0) | 380 | sprockets (>= 3.0.0) |
@@ -421,9 +421,9 @@ PLATFORMS | @@ -421,9 +421,9 @@ PLATFORMS | ||
421 | ruby | 421 | ruby |
422 | 422 | ||
423 | DEPENDENCIES | 423 | DEPENDENCIES |
424 | - actionmailer (~> 4.2.5.1) | 424 | + actionmailer (~> 4.2.5.2) |
425 | actionmailer_inline_css | 425 | actionmailer_inline_css |
426 | - actionpack (~> 4.2.5.1) | 426 | + actionpack (~> 4.2.5.2) |
427 | airbrake (~> 4.3.5) | 427 | airbrake (~> 4.3.5) |
428 | better_errors | 428 | better_errors |
429 | binding_of_caller | 429 | binding_of_caller |
@@ -470,7 +470,7 @@ DEPENDENCIES | @@ -470,7 +470,7 @@ DEPENDENCIES | ||
470 | rack-ssl-enforcer | 470 | rack-ssl-enforcer |
471 | rails_12factor | 471 | rails_12factor |
472 | rails_autolink | 472 | rails_autolink |
473 | - railties (~> 4.2.5.1) | 473 | + railties (~> 4.2.5.2) |
474 | ri_cal | 474 | ri_cal |
475 | rspec (~> 3.3) | 475 | rspec (~> 3.3) |
476 | rspec-activemodel-mocks | 476 | rspec-activemodel-mocks |