Description:
update rails to 3.2.22.5
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r592:727c08e1f9e0 - - 3 files changed: 38 inserted, 32 deleted
@@ -17,10 +17,13 | |||||
|
17 | *~ |
|
17 | *~ |
|
18 |
|
18 | ||
|
19 | /vendor/plugins/rails_upgrade |
|
19 | /vendor/plugins/rails_upgrade |
|
20 |
|
20 | ||
|
21 | #ignore public assets??? |
|
21 | #ignore public assets??? |
|
22 | /public/assets |
|
22 | /public/assets |
|
|
23 | + /public | ||
|
|
24 | + | ||
|
|
25 | + /data | ||
|
23 |
|
26 | ||
|
24 | #ignore .orig and .swp |
|
27 | #ignore .orig and .swp |
|
25 | *.orig |
|
28 | *.orig |
|
26 | *.swp |
|
29 | *.swp |
@@ -1,9 +1,9 | |||||
|
1 | source 'https://rubygems.org' |
|
1 | source 'https://rubygems.org' |
|
2 |
|
2 | ||
|
3 |
- gem 'rails', '3.2 |
|
3 | + gem 'rails', '~>3.2' |
|
4 |
|
4 | ||
|
5 | gem 'select2-rails' |
|
5 | gem 'select2-rails' |
|
6 |
|
6 | ||
|
7 | # Bundle edge Rails instead: |
|
7 | # Bundle edge Rails instead: |
|
8 | # gem 'rails', :git => 'git://github.com/rails/rails.git' |
|
8 | # gem 'rails', :git => 'git://github.com/rails/rails.git' |
|
9 |
|
9 |
@@ -7,37 +7,37 | |||||
|
7 | activesupport (>= 3.0.0, < 5.0) |
|
7 | activesupport (>= 3.0.0, < 5.0) |
|
8 |
|
8 | ||
|
9 | GEM |
|
9 | GEM |
|
10 | remote: https://rubygems.org/ |
|
10 | remote: https://rubygems.org/ |
|
11 | specs: |
|
11 | specs: |
|
12 | ace-rails-ap (4.0.2) |
|
12 | ace-rails-ap (4.0.2) |
|
13 |
- actionmailer (3.2.2 |
|
13 | + actionmailer (3.2.22.5) |
|
14 |
- actionpack (= 3.2.2 |
|
14 | + actionpack (= 3.2.22.5) |
|
15 | mail (~> 2.5.4) |
|
15 | mail (~> 2.5.4) |
|
16 |
- actionpack (3.2.2 |
|
16 | + actionpack (3.2.22.5) |
|
17 |
- activemodel (= 3.2.2 |
|
17 | + activemodel (= 3.2.22.5) |
|
18 |
- activesupport (= 3.2.2 |
|
18 | + activesupport (= 3.2.22.5) |
|
19 | builder (~> 3.0.0) |
|
19 | builder (~> 3.0.0) |
|
20 | erubis (~> 2.7.0) |
|
20 | erubis (~> 2.7.0) |
|
21 | journey (~> 1.0.4) |
|
21 | journey (~> 1.0.4) |
|
22 | rack (~> 1.4.5) |
|
22 | rack (~> 1.4.5) |
|
23 | rack-cache (~> 1.2) |
|
23 | rack-cache (~> 1.2) |
|
24 | rack-test (~> 0.6.1) |
|
24 | rack-test (~> 0.6.1) |
|
25 | sprockets (~> 2.2.1) |
|
25 | sprockets (~> 2.2.1) |
|
26 |
- activemodel (3.2.2 |
|
26 | + activemodel (3.2.22.5) |
|
27 |
- activesupport (= 3.2.2 |
|
27 | + activesupport (= 3.2.22.5) |
|
28 | builder (~> 3.0.0) |
|
28 | builder (~> 3.0.0) |
|
29 |
- activerecord (3.2.2 |
|
29 | + activerecord (3.2.22.5) |
|
30 |
- activemodel (= 3.2.2 |
|
30 | + activemodel (= 3.2.22.5) |
|
31 |
- activesupport (= 3.2.2 |
|
31 | + activesupport (= 3.2.22.5) |
|
32 | arel (~> 3.0.2) |
|
32 | arel (~> 3.0.2) |
|
33 | tzinfo (~> 0.3.29) |
|
33 | tzinfo (~> 0.3.29) |
|
34 |
- activeresource (3.2.2 |
|
34 | + activeresource (3.2.22.5) |
|
35 |
- activemodel (= 3.2.2 |
|
35 | + activemodel (= 3.2.22.5) |
|
36 |
- activesupport (= 3.2.2 |
|
36 | + activesupport (= 3.2.22.5) |
|
37 |
- activesupport (3.2.2 |
|
37 | + activesupport (3.2.22.5) |
|
38 | i18n (~> 0.6, >= 0.6.4) |
|
38 | i18n (~> 0.6, >= 0.6.4) |
|
39 | multi_json (~> 1.0) |
|
39 | multi_json (~> 1.0) |
|
40 | arel (3.0.3) |
|
40 | arel (3.0.3) |
|
41 | autoprefixer-rails (6.0.3) |
|
41 | autoprefixer-rails (6.0.3) |
|
42 | execjs |
|
42 | execjs |
|
43 | json |
|
43 | json |
@@ -83,50 +83,50 | |||||
|
83 | jquery-rails |
|
83 | jquery-rails |
|
84 | railties (>= 3.1.0) |
|
84 | railties (>= 3.1.0) |
|
85 | jquery-ui-sass-rails (4.0.3.0) |
|
85 | jquery-ui-sass-rails (4.0.3.0) |
|
86 | jquery-rails |
|
86 | jquery-rails |
|
87 | jquery-ui-rails (= 4.0.3) |
|
87 | jquery-ui-rails (= 4.0.3) |
|
88 | railties (>= 3.1.0) |
|
88 | railties (>= 3.1.0) |
|
89 |
- json (1.8. |
|
89 | + json (1.8.3) |
|
90 | mail (2.5.4) |
|
90 | mail (2.5.4) |
|
91 | mime-types (~> 1.16) |
|
91 | mime-types (~> 1.16) |
|
92 | treetop (~> 1.4.8) |
|
92 | treetop (~> 1.4.8) |
|
93 | mime-types (1.25.1) |
|
93 | mime-types (1.25.1) |
|
94 | momentjs-rails (2.11.1) |
|
94 | momentjs-rails (2.11.1) |
|
95 | railties (>= 3.1) |
|
95 | railties (>= 3.1) |
|
96 |
- multi_json (1.1 |
|
96 | + multi_json (1.12.1) |
|
97 | mysql2 (0.3.20) |
|
97 | mysql2 (0.3.20) |
|
98 | polyglot (0.3.5) |
|
98 | polyglot (0.3.5) |
|
99 | power_assert (0.2.2) |
|
99 | power_assert (0.2.2) |
|
100 | prototype-rails (3.2.1) |
|
100 | prototype-rails (3.2.1) |
|
101 | rails (~> 3.2) |
|
101 | rails (~> 3.2) |
|
102 |
- rack (1.4. |
|
102 | + rack (1.4.7) |
|
103 |
- rack-cache (1. |
|
103 | + rack-cache (1.6.1) |
|
104 | rack (>= 0.4) |
|
104 | rack (>= 0.4) |
|
105 | rack-ssl (1.3.4) |
|
105 | rack-ssl (1.3.4) |
|
106 | rack |
|
106 | rack |
|
107 | rack-test (0.6.3) |
|
107 | rack-test (0.6.3) |
|
108 | rack (>= 1.0) |
|
108 | rack (>= 1.0) |
|
109 |
- rails (3.2.2 |
|
109 | + rails (3.2.22.5) |
|
110 |
- actionmailer (= 3.2.2 |
|
110 | + actionmailer (= 3.2.22.5) |
|
111 |
- actionpack (= 3.2.2 |
|
111 | + actionpack (= 3.2.22.5) |
|
112 |
- activerecord (= 3.2.2 |
|
112 | + activerecord (= 3.2.22.5) |
|
113 |
- activeresource (= 3.2.2 |
|
113 | + activeresource (= 3.2.22.5) |
|
114 |
- activesupport (= 3.2.2 |
|
114 | + activesupport (= 3.2.22.5) |
|
115 | bundler (~> 1.0) |
|
115 | bundler (~> 1.0) |
|
116 |
- railties (= 3.2.2 |
|
116 | + railties (= 3.2.22.5) |
|
117 | rails_bootstrap_sortable (2.0.0) |
|
117 | rails_bootstrap_sortable (2.0.0) |
|
118 | momentjs-rails (~> 2, >= 2.8.3) |
|
118 | momentjs-rails (~> 2, >= 2.8.3) |
|
119 |
- railties (3.2.2 |
|
119 | + railties (3.2.22.5) |
|
120 |
- actionpack (= 3.2.2 |
|
120 | + actionpack (= 3.2.22.5) |
|
121 |
- activesupport (= 3.2.2 |
|
121 | + activesupport (= 3.2.22.5) |
|
122 | rack-ssl (~> 1.3.2) |
|
122 | rack-ssl (~> 1.3.2) |
|
123 | rake (>= 0.8.7) |
|
123 | rake (>= 0.8.7) |
|
124 | rdoc (~> 3.4) |
|
124 | rdoc (~> 3.4) |
|
125 | thor (>= 0.14.6, < 2.0) |
|
125 | thor (>= 0.14.6, < 2.0) |
|
126 |
- rake (1 |
|
126 | + rake (11.2.2) |
|
127 | rdiscount (2.1.8) |
|
127 | rdiscount (2.1.8) |
|
128 | rdoc (3.12.2) |
|
128 | rdoc (3.12.2) |
|
129 | json (~> 1.4) |
|
129 | json (~> 1.4) |
|
130 | rouge (1.8.0) |
|
130 | rouge (1.8.0) |
|
131 | rspec-collection_matchers (1.1.2) |
|
131 | rspec-collection_matchers (1.1.2) |
|
132 | rspec-expectations (>= 2.99.0.beta1) |
|
132 | rspec-expectations (>= 2.99.0.beta1) |
@@ -159,13 +159,13 | |||||
|
159 | power_assert |
|
159 | power_assert |
|
160 | thor (0.19.1) |
|
160 | thor (0.19.1) |
|
161 | tilt (1.4.1) |
|
161 | tilt (1.4.1) |
|
162 | treetop (1.4.15) |
|
162 | treetop (1.4.15) |
|
163 | polyglot |
|
163 | polyglot |
|
164 | polyglot (>= 0.3.1) |
|
164 | polyglot (>= 0.3.1) |
|
165 |
- tzinfo (0.3. |
|
165 | + tzinfo (0.3.51) |
|
166 | uglifier (2.7.0) |
|
166 | uglifier (2.7.0) |
|
167 | execjs (>= 0.3.0) |
|
167 | execjs (>= 0.3.0) |
|
168 | json (>= 1.8.0) |
|
168 | json (>= 1.8.0) |
|
169 | will_paginate (3.0.7) |
|
169 | will_paginate (3.0.7) |
|
170 |
|
170 | ||
|
171 | PLATFORMS |
|
171 | PLATFORMS |
@@ -189,17 +189,20 | |||||
|
189 | jquery-timepicker-addon-rails |
|
189 | jquery-timepicker-addon-rails |
|
190 | jquery-ui-sass-rails |
|
190 | jquery-ui-sass-rails |
|
191 |
|
191 | ||
|
192 | momentjs-rails |
|
192 | momentjs-rails |
|
193 | mysql2 |
|
193 | mysql2 |
|
194 | prototype-rails |
|
194 | prototype-rails |
|
195 |
- rails ( |
|
195 | + rails (~> 3.2) |
|
196 | rails_bootstrap_sortable |
|
196 | rails_bootstrap_sortable |
|
197 | rdiscount |
|
197 | rdiscount |
|
198 | rouge |
|
198 | rouge |
|
199 | rspec-rails (~> 2.99.0) |
|
199 | rspec-rails (~> 2.99.0) |
|
200 | sass-rails (~> 3.2.6) |
|
200 | sass-rails (~> 3.2.6) |
|
201 | select2-rails |
|
201 | select2-rails |
|
202 | test-unit |
|
202 | test-unit |
|
203 | uglifier |
|
203 | uglifier |
|
204 | verification! |
|
204 | verification! |
|
205 | will_paginate (~> 3.0.7) |
|
205 | will_paginate (~> 3.0.7) |
|
|
206 | + | ||
|
|
207 | + BUNDLED WITH | ||
|
|
208 | + 1.12.5 |
You need to be logged in to leave comments.
Login now