File: Gemfile.lock

package info (click to toggle)
ruby-omniauth-openid 2.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 140 kB
  • sloc: ruby: 196; makefile: 3
file content (88 lines) | stat: -rw-r--r-- 1,879 bytes parent folder | download
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
GIT
  remote: git://github.com/mbleigh/ruby-openid.git
  revision: 4b6fdd152edbc9d1f617056879eb03bd82b78eb4
  specs:
    ruby-openid (2.1.8)

PATH
  remote: .
  specs:
    omniauth-openid (2.0.1)
      omniauth (>= 1.0, < 3.0)
      rack-openid (~> 1.4.0)

GEM
  remote: http://rubygems.org/
  specs:
    addressable (2.7.0)
      public_suffix (>= 2.0.2, < 5.0)
    crack (0.4.5)
      rexml
    diff-lcs (1.4.4)
    docile (1.3.5)
    hashdiff (1.0.1)
    hashie (4.1.0)
    mustermann (1.1.1)
      ruby2_keywords (~> 0.0.1)
    omniauth (2.0.1)
      hashie (>= 3.4.6)
      rack (>= 1.6.2, < 3)
      rack-protection
    public_suffix (4.0.6)
    rack (2.2.3)
    rack-openid (1.4.2)
      rack (>= 1.1.0)
      ruby-openid (>= 2.1.8)
    rack-protection (2.1.0)
      rack
    rack-test (1.1.0)
      rack (>= 1.0, < 3)
    rake (12.3.3)
    rexml (3.2.4)
    rspec (3.10.0)
      rspec-core (~> 3.10.0)
      rspec-expectations (~> 3.10.0)
      rspec-mocks (~> 3.10.0)
    rspec-core (3.10.1)
      rspec-support (~> 3.10.0)
    rspec-expectations (3.10.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.10.0)
    rspec-mocks (3.10.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.10.0)
    rspec-support (3.10.1)
    ruby2_keywords (0.0.4)
    simplecov (0.18.5)
      docile (~> 1.1)
      simplecov-html (~> 0.11)
    simplecov-html (0.12.3)
    sinatra (2.1.0)
      mustermann (~> 1.0)
      rack (~> 2.2)
      rack-protection (= 2.1.0)
      tilt (~> 2.0)
    tilt (2.0.10)
    webmock (3.11.1)
      addressable (>= 2.3.6)
      crack (>= 0.3.2)
      hashdiff (>= 0.4.0, < 2.0.0)
    yard (0.9.26)

PLATFORMS
  ruby

DEPENDENCIES
  jruby-openssl (~> 0.9)
  omniauth-openid!
  rack-test
  rake (~> 12.0)
  rspec (>= 3.0)
  ruby-openid (= 2.1.8)!
  simplecov (>= 0.9)
  sinatra
  webmock (~> 3.0)
  yard (>= 0.9.11)

BUNDLED WITH
   2.2.5