forked from rubycas/rubycas-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
119 lines (116 loc) · 2.54 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
PATH
remote: .
specs:
rubycas-server (1.1.3.pre)
activerecord (>= 2.3.12, < 4.0)
activesupport (>= 2.3.12, < 4.0)
crypt-isaac (~> 0.9.1)
sinatra (~> 1.0)
sinatra-r18n (~> 1.1.0)
GEM
remote: http://rubygems.org/
specs:
activemodel (3.2.8)
activesupport (= 3.2.8)
builder (~> 3.0.0)
activerecord (3.2.8)
activemodel (= 3.2.8)
activesupport (= 3.2.8)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.8)
activemodel (= 3.2.8)
activesupport (= 3.2.8)
activesupport (3.2.8)
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.3.2)
appraisal (0.4.1)
bundler
rake
arel (3.0.2)
builder (3.0.4)
capybara (1.1.2)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0)
xpath (~> 0.1.4)
childprocess (0.3.6)
ffi (~> 1.0, >= 1.0.6)
crack (0.3.1)
crypt-isaac (0.9.1)
diff-lcs (1.1.3)
ffi (1.1.5)
guard (1.4.0)
listen (>= 0.4.2)
thor (>= 0.14.6)
guard-rspec (2.0.0)
guard (>= 1.1)
rspec (~> 2.11)
i18n (0.6.1)
libwebsocket (0.1.5)
addressable
listen (0.5.3)
mime-types (1.19)
multi_json (1.3.6)
net-ldap (0.1.1)
nokogiri (1.5.5)
r18n-core (1.1.1)
rack (1.4.1)
rack-protection (1.2.0)
rack
rack-test (0.6.2)
rack (>= 1.0)
rake (0.8.7)
rb-inotify (0.8.8)
ffi (>= 0.5.0)
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)
rubyzip (0.9.9)
selenium-webdriver (2.25.0)
childprocess (>= 0.2.5)
libwebsocket (~> 0.1.3)
multi_json (~> 1.0)
rubyzip
sinatra (1.3.3)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
sinatra-r18n (1.1.1)
r18n-core (= 1.1.1)
sinatra (>= 1.3)
sqlite3 (1.3.6)
thor (0.16.0)
tilt (1.3.3)
tzinfo (0.3.33)
webmock (1.9.0)
addressable (>= 2.2.7)
crack (>= 0.1.7)
xpath (0.1.4)
nokogiri (~> 1.3)
PLATFORMS
ruby
DEPENDENCIES
activeresource (>= 2.3.12, < 4.0)
appraisal (~> 0.4.1)
capybara (= 1.1.2)
guard (~> 1.4.0)
guard-rspec (= 2.0.0)
net-ldap (~> 0.1.1)
nokogiri (~> 1.3)
rack-test
rake (= 0.8.7)
rb-inotify (~> 0.8.8)
rspec
rspec-core
rubycas-server!
sqlite3 (~> 1.3.1)
webmock (~> 1.8)