OSDN Git Service

add db/groonga/migrate and schema
[tdcgexplorer/nimono.git] / Gemfile.lock
1 GEM
2   remote: http://rubygems.org/
3   specs:
4     abstract (1.0.0)
5     actionmailer (3.0.6)
6       actionpack (= 3.0.6)
7       mail (~> 2.2.15)
8     actionpack (3.0.6)
9       activemodel (= 3.0.6)
10       activesupport (= 3.0.6)
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     activegroonga (1.0.4)
19       activemodel (>= 3.0.1)
20       rroonga (>= 1.0.4)
21     activemodel (3.0.6)
22       activesupport (= 3.0.6)
23       builder (~> 2.1.2)
24       i18n (~> 0.5.0)
25     activerecord (3.0.6)
26       activemodel (= 3.0.6)
27       activesupport (= 3.0.6)
28       arel (~> 2.0.2)
29       tzinfo (~> 0.3.23)
30     activeresource (3.0.6)
31       activemodel (= 3.0.6)
32       activesupport (= 3.0.6)
33     activesupport (3.0.6)
34     arel (2.0.10)
35     builder (2.1.2)
36     diff-lcs (1.1.2)
37     erubis (2.6.6)
38       abstract (>= 1.0.0)
39     i18n (0.5.0)
40     i18n_generators (1.0.3)
41     mail (2.2.19)
42       activesupport (>= 2.3.6)
43       i18n (>= 0.4.0)
44       mime-types (~> 1.16)
45       treetop (~> 1.4.8)
46     mime-types (1.16)
47     pg (0.10.1)
48     pkg-config (1.1.2)
49     polyglot (0.3.1)
50     rack (1.2.3)
51     rack-mount (0.6.14)
52       rack (>= 1.0.0)
53     rack-test (0.5.7)
54       rack (>= 1.0)
55     rails (3.0.6)
56       actionmailer (= 3.0.6)
57       actionpack (= 3.0.6)
58       activerecord (= 3.0.6)
59       activeresource (= 3.0.6)
60       activesupport (= 3.0.6)
61       bundler (~> 1.0)
62       railties (= 3.0.6)
63     railties (3.0.6)
64       actionpack (= 3.0.6)
65       activesupport (= 3.0.6)
66       rake (>= 0.8.7)
67       thor (~> 0.14.4)
68     rake (0.9.2)
69     rroonga (1.2.4)
70       pkg-config
71     rspec (2.6.0)
72       rspec-core (~> 2.6.0)
73       rspec-expectations (~> 2.6.0)
74       rspec-mocks (~> 2.6.0)
75     rspec-core (2.6.4)
76     rspec-expectations (2.6.0)
77       diff-lcs (~> 1.1.2)
78     rspec-mocks (2.6.0)
79     rspec-rails (2.6.1)
80       actionpack (~> 3.0)
81       activesupport (~> 3.0)
82       railties (~> 3.0)
83       rspec (~> 2.6.0)
84     thor (0.14.6)
85     treetop (1.4.9)
86       polyglot (>= 0.3.1)
87     tzinfo (0.3.29)
88     will_paginate (3.0.pre2)
89
90 PLATFORMS
91   ruby
92
93 DEPENDENCIES
94   activegroonga (= 1.0.4)
95   i18n_generators
96   pg (= 0.10.1)
97   rails (= 3.0.6)
98   rspec-rails (= 2.6.1)
99   will_paginate (= 3.0.pre2)