Commit c9befd3d1b91fa7c559f8718f88b274f24688c59
1 parent
6a18fd98
Exists in
spb-stable
and in
3 other branches
Update rails to version 4.0.3
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
22 additions
and
22 deletions
Show diff stats
Gemfile.lock
... | ... | @@ -9,11 +9,11 @@ GEM |
9 | 9 | remote: https://rubygems.org/ |
10 | 10 | specs: |
11 | 11 | ace-rails-ap (2.0.1) |
12 | - actionmailer (4.0.2) | |
13 | - actionpack (= 4.0.2) | |
12 | + actionmailer (4.0.3) | |
13 | + actionpack (= 4.0.3) | |
14 | 14 | mail (~> 2.5.4) |
15 | - actionpack (4.0.2) | |
16 | - activesupport (= 4.0.2) | |
15 | + actionpack (4.0.3) | |
16 | + activesupport (= 4.0.3) | |
17 | 17 | builder (~> 3.1.0) |
18 | 18 | erubis (~> 2.7.0) |
19 | 19 | rack (~> 1.5.2) |
... | ... | @@ -22,16 +22,16 @@ GEM |
22 | 22 | actionpack (>= 4.0.0, < 5.0) |
23 | 23 | actionpack-page_caching (1.0.2) |
24 | 24 | actionpack (>= 4.0.0, < 5) |
25 | - activemodel (4.0.2) | |
26 | - activesupport (= 4.0.2) | |
25 | + activemodel (4.0.3) | |
26 | + activesupport (= 4.0.3) | |
27 | 27 | builder (~> 3.1.0) |
28 | - activerecord (4.0.2) | |
29 | - activemodel (= 4.0.2) | |
28 | + activerecord (4.0.3) | |
29 | + activemodel (= 4.0.3) | |
30 | 30 | activerecord-deprecated_finders (~> 1.0.2) |
31 | - activesupport (= 4.0.2) | |
31 | + activesupport (= 4.0.3) | |
32 | 32 | arel (~> 4.0.0) |
33 | 33 | activerecord-deprecated_finders (1.0.3) |
34 | - activesupport (4.0.2) | |
34 | + activesupport (4.0.3) | |
35 | 35 | i18n (~> 0.6, >= 0.6.4) |
36 | 36 | minitest (~> 4.2) |
37 | 37 | multi_json (~> 1.3) |
... | ... | @@ -43,7 +43,7 @@ GEM |
43 | 43 | annotate (2.6.0) |
44 | 44 | activerecord (>= 2.3.0) |
45 | 45 | rake (>= 0.8.7) |
46 | - arel (4.0.1) | |
46 | + arel (4.0.2) | |
47 | 47 | asciidoctor (0.1.4) |
48 | 48 | atomic (1.1.14) |
49 | 49 | awesome_print (1.2.0) |
... | ... | @@ -320,7 +320,7 @@ GEM |
320 | 320 | cliver (~> 0.2.1) |
321 | 321 | multi_json (~> 1.0) |
322 | 322 | websocket-driver (>= 0.2.0) |
323 | - polyglot (0.3.3) | |
323 | + polyglot (0.3.4) | |
324 | 324 | posix-spawn (0.3.8) |
325 | 325 | protected_attributes (1.0.5) |
326 | 326 | activemodel (>= 4.0.1, < 5.0) |
... | ... | @@ -346,13 +346,13 @@ GEM |
346 | 346 | rack |
347 | 347 | rack-test (0.6.2) |
348 | 348 | rack (>= 1.0) |
349 | - rails (4.0.2) | |
350 | - actionmailer (= 4.0.2) | |
351 | - actionpack (= 4.0.2) | |
352 | - activerecord (= 4.0.2) | |
353 | - activesupport (= 4.0.2) | |
349 | + rails (4.0.3) | |
350 | + actionmailer (= 4.0.3) | |
351 | + actionpack (= 4.0.3) | |
352 | + activerecord (= 4.0.3) | |
353 | + activesupport (= 4.0.3) | |
354 | 354 | bundler (>= 1.3.0, < 2.0) |
355 | - railties (= 4.0.2) | |
355 | + railties (= 4.0.3) | |
356 | 356 | sprockets-rails (~> 2.0.0) |
357 | 357 | rails-observers (0.1.2) |
358 | 358 | activemodel (~> 4.0) |
... | ... | @@ -365,13 +365,13 @@ GEM |
365 | 365 | i18n |
366 | 366 | require_all |
367 | 367 | ruby-progressbar |
368 | - railties (4.0.2) | |
369 | - actionpack (= 4.0.2) | |
370 | - activesupport (= 4.0.2) | |
368 | + railties (4.0.3) | |
369 | + actionpack (= 4.0.3) | |
370 | + activesupport (= 4.0.3) | |
371 | 371 | rake (>= 0.8.7) |
372 | 372 | thor (>= 0.18.1, < 2.0) |
373 | 373 | raindrops (0.12.0) |
374 | - rake (10.1.0) | |
374 | + rake (10.1.1) | |
375 | 375 | raphael-rails (2.1.2) |
376 | 376 | rb-fsevent (0.9.3) |
377 | 377 | rb-inotify (0.9.2) | ... | ... |