OSDN Git Service

Merge branch 'groonga'
[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     kaminari (0.12.4)
42       rails (>= 3.0.0)
43     mail (2.2.19)
44       activesupport (>= 2.3.6)
45       i18n (>= 0.4.0)
46       mime-types (~> 1.16)
47       treetop (~> 1.4.8)
48     mime-types (1.16)
49     pg (0.10.1)
50     pkg-config (1.1.2)
51     polyglot (0.3.1)
52     rack (1.2.3)
53     rack-mount (0.6.14)
54       rack (>= 1.0.0)
55     rack-test (0.5.7)
56       rack (>= 1.0)
57     rails (3.0.6)
58       actionmailer (= 3.0.6)
59       actionpack (= 3.0.6)
60       activerecord (= 3.0.6)
61       activeresource (= 3.0.6)
62       activesupport (= 3.0.6)
63       bundler (~> 1.0)
64       railties (= 3.0.6)
65     railties (3.0.6)
66       actionpack (= 3.0.6)
67       activesupport (= 3.0.6)
68       rake (>= 0.8.7)
69       thor (~> 0.14.4)
70     rake (0.9.2)
71     rroonga (1.2.4)
72       pkg-config
73     rspec (2.6.0)
74       rspec-core (~> 2.6.0)
75       rspec-expectations (~> 2.6.0)
76       rspec-mocks (~> 2.6.0)
77     rspec-core (2.6.4)
78     rspec-expectations (2.6.0)
79       diff-lcs (~> 1.1.2)
80     rspec-mocks (2.6.0)
81     rspec-rails (2.6.1)
82       actionpack (~> 3.0)
83       activesupport (~> 3.0)
84       railties (~> 3.0)
85       rspec (~> 2.6.0)
86     thor (0.14.6)
87     treetop (1.4.9)
88       polyglot (>= 0.3.1)
89     tzinfo (0.3.29)
90
91 PLATFORMS
92   ruby
93
94 DEPENDENCIES
95   activegroonga (= 1.0.4)
96   i18n_generators
97   kaminari
98   pg (= 0.10.1)
99   rails (= 3.0.6)
100   rspec-rails (= 2.6.1)