Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Gemfile.lock « omniauth-cas3 « gems « vendor - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a856e78f00ff9fbda32c1a849bbbe16737a8b729 (plain)
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
PATH
  remote: .
  specs:
    omniauth-cas3 (1.1.4)
      addressable (~> 2.3)
      nokogiri (~> 1.7, >= 1.7.1)
      omniauth (~> 2.0)

GEM
  remote: https://rubygems.org/
  specs:
    addressable (2.8.1)
      public_suffix (>= 2.0.2, < 6.0)
    awesome_print (1.9.2)
    crack (0.4.5)
      rexml
    diff-lcs (1.5.0)
    hashdiff (1.0.1)
    hashie (5.0.0)
    nokogiri (1.13.7)
      racc (~> 1.4)
    omniauth (2.1.0)
      hashie (>= 3.4.6)
      rack (>= 2.2.3)
      rack-protection
    public_suffix (5.0.0)
    racc (1.6.0)
    rack (2.2.4)
    rack-protection (2.2.2)
      rack
    rack-test (0.8.3)
      rack (>= 1.0, < 3)
    rake (10.5.0)
    rexml (3.2.5)
    rspec (3.11.0)
      rspec-core (~> 3.11.0)
      rspec-expectations (~> 3.11.0)
      rspec-mocks (~> 3.11.0)
    rspec-core (3.11.0)
      rspec-support (~> 3.11.0)
    rspec-expectations (3.11.0)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.11.0)
    rspec-mocks (3.11.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.11.0)
    rspec-support (3.11.0)
    webmock (3.18.1)
      addressable (>= 2.8.0)
      crack (>= 0.3.2)
      hashdiff (>= 0.4.0, < 2.0.0)

PLATFORMS
  ruby

DEPENDENCIES
  awesome_print
  omniauth-cas3!
  rack-test (~> 0.6)
  rake (~> 10.0)
  rspec (>= 3.4)
  webmock

BUNDLED WITH
   2.3.21