summary refs log tree commit diff
path: root/pkgs/applications/version-management/gitaly/Gemfile.lock
blob: 5ea14855b97f075f9e161083b9ced76df11e7957 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
GEM
  remote: https://rubygems.org/
  specs:
    activesupport (5.0.0.1)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (~> 0.7)
      minitest (~> 5.1)
      tzinfo (~> 1.1)
    addressable (2.5.1)
      public_suffix (~> 2.0, >= 2.0.2)
    ast (2.3.0)
    charlock_holmes (0.7.5)
    concurrent-ruby (1.0.5)
    escape_utils (1.1.1)
    faraday (0.12.2)
      multipart-post (>= 1.2, < 3)
    gitaly-proto (0.37.0)
      google-protobuf (~> 3.1)
      grpc (~> 1.0)
    github-linguist (4.7.6)
      charlock_holmes (~> 0.7.3)
      escape_utils (~> 1.1.0)
      mime-types (>= 1.19)
      rugged (>= 0.23.0b)
    gitlab-styles (2.0.0)
      rubocop (~> 0.49)
      rubocop-gitlab-security (~> 0.1.0)
      rubocop-rspec (~> 1.15)
    google-protobuf (3.4.0.2)
    googleauth (0.5.3)
      faraday (~> 0.12)
      jwt (~> 1.4)
      logging (~> 2.0)
      memoist (~> 0.12)
      multi_json (~> 1.11)
      os (~> 0.9)
      signet (~> 0.7)
    grpc (1.6.0)
      google-protobuf (~> 3.1)
      googleauth (~> 0.5.1)
    i18n (0.8.1)
    jwt (1.5.6)
    little-plugger (1.1.4)
    logging (2.2.2)
      little-plugger (~> 1.1)
      multi_json (~> 1.10)
    memoist (0.16.0)
    mime-types (3.1)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2016.0521)
    minitest (5.9.1)
    multi_json (1.12.1)
    multipart-post (2.0.0)
    os (0.9.6)
    parallel (1.12.0)
    parser (2.4.0.0)
      ast (~> 2.2)
    powerpack (0.1.1)
    public_suffix (2.0.5)
    rainbow (2.2.2)
      rake
    rake (12.1.0)
    rubocop (0.50.0)
      parallel (~> 1.10)
      parser (>= 2.3.3.1, < 3.0)
      powerpack (~> 0.1)
      rainbow (>= 2.2.2, < 3.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (~> 1.0, >= 1.0.1)
    rubocop-gitlab-security (0.1.0)
      rubocop (>= 0.47.1)
    rubocop-rspec (1.17.0)
      rubocop (>= 0.50.0)
    ruby-progressbar (1.8.3)
    rugged (0.26.0)
    signet (0.7.3)
      addressable (~> 2.3)
      faraday (~> 0.9)
      jwt (~> 1.5)
      multi_json (~> 1.10)
    thread_safe (0.3.6)
    tzinfo (1.2.2)
      thread_safe (~> 0.1)
    unicode-display_width (1.3.0)

PLATFORMS
  ruby

DEPENDENCIES
  activesupport
  gitaly-proto (~> 0.37.0)
  github-linguist (~> 4.7.0)
  gitlab-styles (~> 2.0.0)

BUNDLED WITH
   1.15.4