forked from obfuscurity/descartes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
123 lines (121 loc) · 2.6 KB
/
Gemfile.lock
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
GEM
remote: http://rubygems.org/
specs:
addressable (2.3.2)
coderay (1.0.8)
daemons (1.1.9)
diff-lcs (1.1.3)
eventmachine (1.0.3)
faraday (0.8.6)
multipart-post (~> 1.1)
faraday_middleware (0.9.0)
faraday (>= 0.7.4, < 0.9)
foreman (0.60.2)
thor (>= 0.13.6)
haml (3.1.7)
hashie (1.2.0)
json (1.7.5)
method_source (0.8.1)
mime-types (1.19)
multi_json (1.6.1)
multipart-post (1.2.0)
netrc (0.7.7)
nokogiri (1.5.5)
octokit (1.23.0)
addressable (~> 2.2)
faraday (~> 0.8)
faraday_middleware (~> 0.9)
hashie (~> 1.2)
multi_json (~> 1.3)
netrc (~> 0.7.7)
omniauth (1.1.1)
hashie (~> 1.2)
rack
omniauth-google-apps (0.0.2)
omniauth (~> 1.0)
omniauth-openid (~> 1.0)
ruby-openid-apps-discovery (~> 1.2.0)
omniauth-openid (1.0.1)
omniauth (~> 1.0)
rack-openid (~> 1.3.1)
openid-redis-store (0.0.2)
redis
ruby-openid
pg (0.14.1)
pry (0.9.10)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.3.1)
rack (1.4.1)
rack-canonical-host (0.0.8)
addressable
rack (~> 1.0)
rack-openid (1.3.1)
rack (>= 1.1.0)
ruby-openid (>= 2.1.8)
rack-protection (1.2.0)
rack
rack-ssl-enforcer (0.2.4)
rack-test (0.6.2)
rack (>= 1.0)
rake (0.9.2.2)
redis (3.0.2)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.11.0)
rspec-core (~> 2.11.0)
rspec-expectations (~> 2.11.0)
rspec-mocks (~> 2.11.0)
rspec-core (2.11.1)
rspec-expectations (2.11.3)
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.3)
ruby-openid (2.2.2)
ruby-openid-apps-discovery (1.2.0)
ruby-openid (>= 2.1.7)
rufus-scheduler (2.0.17)
tzinfo (>= 0.3.23)
sequel (3.41.0)
sinatra (1.3.1)
rack (~> 1.3, >= 1.3.4)
rack-protection (~> 1.1, >= 1.1.2)
tilt (~> 1.3, >= 1.3.3)
sinatra_auth_github (0.13.3)
sinatra (~> 1.0)
warden-github (~> 0.13.1)
slop (3.3.3)
thin (1.5.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.16.0)
tilt (1.3.3)
tzinfo (0.3.35)
warden (1.2.1)
rack (>= 1.0)
warden-github (0.13.2)
octokit (>= 1.22.0)
warden (> 1.0)
PLATFORMS
ruby
DEPENDENCIES
foreman
haml
json
nokogiri
omniauth
omniauth-google-apps
openid-redis-store
pg
pry
rack-canonical-host
rack-ssl-enforcer
rack-test
rake
rest-client
rspec
rufus-scheduler
sequel
sinatra (= 1.3.1)
sinatra_auth_github (= 0.13.3)
thin (= 1.5.1)