Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /doxiv/Gemfile.lock

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6 - (hide annotations) (download)
Mon Sep 16 14:28:08 2013 UTC (10 years, 7 months ago) by hidetoshi
File size: 2730 byte(s)
add i18n etc...
1 hidetoshi 1 GEM
2     remote: https://rubygems.org/
3     specs:
4     actionmailer (3.2.13)
5     actionpack (= 3.2.13)
6     mail (~> 2.5.3)
7     actionpack (3.2.13)
8     activemodel (= 3.2.13)
9     activesupport (= 3.2.13)
10     builder (~> 3.0.0)
11     erubis (~> 2.7.0)
12     journey (~> 1.0.4)
13     rack (~> 1.4.5)
14     rack-cache (~> 1.2)
15     rack-test (~> 0.6.1)
16     sprockets (~> 2.2.1)
17     activemodel (3.2.13)
18     activesupport (= 3.2.13)
19     builder (~> 3.0.0)
20     activerecord (3.2.13)
21     activemodel (= 3.2.13)
22     activesupport (= 3.2.13)
23     arel (~> 3.0.2)
24     tzinfo (~> 0.3.29)
25     activeresource (3.2.13)
26     activemodel (= 3.2.13)
27     activesupport (= 3.2.13)
28     activesupport (3.2.13)
29     i18n (= 0.6.1)
30     multi_json (~> 1.0)
31     arel (3.0.2)
32 hidetoshi 6 bcrypt-ruby (3.0.1)
33 hidetoshi 1 builder (3.0.4)
34     coffee-rails (3.2.2)
35     coffee-script (>= 2.2.0)
36     railties (~> 3.2.0)
37     coffee-script (2.2.0)
38     coffee-script-source
39     execjs
40     coffee-script-source (1.6.3)
41     erubis (2.7.0)
42     execjs (1.4.0)
43     multi_json (~> 1.0)
44     hike (1.2.3)
45     i18n (0.6.1)
46     journey (1.0.4)
47     jquery-rails (3.0.4)
48     railties (>= 3.0, < 5.0)
49     thor (>= 0.14, < 2.0)
50     json (1.8.0)
51     libv8 (3.11.8.17)
52     mail (2.5.4)
53     mime-types (~> 1.16)
54     treetop (~> 1.4.8)
55     mime-types (1.24)
56     multi_json (1.7.9)
57     polyglot (0.3.3)
58     rack (1.4.5)
59     rack-cache (1.2)
60     rack (>= 0.4)
61     rack-ssl (1.3.3)
62     rack
63     rack-test (0.6.2)
64     rack (>= 1.0)
65     rails (3.2.13)
66     actionmailer (= 3.2.13)
67     actionpack (= 3.2.13)
68     activerecord (= 3.2.13)
69     activeresource (= 3.2.13)
70     activesupport (= 3.2.13)
71     bundler (~> 1.0)
72     railties (= 3.2.13)
73 hidetoshi 6 rails-i18n (0.7.4)
74     i18n (~> 0.5)
75 hidetoshi 1 railties (3.2.13)
76     actionpack (= 3.2.13)
77     activesupport (= 3.2.13)
78     rack-ssl (~> 1.3.2)
79     rake (>= 0.8.7)
80     rdoc (~> 3.4)
81     thor (>= 0.14.6, < 2.0)
82     rake (10.1.0)
83     rdoc (3.12.2)
84     json (~> 1.4)
85     ref (1.0.5)
86     sass (3.2.10)
87     sass-rails (3.2.6)
88     railties (~> 3.2.0)
89     sass (>= 3.1.10)
90     tilt (~> 1.3)
91     sprockets (2.2.2)
92     hike (~> 1.2)
93     multi_json (~> 1.0)
94     rack (~> 1.0)
95     tilt (~> 1.1, != 1.3.0)
96     sqlite3 (1.3.7)
97     therubyracer (0.11.4)
98     libv8 (~> 3.11.8.12)
99     ref
100     thor (0.18.1)
101     tilt (1.4.1)
102     treetop (1.4.14)
103     polyglot
104     polyglot (>= 0.3.1)
105     tzinfo (0.3.37)
106     uglifier (2.1.2)
107     execjs (>= 0.3.0)
108     multi_json (~> 1.0, >= 1.0.2)
109    
110     PLATFORMS
111     ruby
112    
113     DEPENDENCIES
114 hidetoshi 6 bcrypt-ruby (~> 3.0.0)
115 hidetoshi 1 coffee-rails (~> 3.2.1)
116     jquery-rails
117     rails (= 3.2.13)
118 hidetoshi 6 rails-i18n
119 hidetoshi 1 sass-rails (~> 3.2.3)
120     sqlite3
121     therubyracer
122     uglifier (>= 1.0.3)

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26