Commit ed78ea136742d7742cdda63ec1cddfd763fe2be0
1 parent
9aa92494
Exists in
master
and in
1 other branch
Update to Rails 3.2.16 to fix the security issue
Showing
1 changed file
with
27 additions
and
27 deletions
Show diff stats
Gemfile.lock
1 | 1 | GEM |
2 | 2 | remote: https://rubygems.org/ |
3 | 3 | specs: |
4 | - actionmailer (3.2.15) | |
5 | - actionpack (= 3.2.15) | |
4 | + actionmailer (3.2.16) | |
5 | + actionpack (= 3.2.16) | |
6 | 6 | mail (~> 2.5.4) |
7 | 7 | actionmailer_inline_css (1.5.3) |
8 | 8 | actionmailer (>= 3.0.0) |
9 | 9 | nokogiri (>= 1.4.4) |
10 | 10 | premailer (>= 1.7.1) |
11 | - actionpack (3.2.15) | |
12 | - activemodel (= 3.2.15) | |
13 | - activesupport (= 3.2.15) | |
11 | + actionpack (3.2.16) | |
12 | + activemodel (= 3.2.16) | |
13 | + activesupport (= 3.2.16) | |
14 | 14 | builder (~> 3.0.0) |
15 | 15 | erubis (~> 2.7.0) |
16 | 16 | journey (~> 1.0.4) |
... | ... | @@ -18,25 +18,25 @@ GEM |
18 | 18 | rack-cache (~> 1.2) |
19 | 19 | rack-test (~> 0.6.1) |
20 | 20 | sprockets (~> 2.2.1) |
21 | - activemodel (3.2.15) | |
22 | - activesupport (= 3.2.15) | |
21 | + activemodel (3.2.16) | |
22 | + activesupport (= 3.2.16) | |
23 | 23 | builder (~> 3.0.0) |
24 | - activerecord (3.2.15) | |
25 | - activemodel (= 3.2.15) | |
26 | - activesupport (= 3.2.15) | |
24 | + activerecord (3.2.16) | |
25 | + activemodel (= 3.2.16) | |
26 | + activesupport (= 3.2.16) | |
27 | 27 | arel (~> 3.0.2) |
28 | 28 | tzinfo (~> 0.3.29) |
29 | - activeresource (3.2.15) | |
30 | - activemodel (= 3.2.15) | |
31 | - activesupport (= 3.2.15) | |
32 | - activesupport (3.2.15) | |
29 | + activeresource (3.2.16) | |
30 | + activemodel (= 3.2.16) | |
31 | + activesupport (= 3.2.16) | |
32 | + activesupport (3.2.16) | |
33 | 33 | i18n (~> 0.6, >= 0.6.4) |
34 | 34 | multi_json (~> 1.0) |
35 | 35 | addressable (2.3.5) |
36 | 36 | airbrake (3.1.14) |
37 | 37 | builder |
38 | 38 | json |
39 | - arel (3.0.2) | |
39 | + arel (3.0.3) | |
40 | 40 | atomic (1.1.14) |
41 | 41 | bcrypt-ruby (3.1.2) |
42 | 42 | better_errors (1.0.1) |
... | ... | @@ -133,7 +133,7 @@ GEM |
133 | 133 | json (~> 1.8) |
134 | 134 | multi_xml (>= 0.5.2) |
135 | 135 | httpauth (0.2.0) |
136 | - i18n (0.6.5) | |
136 | + i18n (0.6.9) | |
137 | 137 | jira-ruby (0.1.2) |
138 | 138 | activesupport |
139 | 139 | oauth |
... | ... | @@ -166,7 +166,7 @@ GEM |
166 | 166 | rack-contrib |
167 | 167 | railties |
168 | 168 | method_source (0.8.2) |
169 | - mime-types (1.25) | |
169 | + mime-types (1.25.1) | |
170 | 170 | mongoid (3.1.5) |
171 | 171 | activemodel (~> 3.2) |
172 | 172 | moped (~> 1.4) |
... | ... | @@ -259,19 +259,19 @@ GEM |
259 | 259 | rack-ssl-enforcer (0.2.6) |
260 | 260 | rack-test (0.6.2) |
261 | 261 | rack (>= 1.0) |
262 | - rails (3.2.15) | |
263 | - actionmailer (= 3.2.15) | |
264 | - actionpack (= 3.2.15) | |
265 | - activerecord (= 3.2.15) | |
266 | - activeresource (= 3.2.15) | |
267 | - activesupport (= 3.2.15) | |
262 | + rails (3.2.16) | |
263 | + actionmailer (= 3.2.16) | |
264 | + actionpack (= 3.2.16) | |
265 | + activerecord (= 3.2.16) | |
266 | + activeresource (= 3.2.16) | |
267 | + activesupport (= 3.2.16) | |
268 | 268 | bundler (~> 1.0) |
269 | - railties (= 3.2.15) | |
269 | + railties (= 3.2.16) | |
270 | 270 | rails_autolink (1.1.4) |
271 | 271 | rails (> 3.1) |
272 | - railties (3.2.15) | |
273 | - actionpack (= 3.2.15) | |
274 | - activesupport (= 3.2.15) | |
272 | + railties (3.2.16) | |
273 | + actionpack (= 3.2.16) | |
274 | + activesupport (= 3.2.16) | |
275 | 275 | rack-ssl (~> 1.3.2) |
276 | 276 | rake (>= 0.8.7) |
277 | 277 | rdoc (~> 3.4) | ... | ... |