ignore tmp
[uma.git] / Gemfile.lock
blobc9f3b396ce9e172a778b55e879610f2126639368
1 GEM
2   remote: http://rubygems.org/
3   specs:
4     abstract (1.0.0)
5     actionmailer (3.0.7)
6       actionpack (= 3.0.7)
7       mail (~> 2.2.15)
8     actionpack (3.0.7)
9       activemodel (= 3.0.7)
10       activesupport (= 3.0.7)
11       builder (~> 2.1.2)
12       erubis (~> 2.6.6)
13       i18n (~> 0.5.0)
14       rack (~> 1.2.1)
15       rack-mount (~> 0.6.14)
16       rack-test (~> 0.5.7)
17       tzinfo (~> 0.3.23)
18     activemerchant (1.14.0)
19       activesupport (>= 2.3.8)
20       braintree (>= 2.0.0)
21       builder (>= 2.0.0)
22     activemodel (3.0.7)
23       activesupport (= 3.0.7)
24       builder (~> 2.1.2)
25       i18n (~> 0.5.0)
26     activerecord (3.0.7)
27       activemodel (= 3.0.7)
28       activesupport (= 3.0.7)
29       arel (~> 2.0.2)
30       tzinfo (~> 0.3.23)
31     activeresource (3.0.7)
32       activemodel (= 3.0.7)
33       activesupport (= 3.0.7)
34     activesupport (3.0.7)
35     acts_as_list (0.1.2)
36     arel (2.0.10)
37     bcrypt-ruby (2.1.4)
38     bcrypt-ruby (2.1.4-x86-mingw32)
39     braintree (2.10.0)
40       builder
41     builder (2.1.2)
42     cancan (1.6.4)
43     devise (1.3.3)
44       bcrypt-ruby (~> 2.1.2)
45       orm_adapter (~> 0.0.3)
46       warden (~> 1.0.3)
47     erubis (2.6.6)
48       abstract (>= 1.0.0)
49     faker (0.9.5)
50       i18n (~> 0.4)
51     highline (1.5.1)
52     i18n (0.5.0)
53     jquery-rails (0.2.6)
54       rails (~> 3.0)
55       thor (~> 0.14.4)
56     mail (2.2.19)
57       activesupport (>= 2.3.6)
58       i18n (>= 0.4.0)
59       mime-types (~> 1.16)
60       treetop (~> 1.4.8)
61     meta_search (1.0.5)
62       actionpack (~> 3.0.2)
63       activerecord (~> 3.0.2)
64       activesupport (~> 3.0.2)
65       arel (~> 2.0.2)
66     mime-types (1.16)
67     mini_magick (3.2.1)
68       subexec (~> 0.0.4)
69     nested_set (1.6.4)
70       activerecord (>= 3.0.0)
71       railties (>= 3.0.0)
72     orm_adapter (0.0.5)
73     paperclip (2.3.8)
74       activerecord
75       activesupport
76     polyglot (0.3.1)
77     rack (1.2.3)
78     rack-mount (0.6.14)
79       rack (>= 1.0.0)
80     rack-test (0.5.7)
81       rack (>= 1.0)
82     rails (3.0.7)
83       actionmailer (= 3.0.7)
84       actionpack (= 3.0.7)
85       activerecord (= 3.0.7)
86       activeresource (= 3.0.7)
87       activesupport (= 3.0.7)
88       bundler (~> 1.0)
89       railties (= 3.0.7)
90     railties (3.0.7)
91       actionpack (= 3.0.7)
92       activesupport (= 3.0.7)
93       rake (>= 0.8.7)
94       thor (~> 0.14.4)
95     rake (0.8.7)
96     rd_find_by_param (0.1.1)
97       activerecord (~> 3.0)
98       activesupport (~> 3.0)
99     rd_resource_controller (1.0.1)
100     rd_unobtrusive_date_picker (0.1.0)
101     spree (0.60.0)
102       spree_api (= 0.60.0)
103       spree_auth (= 0.60.0)
104       spree_core (= 0.60.0)
105       spree_dash (= 0.60.0)
106       spree_promo (= 0.60.0)
107       spree_sample (= 0.60.0)
108     spree_api (0.60.0)
109       spree_auth (= 0.60.0)
110       spree_core (= 0.60.0)
111     spree_auth (0.60.0)
112       cancan (= 1.6.4)
113       devise (= 1.3.3)
114       spree_core (= 0.60.0)
115     spree_core (0.60.0)
116       activemerchant (= 1.14.0)
117       acts_as_list (= 0.1.2)
118       faker (= 0.9.5)
119       highline (= 1.5.1)
120       jquery-rails (= 0.2.6)
121       meta_search (= 1.0.5)
122       nested_set (= 1.6.4)
123       paperclip (= 2.3.8)
124       rails (= 3.0.7)
125       rd_find_by_param (= 0.1.1)
126       rd_resource_controller
127       rd_unobtrusive_date_picker (= 0.1.0)
128       state_machine (= 0.9.4)
129       stringex (= 1.0.3)
130       will_paginate (= 3.0.pre2)
131     spree_dash (0.60.0)
132       spree_core (= 0.60.0)
133     spree_promo (0.60.0)
134       spree_core (= 0.60.0)
135     spree_sample (0.60.0)
136       spree_core (= 0.60.0)
137     sqlite3 (1.3.3)
138     sqlite3 (1.3.3-x86-mingw32)
139     state_machine (0.9.4)
140     stringex (1.0.3)
141     subexec (0.0.4)
142     thor (0.14.6)
143     treetop (1.4.9)
144       polyglot (>= 0.3.1)
145     tzinfo (0.3.27)
146     warden (1.0.4)
147       rack (>= 1.0)
148     will_paginate (3.0.pre2)
150 PLATFORMS
151   ruby
152   x86-mingw32
154 DEPENDENCIES
155   mini_magick
156   rails (= 3.0.7)
157   rake (= 0.8.7)
158   spree
159   sqlite3