comparison Gemfile.lock @ 254:bcca41003e84

Use postgres 'cuz mysql is shit. - utf8 isn't utf8 (hint: utf8mb4) - index key too loooooooooooong Nope.
author edogawaconan <me@myconan.net>
date Tue, 15 Oct 2013 01:47:19 +0900
parents cf4186119c7d
children ceb44fca8b4a
comparison
equal deleted inserted replaced
253:1e2e999f586a 254:bcca41003e84
19 activemodel (= 4.0.0) 19 activemodel (= 4.0.0)
20 activerecord-deprecated_finders (~> 1.0.2) 20 activerecord-deprecated_finders (~> 1.0.2)
21 activesupport (= 4.0.0) 21 activesupport (= 4.0.0)
22 arel (~> 4.0.0) 22 arel (~> 4.0.0)
23 activerecord-deprecated_finders (1.0.3) 23 activerecord-deprecated_finders (1.0.3)
24 activerecord-jdbc-adapter (1.3.1) 24 activerecord-jdbc-adapter (1.3.2)
25 activerecord (>= 2.2) 25 activerecord (>= 2.2)
26 activerecord-jdbcmysql-adapter (1.3.1) 26 activerecord-jdbcpostgresql-adapter (1.3.2)
27 activerecord-jdbc-adapter (~> 1.3.1) 27 activerecord-jdbc-adapter (~> 1.3.2)
28 jdbc-mysql (>= 5.1.22) 28 jdbc-postgres (>= 9.1)
29 activesupport (4.0.0) 29 activesupport (4.0.0)
30 i18n (~> 0.6, >= 0.6.4) 30 i18n (~> 0.6, >= 0.6.4)
31 minitest (~> 4.2) 31 minitest (~> 4.2)
32 multi_json (~> 1.3) 32 multi_json (~> 1.3)
33 thread_safe (~> 0.1) 33 thread_safe (~> 0.1)
42 builder (3.1.4) 42 builder (3.1.4)
43 erubis (2.7.0) 43 erubis (2.7.0)
44 execjs (2.0.2) 44 execjs (2.0.2)
45 hike (1.2.3) 45 hike (1.2.3)
46 i18n (0.6.5) 46 i18n (0.6.5)
47 jdbc-mysql (5.1.25) 47 jdbc-postgres (9.2.1002.1)
48 jquery-rails (3.0.4) 48 jquery-rails (3.0.4)
49 railties (>= 3.0, < 5.0) 49 railties (>= 3.0, < 5.0)
50 thor (>= 0.14, < 2.0) 50 thor (>= 0.14, < 2.0)
51 jruby-openssl (0.9.2) 51 jruby-openssl (0.9.2)
52 bouncy-castle-java (>= 1.5.0147) 52 bouncy-castle-java (>= 1.5.0147)
55 mime-types (~> 1.16) 55 mime-types (~> 1.16)
56 treetop (~> 1.4.8) 56 treetop (~> 1.4.8)
57 mime-types (1.25) 57 mime-types (1.25)
58 minitest (4.7.5) 58 minitest (4.7.5)
59 multi_json (1.8.1) 59 multi_json (1.8.1)
60 mysql2 (0.3.13)
61 newrelic_rpm (3.6.8.164) 60 newrelic_rpm (3.6.8.164)
61 pg (0.17.0)
62 polyglot (0.3.3) 62 polyglot (0.3.3)
63 puma (2.6.0) 63 puma (2.6.0)
64 rack (>= 1.1, < 2.0) 64 rack (>= 1.1, < 2.0)
65 puma (2.6.0-java) 65 puma (2.6.0-java)
66 rack (>= 1.1, < 2.0) 66 rack (>= 1.1, < 2.0)
123 java 123 java
124 ruby 124 ruby
125 125
126 DEPENDENCIES 126 DEPENDENCIES
127 actionpack-page_caching 127 actionpack-page_caching
128 activerecord-jdbcmysql-adapter 128 activerecord-jdbcpostgresql-adapter
129 anjlab-bootstrap-rails (~> 2.3.0) 129 anjlab-bootstrap-rails (~> 2.3.0)
130 jquery-rails 130 jquery-rails
131 jruby-openssl 131 jruby-openssl
132 mysql2
133 newrelic_rpm 132 newrelic_rpm
133 pg
134 puma 134 puma
135 quiet_assets 135 quiet_assets
136 rails (~> 4.0.0.rc1) 136 rails (~> 4.0.0.rc1)
137 sass-rails (~> 4.0.0.rc1) 137 sass-rails (~> 4.0.0.rc1)
138 therubyrhino 138 therubyrhino