OSDN Git Service

databaseのパスワード設定
[on-kiroku/go_on_kiroku_tyou.git] / Gemfile.lock
1 GEM
2   remote: http://rubygems.org/
3   specs:
4     abstract (1.0.0)
5     actionmailer (3.0.5)
6       actionpack (= 3.0.5)
7       mail (~> 2.2.15)
8     actionpack (3.0.5)
9       activemodel (= 3.0.5)
10       activesupport (= 3.0.5)
11       builder (~> 2.1.2)
12       erubis (~> 2.6.6)
13       i18n (~> 0.4)
14       rack (~> 1.2.1)
15       rack-mount (~> 0.6.13)
16       rack-test (~> 0.5.7)
17       tzinfo (~> 0.3.23)
18     activemodel (3.0.5)
19       activesupport (= 3.0.5)
20       builder (~> 2.1.2)
21       i18n (~> 0.4)
22     activerecord (3.0.5)
23       activemodel (= 3.0.5)
24       activesupport (= 3.0.5)
25       arel (~> 2.0.2)
26       tzinfo (~> 0.3.23)
27     activeresource (3.0.5)
28       activemodel (= 3.0.5)
29       activesupport (= 3.0.5)
30     activesupport (3.0.5)
31     arel (2.0.9)
32     builder (2.1.2)
33     capistrano (2.5.21)
34       highline
35       net-scp (>= 1.0.0)
36       net-sftp (>= 2.0.0)
37       net-ssh (>= 2.0.14)
38       net-ssh-gateway (>= 1.0.0)
39     diff-lcs (1.1.2)
40     erubis (2.6.6)
41       abstract (>= 1.0.0)
42     factory_girl (1.3.3)
43     factory_girl_rails (1.0.1)
44       factory_girl (~> 1.3)
45       railties (>= 3.0.0)
46     highline (1.6.1)
47     i18n (0.5.0)
48     mail (2.2.15)
49       activesupport (>= 2.3.6)
50       i18n (>= 0.4.0)
51       mime-types (~> 1.16)
52       treetop (~> 1.4.8)
53     mime-types (1.16)
54     mysql2 (0.2.7)
55     net-scp (1.0.4)
56       net-ssh (>= 1.99.1)
57     net-sftp (2.0.5)
58       net-ssh (>= 2.0.9)
59     net-ssh (2.1.4)
60     net-ssh-gateway (1.0.1)
61       net-ssh (>= 1.99.1)
62     polyglot (0.3.1)
63     rack (1.2.2)
64     rack-mount (0.6.14)
65       rack (>= 1.0.0)
66     rack-test (0.5.7)
67       rack (>= 1.0)
68     rails (3.0.5)
69       actionmailer (= 3.0.5)
70       actionpack (= 3.0.5)
71       activerecord (= 3.0.5)
72       activeresource (= 3.0.5)
73       activesupport (= 3.0.5)
74       bundler (~> 1.0)
75       railties (= 3.0.5)
76     rails3-generators (0.17.4)
77       railties (>= 3.0.0)
78     railties (3.0.5)
79       actionpack (= 3.0.5)
80       activesupport (= 3.0.5)
81       rake (>= 0.8.7)
82       thor (~> 0.14.4)
83     rake (0.8.7)
84     rspec (2.4.0)
85       rspec-core (~> 2.4.0)
86       rspec-expectations (~> 2.4.0)
87       rspec-mocks (~> 2.4.0)
88     rspec-core (2.4.0)
89     rspec-expectations (2.4.0)
90       diff-lcs (~> 1.1.2)
91     rspec-mocks (2.4.0)
92     rspec-rails (2.4.1)
93       actionpack (~> 3.0)
94       activesupport (~> 3.0)
95       railties (~> 3.0)
96       rspec (~> 2.4.0)
97     thor (0.14.6)
98     treetop (1.4.9)
99       polyglot (>= 0.3.1)
100     tzinfo (0.3.26)
101
102 PLATFORMS
103   ruby
104
105 DEPENDENCIES
106   capistrano
107   factory_girl_rails
108   mysql2
109   rails (= 3.0.5)
110   rails3-generators
111   rspec (= 2.4.0)
112   rspec-rails (= 2.4.1)