OSDN Git Service

Seed data for development environment
[sharp4k/CUTEn.git] / CutenServer / Gemfile.lock
1 GEM
2   remote: https://rubygems.org/
3   specs:
4     actionmailer (3.2.6)
5       actionpack (= 3.2.6)
6       mail (~> 2.4.4)
7     actionpack (3.2.6)
8       activemodel (= 3.2.6)
9       activesupport (= 3.2.6)
10       builder (~> 3.0.0)
11       erubis (~> 2.7.0)
12       journey (~> 1.0.1)
13       rack (~> 1.4.0)
14       rack-cache (~> 1.2)
15       rack-test (~> 0.6.1)
16       sprockets (~> 2.1.3)
17     activemodel (3.2.6)
18       activesupport (= 3.2.6)
19       builder (~> 3.0.0)
20     activerecord (3.2.6)
21       activemodel (= 3.2.6)
22       activesupport (= 3.2.6)
23       arel (~> 3.0.2)
24       tzinfo (~> 0.3.29)
25     activeresource (3.2.6)
26       activemodel (= 3.2.6)
27       activesupport (= 3.2.6)
28     activesupport (3.2.6)
29       i18n (~> 0.6)
30       multi_json (~> 1.0)
31     arel (3.0.2)
32     builder (3.0.0)
33     erubis (2.7.0)
34     hike (1.2.1)
35     i18n (0.6.0)
36     journey (1.0.4)
37     json (1.7.3)
38     mail (2.4.4)
39       i18n (>= 0.4.0)
40       mime-types (~> 1.16)
41       treetop (~> 1.4.8)
42     mime-types (1.18)
43     multi_json (1.3.6)
44     polyglot (0.3.3)
45     rack (1.4.1)
46     rack-cache (1.2)
47       rack (>= 0.4)
48     rack-ssl (1.3.2)
49       rack
50     rack-test (0.6.1)
51       rack (>= 1.0)
52     rails (3.2.6)
53       actionmailer (= 3.2.6)
54       actionpack (= 3.2.6)
55       activerecord (= 3.2.6)
56       activeresource (= 3.2.6)
57       activesupport (= 3.2.6)
58       bundler (~> 1.0)
59       railties (= 3.2.6)
60     rails-api (0.0.2)
61       actionpack (>= 3.2.0)
62       railties (>= 3.2.0)
63       tzinfo (~> 0.3.31)
64     railties (3.2.6)
65       actionpack (= 3.2.6)
66       activesupport (= 3.2.6)
67       rack-ssl (~> 1.3.2)
68       rake (>= 0.8.7)
69       rdoc (~> 3.4)
70       thor (>= 0.14.6, < 2.0)
71     rake (0.9.2.2)
72     rdoc (3.12)
73       json (~> 1.4)
74     sprockets (2.1.3)
75       hike (~> 1.2)
76       rack (~> 1.0)
77       tilt (~> 1.1, != 1.3.0)
78     sqlite3 (1.3.6)
79     thor (0.15.2)
80     tilt (1.3.3)
81     treetop (1.4.10)
82       polyglot
83       polyglot (>= 0.3.1)
84     tzinfo (0.3.33)
85
86 PLATFORMS
87   ruby
88
89 DEPENDENCIES
90   rails (= 3.2.6)
91   rails-api
92   sqlite3