forked from rubyworks/smeagol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile.lock
94 lines (90 loc) · 1.91 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
GIT
remote: git://github.com/thelastagency/gollum.git
revision: 421049d097dcc981f7f0e8855cce1977bc89cdc6
specs:
gollum (1.1.0)
albino (~> 1.2.3)
github-markup (>= 0.4.0, < 1.0.0)
grit (~> 2.4.1)
mustache (>= 0.11.2, < 1.0.0)
nokogiri (~> 1.4)
sanitize (~> 2.0.0)
sinatra (~> 1.0)
PATH
remote: .
specs:
smeagol (0.5.3)
OptionParser (~> 0.5.1)
daemons (~> 1.1.0)
gollum (~> 1.1.0)
rack (= 1.2.0)
sinatra (~> 1.0)
GEM
remote: http://rubygems.org/
specs:
OptionParser (0.5.1)
albino (1.2.3)
builder (2.1.2)
capybara (0.3.9)
culerity (>= 0.2.4)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (>= 0.0.3)
childprocess (0.1.6)
ffi (~> 0.6.3)
cucumber (0.8.5)
builder (~> 2.1.2)
diff-lcs (~> 1.1.2)
gherkin (~> 2.1.4)
json_pure (~> 1.4.3)
term-ansicolor (~> 1.0.4)
culerity (0.2.15)
daemons (1.1.0)
diff-lcs (1.1.2)
ffi (0.6.3)
rake (>= 0.8.7)
gherkin (2.1.5)
trollop (~> 1.16.2)
github-markup (0.5.3)
grit (2.4.1)
diff-lcs (~> 1.1)
mime-types (~> 1.15)
json_pure (1.4.6)
mime-types (1.16)
minitest (1.7.2)
mocha (0.9.11)
rake
mustache (0.12.0)
nokogiri (1.4.4)
rack (1.2.0)
rack-test (0.5.7)
rack (>= 1.0)
rake (0.8.7)
rspec (1.3.1)
rubyzip (0.9.4)
sanitize (2.0.0)
nokogiri (~> 1.4.4)
selenium-webdriver (0.1.2)
childprocess (~> 0.1.5)
ffi (~> 0.6.3)
json_pure
rubyzip
sinatra (1.1.2)
rack (~> 1.1)
tilt (~> 1.2)
term-ansicolor (1.0.5)
tilt (1.2.2)
trollop (1.16.2)
PLATFORMS
ruby
DEPENDENCIES
capybara (~> 0.3.9)
cucumber (~> 0.8.5)
gollum (= 1.1.0)!
minitest (~> 1.7.0)
mocha (~> 0.9.8)
rake (~> 0.8.3)
rspec (~> 1.3.0)
smeagol!