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