Mercurial > zeropaste
annotate Gemfile.lock @ 366:26545fe719ca
Remove caching system.
Too much complexity for something that is really simple.
author | edogawaconan <me@myconan.net> |
---|---|
date | Sat, 14 Feb 2015 01:35:45 +0900 |
parents | 9d467113d715 |
children | b8c00142fbfc |
rev | line source |
---|---|
0 | 1 GEM |
2 remote: https://rubygems.org/ | |
3 specs: | |
362 | 4 actionmailer (4.2.0) |
5 actionpack (= 4.2.0) | |
6 actionview (= 4.2.0) | |
7 activejob (= 4.2.0) | |
358 | 8 mail (~> 2.5, >= 2.5.4) |
362 | 9 rails-dom-testing (~> 1.0, >= 1.0.5) |
10 actionpack (4.2.0) | |
11 actionview (= 4.2.0) | |
12 activesupport (= 4.2.0) | |
13 rack (~> 1.6.0) | |
194 | 14 rack-test (~> 0.6.2) |
362 | 15 rails-dom-testing (~> 1.0, >= 1.0.5) |
16 rails-html-sanitizer (~> 1.0, >= 1.0.1) | |
17 actionview (4.2.0) | |
18 activesupport (= 4.2.0) | |
304 | 19 builder (~> 3.1) |
20 erubis (~> 2.7.0) | |
362 | 21 rails-dom-testing (~> 1.0, >= 1.0.5) |
22 rails-html-sanitizer (~> 1.0, >= 1.0.1) | |
23 activejob (4.2.0) | |
24 activesupport (= 4.2.0) | |
25 globalid (>= 0.3.0) | |
26 activemodel (4.2.0) | |
27 activesupport (= 4.2.0) | |
304 | 28 builder (~> 3.1) |
362 | 29 activerecord (4.2.0) |
30 activemodel (= 4.2.0) | |
31 activesupport (= 4.2.0) | |
32 arel (~> 6.0) | |
365 | 33 activerecord-jdbc-adapter (1.3.14) |
239 | 34 activerecord (>= 2.2) |
365 | 35 activerecord-jdbcpostgresql-adapter (1.3.14) |
36 activerecord-jdbc-adapter (~> 1.3.14) | |
254
bcca41003e84
Use postgres 'cuz mysql is shit.
edogawaconan <me@myconan.net>
parents:
251
diff
changeset
|
37 jdbc-postgres (>= 9.1) |
362 | 38 activesupport (4.2.0) |
39 i18n (~> 0.7) | |
304 | 40 json (~> 1.7, >= 1.7.7) |
41 minitest (~> 5.1) | |
362 | 42 thread_safe (~> 0.3, >= 0.3.4) |
304 | 43 tzinfo (~> 1.1) |
362 | 44 arel (6.0.0) |
365 | 45 autoprefixer-rails (5.1.5) |
46 execjs | |
47 json | |
48 bootstrap-sass (3.3.3) | |
49 autoprefixer-rails (>= 5.0.0.1) | |
50 sass (>= 3.2.19) | |
304 | 51 builder (3.2.2) |
362 | 52 coffee-rails (4.1.0) |
344 | 53 coffee-script (>= 2.2.0) |
54 railties (>= 4.0.0, < 5.0) | |
357 | 55 coffee-script (2.3.0) |
344 | 56 coffee-script-source |
57 execjs | |
365 | 58 coffee-script-source (1.9.0) |
0 | 59 erubis (2.7.0) |
365 | 60 execjs (2.3.0) |
61 globalid (0.3.3) | |
362 | 62 activesupport (>= 4.1.0) |
234 | 63 hike (1.2.3) |
362 | 64 i18n (0.7.0) |
357 | 65 jdbc-postgres (9.3.1102) |
365 | 66 jquery-rails (4.0.3) |
362 | 67 rails-dom-testing (~> 1.0) |
68 railties (>= 4.2.0) | |
169 | 69 thor (>= 0.14, < 2.0) |
362 | 70 jruby-openssl (0.9.6-java) |
365 | 71 json (1.8.2) |
72 json (1.8.2-java) | |
362 | 73 loofah (2.0.1) |
74 nokogiri (>= 1.5.9) | |
359 | 75 mail (2.6.3) |
358 | 76 mime-types (>= 1.16, < 3) |
359 | 77 mime-types (2.4.3) |
365 | 78 mini_portile (0.6.2) |
79 minitest (5.5.1) | |
341 | 80 multi_json (1.10.1) |
365 | 81 newrelic_rpm (3.9.9.275) |
82 nokogiri (1.6.6.2) | |
362 | 83 mini_portile (~> 0.6.0) |
365 | 84 nokogiri (1.6.6.2-java) |
85 pg (0.18.1) | |
86 quiet_assets (1.1.0) | |
186 | 87 railties (>= 3.1, < 5.0) |
362 | 88 rack (1.6.0) |
365 | 89 rack-test (0.6.3) |
0 | 90 rack (>= 1.0) |
362 | 91 rails (4.2.0) |
92 actionmailer (= 4.2.0) | |
93 actionpack (= 4.2.0) | |
94 actionview (= 4.2.0) | |
95 activejob (= 4.2.0) | |
96 activemodel (= 4.2.0) | |
97 activerecord (= 4.2.0) | |
98 activesupport (= 4.2.0) | |
194 | 99 bundler (>= 1.3.0, < 2.0) |
362 | 100 railties (= 4.2.0) |
101 sprockets-rails | |
102 rails-deprecated_sanitizer (1.0.3) | |
103 activesupport (>= 4.2.0.alpha) | |
104 rails-dom-testing (1.0.5) | |
105 activesupport (>= 4.2.0.beta, < 5.0) | |
106 nokogiri (~> 1.6.0) | |
107 rails-deprecated_sanitizer (>= 1.0.1) | |
108 rails-html-sanitizer (1.0.1) | |
109 loofah (~> 2.0) | |
110 railties (4.2.0) | |
111 actionpack (= 4.2.0) | |
112 activesupport (= 4.2.0) | |
0 | 113 rake (>= 0.8.7) |
194 | 114 thor (>= 0.18.1, < 2.0) |
362 | 115 rake (10.4.2) |
365 | 116 sass (3.4.11) |
117 sass-rails (5.0.1) | |
294 | 118 railties (>= 4.0.0, < 5.0) |
362 | 119 sass (~> 3.1) |
120 sprockets (>= 2.8, < 4.0) | |
121 sprockets-rails (>= 2.0, < 4.0) | |
122 tilt (~> 1.1) | |
123 sprockets (2.12.3) | |
0 | 124 hike (~> 1.2) |
95 | 125 multi_json (~> 1.0) |
0 | 126 rack (~> 1.0) |
169 | 127 tilt (~> 1.1, != 1.3.0) |
365 | 128 sprockets-rails (2.2.4) |
194 | 129 actionpack (>= 3.0) |
130 activesupport (>= 3.0) | |
359 | 131 sprockets (>= 2.8, < 4.0) |
357 | 132 therubyrhino (2.0.4) |
160
3f02431cb17d
Added therubyrhino to remove the need of node.js when using jruby.
Edho Arief <edho@myconan.net>
parents:
158
diff
changeset
|
133 therubyrhino_jar (>= 1.7.3) |
3f02431cb17d
Added therubyrhino to remove the need of node.js when using jruby.
Edho Arief <edho@myconan.net>
parents:
158
diff
changeset
|
134 therubyrhino_jar (1.7.4) |
312 | 135 thor (0.19.1) |
341 | 136 thread_safe (0.3.4) |
137 thread_safe (0.3.4-java) | |
231 | 138 tilt (1.4.1) |
358 | 139 tzinfo (1.2.2) |
304 | 140 thread_safe (~> 0.1) |
365 | 141 uglifier (2.7.0) |
0 | 142 execjs (>= 0.3.0) |
294 | 143 json (>= 1.8.0) |
0 | 144 |
145 PLATFORMS | |
80 | 146 java |
0 | 147 ruby |
148 | |
149 DEPENDENCIES | |
254
bcca41003e84
Use postgres 'cuz mysql is shit.
edogawaconan <me@myconan.net>
parents:
251
diff
changeset
|
150 activerecord-jdbcpostgresql-adapter |
334 | 151 bootstrap-sass |
362 | 152 coffee-rails (~> 4.1.0) |
38 | 153 jquery-rails |
157
3886be50efde
Apparently jruby-openssl is still required.
Edho Arief <edho@myconan.net>
parents:
155
diff
changeset
|
154 jruby-openssl |
57 | 155 newrelic_rpm |
254
bcca41003e84
Use postgres 'cuz mysql is shit.
edogawaconan <me@myconan.net>
parents:
251
diff
changeset
|
156 pg |
178
e4a0ef308a99
Added quiet_assets for development environment.
Edho Arief <edho@myconan.net>
parents:
175
diff
changeset
|
157 quiet_assets |
362 | 158 rails (~> 4.2.0) |
159 sass-rails (~> 5.0) | |
160
3f02431cb17d
Added therubyrhino to remove the need of node.js when using jruby.
Edho Arief <edho@myconan.net>
parents:
158
diff
changeset
|
160 therubyrhino |
342 | 161 uglifier (>= 1.3.0) |