-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile.lock
More file actions
66 lines (63 loc) · 1.33 KB
/
Gemfile.lock
File metadata and controls
66 lines (63 loc) · 1.33 KB
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
PATH
remote: .
specs:
sql_mapper (0.0.1)
activerecord (>= 2.3.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)
activesupport (3.2.8)
i18n (~> 0.6)
multi_json (~> 1.0)
arel (3.0.2)
builder (3.0.4)
columnize (0.3.6)
cucumber (1.2.1)
builder (>= 2.1.2)
diff-lcs (>= 1.1.3)
gherkin (~> 2.11.0)
json (>= 1.4.6)
diff-lcs (1.1.3)
gherkin (2.11.5)
json (>= 1.4.6)
i18n (0.6.1)
json (1.7.5)
linecache (0.46)
rbx-require-relative (> 0.0.4)
multi_json (1.3.6)
mysql (2.8.2)
pg (0.14.1)
rbx-require-relative (0.0.9)
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-debug (0.10.4)
columnize (>= 0.1)
ruby-debug-base (~> 0.10.4.0)
ruby-debug-base (0.10.4)
linecache (>= 0.3)
sqlite3 (1.3.6)
tzinfo (0.3.34)
PLATFORMS
ruby
DEPENDENCIES
cucumber
mysql (>= 2.8.1)
pg (>= 0.11.0)
rspec
ruby-debug
sql_mapper!
sqlite3 (>= 1.3.4)