Commit e777de1affb791faecb64917705596f5cb583bdc
Committed by
David Silva
1 parent
8c8587d0
Exists in
gitlab-8.x
Updates gems
Showing
42 changed files
with
42 additions
and
42 deletions
Show diff stats
Gemfile
Gemfile.lock
... | ... | @@ -4,41 +4,41 @@ GEM |
4 | 4 | CFPropertyList (2.3.2) |
5 | 5 | RedCloth (4.2.9) |
6 | 6 | ace-rails-ap (2.0.1) |
7 | - actionmailer (4.2.5.1) | |
8 | - actionpack (= 4.2.5.1) | |
9 | - actionview (= 4.2.5.1) | |
10 | - activejob (= 4.2.5.1) | |
7 | + actionmailer (4.2.5.2) | |
8 | + actionpack (= 4.2.5.2) | |
9 | + actionview (= 4.2.5.2) | |
10 | + activejob (= 4.2.5.2) | |
11 | 11 | mail (~> 2.5, >= 2.5.4) |
12 | 12 | rails-dom-testing (~> 1.0, >= 1.0.5) |
13 | - actionpack (4.2.5.1) | |
14 | - actionview (= 4.2.5.1) | |
15 | - activesupport (= 4.2.5.1) | |
13 | + actionpack (4.2.5.2) | |
14 | + actionview (= 4.2.5.2) | |
15 | + activesupport (= 4.2.5.2) | |
16 | 16 | rack (~> 1.6) |
17 | 17 | rack-test (~> 0.6.2) |
18 | 18 | rails-dom-testing (~> 1.0, >= 1.0.5) |
19 | 19 | rails-html-sanitizer (~> 1.0, >= 1.0.2) |
20 | - actionview (4.2.5.1) | |
21 | - activesupport (= 4.2.5.1) | |
20 | + actionview (4.2.5.2) | |
21 | + activesupport (= 4.2.5.2) | |
22 | 22 | builder (~> 3.1) |
23 | 23 | erubis (~> 2.7.0) |
24 | 24 | rails-dom-testing (~> 1.0, >= 1.0.5) |
25 | 25 | rails-html-sanitizer (~> 1.0, >= 1.0.2) |
26 | - activejob (4.2.5.1) | |
27 | - activesupport (= 4.2.5.1) | |
26 | + activejob (4.2.5.2) | |
27 | + activesupport (= 4.2.5.2) | |
28 | 28 | globalid (>= 0.3.0) |
29 | - activemodel (4.2.5.1) | |
30 | - activesupport (= 4.2.5.1) | |
29 | + activemodel (4.2.5.2) | |
30 | + activesupport (= 4.2.5.2) | |
31 | 31 | builder (~> 3.1) |
32 | - activerecord (4.2.5.1) | |
33 | - activemodel (= 4.2.5.1) | |
34 | - activesupport (= 4.2.5.1) | |
32 | + activerecord (4.2.5.2) | |
33 | + activemodel (= 4.2.5.2) | |
34 | + activesupport (= 4.2.5.2) | |
35 | 35 | arel (~> 6.0) |
36 | 36 | activerecord-deprecated_finders (1.0.4) |
37 | 37 | activerecord-session_store (0.1.2) |
38 | 38 | actionpack (>= 4.0.0, < 5) |
39 | 39 | activerecord (>= 4.0.0, < 5) |
40 | 40 | railties (>= 4.0.0, < 5) |
41 | - activesupport (4.2.5.1) | |
41 | + activesupport (4.2.5.2) | |
42 | 42 | i18n (~> 0.7) |
43 | 43 | json (~> 1.7, >= 1.7.7) |
44 | 44 | minitest (~> 5.1) |
... | ... | @@ -75,7 +75,7 @@ GEM |
75 | 75 | ice_nine (~> 0.11.0) |
76 | 76 | thread_safe (~> 0.3, >= 0.3.1) |
77 | 77 | babosa (1.0.2) |
78 | - bcrypt (3.1.10) | |
78 | + bcrypt (3.1.11) | |
79 | 79 | benchmark-ips (2.5.0) |
80 | 80 | better_errors (1.0.1) |
81 | 81 | coderay (>= 1.0.0) |
... | ... | @@ -190,7 +190,7 @@ GEM |
190 | 190 | erubis (2.7.0) |
191 | 191 | escape_utils (1.1.0) |
192 | 192 | eventmachine (1.0.9.1) |
193 | - excon (0.46.0) | |
193 | + excon (0.48.0) | |
194 | 194 | execjs (2.6.0) |
195 | 195 | expression_parser (0.9.0) |
196 | 196 | factory_girl (4.3.0) |
... | ... | @@ -254,7 +254,7 @@ GEM |
254 | 254 | fog-atmos (0.1.0) |
255 | 255 | fog-core |
256 | 256 | fog-xml |
257 | - fog-aws (0.8.1) | |
257 | + fog-aws (0.9.1) | |
258 | 258 | fog-core (~> 1.27) |
259 | 259 | fog-json (~> 1.0) |
260 | 260 | fog-xml (~> 0.1) |
... | ... | @@ -281,7 +281,7 @@ GEM |
281 | 281 | fog-json (1.0.2) |
282 | 282 | fog-core (~> 1.0) |
283 | 283 | multi_json (~> 1.10) |
284 | - fog-local (0.2.1) | |
284 | + fog-local (0.3.0) | |
285 | 285 | fog-core (~> 1.27) |
286 | 286 | fog-powerdns (0.1.1) |
287 | 287 | fog-core (~> 1.27) |
... | ... | @@ -340,7 +340,7 @@ GEM |
340 | 340 | json |
341 | 341 | get_process_mem (0.2.0) |
342 | 342 | gherkin-ruby (0.3.2) |
343 | - github-linguist (4.7.5) | |
343 | + github-linguist (4.7.6) | |
344 | 344 | charlock_holmes (~> 0.7.3) |
345 | 345 | escape_utils (~> 1.1.0) |
346 | 346 | mime-types (>= 1.19) |
... | ... | @@ -483,7 +483,7 @@ GEM |
483 | 483 | nokogiri (1.6.7.2) |
484 | 484 | mini_portile2 (~> 2.0.0.rc2) |
485 | 485 | nprogress-rails (0.1.6.7) |
486 | - oauth (0.5.0) | |
486 | + oauth (0.5.1) | |
487 | 487 | oauth2 (1.0.0) |
488 | 488 | faraday (>= 0.8, < 0.10) |
489 | 489 | jwt (~> 1.0) |
... | ... | @@ -532,7 +532,7 @@ GEM |
532 | 532 | omniauth-oauth2 (1.3.1) |
533 | 533 | oauth2 (~> 1.0) |
534 | 534 | omniauth (~> 1.2) |
535 | - omniauth-remote-user (0.1.1) | |
535 | + omniauth-remote-user (0.1.2) | |
536 | 536 | omniauth (~> 1.0) |
537 | 537 | omniauth-saml (1.4.2) |
538 | 538 | omniauth (~> 1.1) |
... | ... | @@ -588,16 +588,16 @@ GEM |
588 | 588 | rack |
589 | 589 | rack-test (0.6.3) |
590 | 590 | rack (>= 1.0) |
591 | - rails (4.2.5.1) | |
592 | - actionmailer (= 4.2.5.1) | |
593 | - actionpack (= 4.2.5.1) | |
594 | - actionview (= 4.2.5.1) | |
595 | - activejob (= 4.2.5.1) | |
596 | - activemodel (= 4.2.5.1) | |
597 | - activerecord (= 4.2.5.1) | |
598 | - activesupport (= 4.2.5.1) | |
591 | + rails (4.2.5.2) | |
592 | + actionmailer (= 4.2.5.2) | |
593 | + actionpack (= 4.2.5.2) | |
594 | + actionview (= 4.2.5.2) | |
595 | + activejob (= 4.2.5.2) | |
596 | + activemodel (= 4.2.5.2) | |
597 | + activerecord (= 4.2.5.2) | |
598 | + activesupport (= 4.2.5.2) | |
599 | 599 | bundler (>= 1.3.0, < 2.0) |
600 | - railties (= 4.2.5.1) | |
600 | + railties (= 4.2.5.2) | |
601 | 601 | sprockets-rails |
602 | 602 | rails-deprecated_sanitizer (1.0.3) |
603 | 603 | activesupport (>= 4.2.0.alpha) |
... | ... | @@ -607,13 +607,13 @@ GEM |
607 | 607 | rails-deprecated_sanitizer (>= 1.0.1) |
608 | 608 | rails-html-sanitizer (1.0.3) |
609 | 609 | loofah (~> 2.0) |
610 | - railties (4.2.5.1) | |
611 | - actionpack (= 4.2.5.1) | |
612 | - activesupport (= 4.2.5.1) | |
610 | + railties (4.2.5.2) | |
611 | + actionpack (= 4.2.5.2) | |
612 | + activesupport (= 4.2.5.2) | |
613 | 613 | rake (>= 0.8.7) |
614 | 614 | thor (>= 0.18.1, < 2.0) |
615 | 615 | rainbow (2.1.0) |
616 | - raindrops (0.15.0) | |
616 | + raindrops (0.16.0) | |
617 | 617 | rake (10.5.0) |
618 | 618 | raphael-rails (2.1.2) |
619 | 619 | rb-fsevent (0.9.7) |
... | ... | @@ -703,7 +703,7 @@ GEM |
703 | 703 | rubyntlm (0.6.0) |
704 | 704 | rubypants (0.2.0) |
705 | 705 | rufus-scheduler (3.2.0) |
706 | - rugged (0.24.0b13) | |
706 | + rugged (0.24.0) | |
707 | 707 | safe_yaml (1.0.4) |
708 | 708 | sanitize (2.1.0) |
709 | 709 | nokogiri (>= 1.4.4) |
... | ... | @@ -723,7 +723,7 @@ GEM |
723 | 723 | seed-fu (2.3.5) |
724 | 724 | activerecord (>= 3.1, < 4.3) |
725 | 725 | activesupport (>= 3.1, < 4.3) |
726 | - select2-rails (3.5.9.3) | |
726 | + select2-rails (3.5.10) | |
727 | 727 | thor (~> 0.14) |
728 | 728 | sentry-raven (0.15.6) |
729 | 729 | faraday (>= 0.7.6) |
... | ... | @@ -733,7 +733,7 @@ GEM |
733 | 733 | rack |
734 | 734 | shoulda-matchers (2.8.0) |
735 | 735 | activesupport (>= 3.0.0) |
736 | - sidekiq (4.1.0) | |
736 | + sidekiq (4.1.1) | |
737 | 737 | concurrent-ruby (~> 1.0) |
738 | 738 | connection_pool (~> 2.2, >= 2.2.0) |
739 | 739 | redis (~> 3.2, >= 3.2.1) |
... | ... | @@ -989,7 +989,7 @@ DEPENDENCIES |
989 | 989 | rack-attack (~> 4.3.1) |
990 | 990 | rack-cors (~> 0.4.0) |
991 | 991 | rack-oauth2 (~> 1.2.1) |
992 | - rails (= 4.2.5.1) | |
992 | + rails (= 4.2.5.2) | |
993 | 993 | rails-deprecated_sanitizer (~> 1.0.3) |
994 | 994 | raphael-rails (~> 2.1.2) |
995 | 995 | rblineprof | ... | ... |
vendor/cache/actionmailer-4.2.5.1.gem
No preview for this file type
No preview for this file type
vendor/cache/actionpack-4.2.5.1.gem
No preview for this file type
No preview for this file type
vendor/cache/actionview-4.2.5.1.gem
No preview for this file type
No preview for this file type
vendor/cache/activejob-4.2.5.1.gem
No preview for this file type
No preview for this file type
vendor/cache/activemodel-4.2.5.1.gem
No preview for this file type
No preview for this file type
vendor/cache/activerecord-4.2.5.1.gem
No preview for this file type
No preview for this file type
vendor/cache/activesupport-4.2.5.1.gem
No preview for this file type
No preview for this file type
vendor/cache/bcrypt-3.1.10.gem
No preview for this file type
No preview for this file type
vendor/cache/excon-0.46.0.gem
No preview for this file type
No preview for this file type
vendor/cache/fog-aws-0.8.1.gem
No preview for this file type
No preview for this file type
vendor/cache/fog-local-0.2.1.gem
No preview for this file type
No preview for this file type
vendor/cache/github-linguist-4.7.5.gem
No preview for this file type
No preview for this file type
vendor/cache/oauth-0.5.0.gem
No preview for this file type
No preview for this file type
vendor/cache/omniauth-remote-user-0.1.1.gem
No preview for this file type
No preview for this file type
vendor/cache/rails-4.2.5.1.gem
No preview for this file type
No preview for this file type
vendor/cache/railties-4.2.5.1.gem
No preview for this file type
No preview for this file type
vendor/cache/raindrops-0.15.0.gem
No preview for this file type
No preview for this file type
No preview for this file type
vendor/cache/rugged-0.24.0b13.gem
No preview for this file type
No preview for this file type
vendor/cache/select2-rails-3.5.9.3.gem
No preview for this file type
vendor/cache/sidekiq-4.1.0.gem
No preview for this file type
No preview for this file type