forked from jtrupiano/stay_with_a_local
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
122 lines (120 loc) · 2.76 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
GEM
remote: http://rubygems.org/
specs:
activesupport (2.3.6)
addressable (2.2.4)
bcrypt-ruby (2.1.4)
builder (3.0.0)
columnize (0.3.2)
compass (0.8.17)
haml (>= 2.2.0)
compass-960-plugin (0.9.11)
compass
cucumber (0.6.3)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
json_pure (>= 1.2.0)
polyglot (>= 0.2.9)
term-ansicolor (>= 1.0.4)
treetop (>= 1.4.2)
data_objects (0.10.1)
addressable (~> 2.1)
datamapper (0.10.2)
dm-aggregates (~> 0.10.2)
dm-constraints (~> 0.10.2)
dm-core (~> 0.10.2)
dm-migrations (~> 0.10.2)
dm-serializer (~> 0.10.2)
dm-timestamps (~> 0.10.2)
dm-types (~> 0.10.2)
dm-validations (~> 0.10.2)
diff-lcs (1.1.2)
dm-aggregates (0.10.2)
dm-core (~> 0.10.2)
dm-constraints (0.10.2)
dm-core (~> 0.10.2)
dm-core (0.10.2)
addressable (~> 2.1)
extlib (~> 0.9.14)
dm-migrations (0.10.2)
dm-core (~> 0.10.2)
dm-serializer (0.10.2)
dm-core (~> 0.10.2)
fastercsv (~> 1.5.0)
json_pure (~> 1.2.0)
dm-timestamps (0.10.2)
dm-core (~> 0.10.2)
dm-types (0.10.2)
bcrypt-ruby (~> 2.1.2)
dm-core (~> 0.10.2)
fastercsv (~> 1.5.0)
json_pure (~> 1.2.0)
stringex (~> 1.1.0)
uuidtools (~> 2.1.1)
dm-validations (0.10.2)
dm-core (~> 0.10.2)
do_mysql (0.10.1)
data_objects (= 0.10.1)
do_postgres (0.10.1)
data_objects (= 0.10.1)
extlib (0.9.15)
fastercsv (1.5.4)
haml (3.0.25)
json (1.5.1)
json_pure (1.2.4)
linecache (0.43)
mail (2.2.0)
activesupport (>= 2.3.4)
mime-types
treetop (>= 1.4.5)
mime-types (1.16)
nokogiri (1.4.4)
oauth (0.3.6)
ruby-hmac (>= 0.3.1)
polyglot (0.3.1)
rack (1.2.2)
rack-flash (0.1.1)
rack
rack-test (0.5.3)
rack (>= 1.0)
ruby-debug (0.10.4)
columnize (>= 0.1)
ruby-debug-base (~> 0.10.4.0)
ruby-debug-base (0.10.4)
linecache (>= 0.3)
ruby-hmac (0.4.0)
sinatra (1.0)
rack (>= 1.0)
stringex (1.1.0)
term-ansicolor (1.0.5)
tlsmail (0.0.1)
treetop (1.4.9)
polyglot (>= 0.3.1)
twitter_oauth (0.3.3)
json (>= 1.1.9)
mime-types (>= 1.16)
oauth (>= 0.3.6)
uuidtools (2.1.2)
webrat (0.7.0)
nokogiri (>= 1.2.0)
rack (>= 1.0)
rack-test (>= 0.5.3)
PLATFORMS
ruby
DEPENDENCIES
activesupport (= 2.3.6)
compass (= 0.8.17)
compass-960-plugin (= 0.9.11)
cucumber (= 0.6.3)
datamapper (= 0.10.2)
do_mysql (= 0.10.1)
do_postgres (= 0.10.1)
mail (= 2.2.0)
oauth (= 0.3.6)
rack-flash (= 0.1.1)
rack-test (= 0.5.3)
ruby-debug
sinatra (= 1.0)
tlsmail (= 0.0.1)
twitter_oauth (= 0.3.3)
webrat (= 0.7.0)