comparison Gemfile.lock @ 234:ce8a61e97957

Welcome rails 4.0.
author edogawaconan <me@myconan.net>
date Tue, 25 Jun 2013 23:40:23 +0900
parents 5921c0dea632
children 90c5e399aa5f
comparison
equal deleted inserted replaced
233:5921c0dea632 234:ce8a61e97957
1 GEM 1 GEM
2 remote: https://rubygems.org/ 2 remote: https://rubygems.org/
3 specs: 3 specs:
4 actionmailer (4.0.0.rc1) 4 actionmailer (4.0.0)
5 actionpack (= 4.0.0.rc1) 5 actionpack (= 4.0.0)
6 mail (~> 2.5.3) 6 mail (~> 2.5.3)
7 actionpack (4.0.0.rc1) 7 actionpack (4.0.0)
8 activesupport (= 4.0.0.rc1) 8 activesupport (= 4.0.0)
9 builder (~> 3.1.0) 9 builder (~> 3.1.0)
10 erubis (~> 2.7.0) 10 erubis (~> 2.7.0)
11 rack (~> 1.5.2) 11 rack (~> 1.5.2)
12 rack-test (~> 0.6.2) 12 rack-test (~> 0.6.2)
13 actionpack-page_caching (1.0.0) 13 actionpack-page_caching (1.0.0)
14 actionpack (>= 4.0.0.beta, < 5.0) 14 actionpack (>= 4.0.0.beta, < 5.0)
15 activemodel (4.0.0.rc1) 15 activemodel (4.0.0)
16 activesupport (= 4.0.0.rc1) 16 activesupport (= 4.0.0)
17 builder (~> 3.1.0) 17 builder (~> 3.1.0)
18 activerecord (4.0.0.rc1) 18 activerecord (4.0.0)
19 activemodel (= 4.0.0.rc1) 19 activemodel (= 4.0.0)
20 activerecord-deprecated_finders (~> 1.0.2) 20 activerecord-deprecated_finders (~> 1.0.2)
21 activesupport (= 4.0.0.rc1) 21 activesupport (= 4.0.0)
22 arel (~> 4.0.0) 22 arel (~> 4.0.0)
23 activerecord-deprecated_finders (1.0.2) 23 activerecord-deprecated_finders (1.0.3)
24 activerecord-jdbc-adapter (1.2.9) 24 activerecord-jdbc-adapter (1.2.9)
25 activerecord-jdbcmysql-adapter (1.2.9) 25 activerecord-jdbcmysql-adapter (1.2.9)
26 activerecord-jdbc-adapter (~> 1.2.9) 26 activerecord-jdbc-adapter (~> 1.2.9)
27 jdbc-mysql (~> 5.1.0) 27 jdbc-mysql (~> 5.1.0)
28 activesupport (4.0.0.rc1) 28 activesupport (4.0.0)
29 i18n (~> 0.6, >= 0.6.4) 29 i18n (~> 0.6, >= 0.6.4)
30 minitest (~> 4.2) 30 minitest (~> 4.2)
31 multi_json (~> 1.3) 31 multi_json (~> 1.3)
32 thread_safe (~> 0.1) 32 thread_safe (~> 0.1)
33 tzinfo (~> 0.3.37) 33 tzinfo (~> 0.3.37)
40 bouncy-castle-java (1.5.0147) 40 bouncy-castle-java (1.5.0147)
41 builder (3.1.4) 41 builder (3.1.4)
42 erubis (2.7.0) 42 erubis (2.7.0)
43 execjs (1.4.0) 43 execjs (1.4.0)
44 multi_json (~> 1.0) 44 multi_json (~> 1.0)
45 hike (1.2.2) 45 hike (1.2.3)
46 i18n (0.6.4) 46 i18n (0.6.4)
47 jdbc-mysql (5.1.24) 47 jdbc-mysql (5.1.24)
48 jquery-rails (2.2.1) 48 jquery-rails (2.2.1)
49 railties (>= 3.0, < 5.0) 49 railties (>= 3.0, < 5.0)
50 thor (>= 0.14, < 2.0) 50 thor (>= 0.14, < 2.0)
53 kgio (2.8.0) 53 kgio (2.8.0)
54 mail (2.5.4) 54 mail (2.5.4)
55 mime-types (~> 1.16) 55 mime-types (~> 1.16)
56 treetop (~> 1.4.8) 56 treetop (~> 1.4.8)
57 mime-types (1.23) 57 mime-types (1.23)
58 minitest (4.7.4) 58 minitest (4.7.5)
59 multi_json (1.7.3) 59 multi_json (1.7.7)
60 mysql2 (0.3.11) 60 mysql2 (0.3.11)
61 newrelic_rpm (3.6.2.96) 61 newrelic_rpm (3.6.2.96)
62 polyglot (0.3.3) 62 polyglot (0.3.3)
63 puma (2.0.1) 63 puma (2.0.1)
64 rack (>= 1.1, < 2.0) 64 rack (>= 1.1, < 2.0)
67 quiet_assets (1.0.2) 67 quiet_assets (1.0.2)
68 railties (>= 3.1, < 5.0) 68 railties (>= 3.1, < 5.0)
69 rack (1.5.2) 69 rack (1.5.2)
70 rack-test (0.6.2) 70 rack-test (0.6.2)
71 rack (>= 1.0) 71 rack (>= 1.0)
72 rails (4.0.0.rc1) 72 rails (4.0.0)
73 actionmailer (= 4.0.0.rc1) 73 actionmailer (= 4.0.0)
74 actionpack (= 4.0.0.rc1) 74 actionpack (= 4.0.0)
75 activerecord (= 4.0.0.rc1) 75 activerecord (= 4.0.0)
76 activesupport (= 4.0.0.rc1) 76 activesupport (= 4.0.0)
77 bundler (>= 1.3.0, < 2.0) 77 bundler (>= 1.3.0, < 2.0)
78 railties (= 4.0.0.rc1) 78 railties (= 4.0.0)
79 sprockets-rails (~> 2.0.0.rc4) 79 sprockets-rails (~> 2.0.0)
80 railties (4.0.0.rc1) 80 railties (4.0.0)
81 actionpack (= 4.0.0.rc1) 81 actionpack (= 4.0.0)
82 activesupport (= 4.0.0.rc1) 82 activesupport (= 4.0.0)
83 rake (>= 0.8.7) 83 rake (>= 0.8.7)
84 thor (>= 0.18.1, < 2.0) 84 thor (>= 0.18.1, < 2.0)
85 raindrops (0.11.0) 85 raindrops (0.11.0)
86 rake (10.0.4) 86 rake (10.1.0)
87 sass (3.2.9) 87 sass (3.2.9)
88 sass-rails (4.0.0.rc1) 88 sass-rails (4.0.0.rc1)
89 railties (>= 4.0.0.beta, < 5.0) 89 railties (>= 4.0.0.beta, < 5.0)
90 sass (>= 3.1.10) 90 sass (>= 3.1.10)
91 sprockets-rails (~> 2.0.0.rc0) 91 sprockets-rails (~> 2.0.0.rc0)
93 sprockets (2.10.0) 93 sprockets (2.10.0)
94 hike (~> 1.2) 94 hike (~> 1.2)
95 multi_json (~> 1.0) 95 multi_json (~> 1.0)
96 rack (~> 1.0) 96 rack (~> 1.0)
97 tilt (~> 1.1, != 1.3.0) 97 tilt (~> 1.1, != 1.3.0)
98 sprockets-rails (2.0.0.rc4) 98 sprockets-rails (2.0.0)
99 actionpack (>= 3.0) 99 actionpack (>= 3.0)
100 activesupport (>= 3.0) 100 activesupport (>= 3.0)
101 sprockets (~> 2.8) 101 sprockets (~> 2.8)
102 therubyrhino (2.0.2) 102 therubyrhino (2.0.2)
103 therubyrhino_jar (>= 1.7.3) 103 therubyrhino_jar (>= 1.7.3)
104 therubyrhino_jar (1.7.4) 104 therubyrhino_jar (1.7.4)
105 thor (0.18.1) 105 thor (0.18.1)
106 thread_safe (0.1.0) 106 thread_safe (0.1.0)
107 atomic 107 atomic
108 tilt (1.4.1) 108 tilt (1.4.1)
109 treetop (1.4.12) 109 treetop (1.4.14)
110 polyglot 110 polyglot
111 polyglot (>= 0.3.1) 111 polyglot (>= 0.3.1)
112 tzinfo (0.3.37) 112 tzinfo (0.3.37)
113 uglifier (2.1.1) 113 uglifier (2.1.1)
114 execjs (>= 0.3.0) 114 execjs (>= 0.3.0)