Skip to content

Commit 0e6b285

Browse files
committed
Yes, Gemfile.lock SHOULD be in the project :-)
1 parent 9b8f2ae commit 0e6b285

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed

Gemfile.lock

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
PATH
2+
remote: .
3+
specs:
4+
tourbus (2.0.2)
5+
activesupport (~> 3.0.0)
6+
faker (= 0.9.5)
7+
faker
8+
hpricot (= 0.8.4)
9+
hpricot
10+
i18n (= 0.5.0)
11+
mechanize (~> 1.0.0)
12+
nokogiri (= 1.4.4)
13+
trollop (= 1.16.2)
14+
trollop
15+
webrat (~> 0.7.0)
16+
17+
GEM
18+
remote: https://rubygems.org/
19+
specs:
20+
activesupport (3.0.20)
21+
columnize (0.3.6)
22+
diff-lcs (1.2.1)
23+
faker (0.9.5)
24+
i18n (~> 0.4)
25+
hpricot (0.8.4)
26+
i18n (0.5.0)
27+
linecache (0.46)
28+
rbx-require-relative (> 0.0.4)
29+
mechanize (1.0.0)
30+
nokogiri (>= 1.2.1)
31+
nokogiri (1.4.4)
32+
rack (1.2.2)
33+
rack-test (0.6.2)
34+
rack (>= 1.0)
35+
rbx-require-relative (0.0.9)
36+
rspec (2.13.0)
37+
rspec-core (~> 2.13.0)
38+
rspec-expectations (~> 2.13.0)
39+
rspec-mocks (~> 2.13.0)
40+
rspec-core (2.13.1)
41+
rspec-expectations (2.13.0)
42+
diff-lcs (>= 1.1.3, < 2.0)
43+
rspec-mocks (2.13.0)
44+
ruby-debug (0.10.4)
45+
columnize (>= 0.1)
46+
ruby-debug-base (~> 0.10.4.0)
47+
ruby-debug-base (0.10.4)
48+
linecache (>= 0.3)
49+
sinatra (1.2.6)
50+
rack (~> 1.1)
51+
tilt (>= 1.2.2, < 2.0)
52+
tilt (1.3)
53+
trollop (1.16.2)
54+
webrat (0.7.3)
55+
nokogiri (>= 1.2.0)
56+
rack (>= 1.0)
57+
rack-test (>= 0.5.3)
58+
59+
PLATFORMS
60+
ruby
61+
62+
DEPENDENCIES
63+
rack (= 1.2.2)
64+
rack-test
65+
rspec
66+
ruby-debug
67+
sinatra (= 1.2.6)
68+
tilt (= 1.3)
69+
tourbus!

0 commit comments

Comments
 (0)