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 | GEM | 1 | GEM |
2 | remote: https://rubygems.org/ | 2 | remote: https://rubygems.org/ |
3 | specs: | 3 | specs: |
4 | - actionmailer (3.2.15) | ||
5 | - actionpack (= 3.2.15) | 4 | + actionmailer (3.2.16) |
5 | + actionpack (= 3.2.16) | ||
6 | mail (~> 2.5.4) | 6 | mail (~> 2.5.4) |
7 | actionmailer_inline_css (1.5.3) | 7 | actionmailer_inline_css (1.5.3) |
8 | actionmailer (>= 3.0.0) | 8 | actionmailer (>= 3.0.0) |
9 | nokogiri (>= 1.4.4) | 9 | nokogiri (>= 1.4.4) |
10 | premailer (>= 1.7.1) | 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 | builder (~> 3.0.0) | 14 | builder (~> 3.0.0) |
15 | erubis (~> 2.7.0) | 15 | erubis (~> 2.7.0) |
16 | journey (~> 1.0.4) | 16 | journey (~> 1.0.4) |
@@ -18,25 +18,25 @@ GEM | @@ -18,25 +18,25 @@ GEM | ||
18 | rack-cache (~> 1.2) | 18 | rack-cache (~> 1.2) |
19 | rack-test (~> 0.6.1) | 19 | rack-test (~> 0.6.1) |
20 | sprockets (~> 2.2.1) | 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 | builder (~> 3.0.0) | 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 | arel (~> 3.0.2) | 27 | arel (~> 3.0.2) |
28 | tzinfo (~> 0.3.29) | 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 | i18n (~> 0.6, >= 0.6.4) | 33 | i18n (~> 0.6, >= 0.6.4) |
34 | multi_json (~> 1.0) | 34 | multi_json (~> 1.0) |
35 | addressable (2.3.5) | 35 | addressable (2.3.5) |
36 | airbrake (3.1.14) | 36 | airbrake (3.1.14) |
37 | builder | 37 | builder |
38 | json | 38 | json |
39 | - arel (3.0.2) | 39 | + arel (3.0.3) |
40 | atomic (1.1.14) | 40 | atomic (1.1.14) |
41 | bcrypt-ruby (3.1.2) | 41 | bcrypt-ruby (3.1.2) |
42 | better_errors (1.0.1) | 42 | better_errors (1.0.1) |
@@ -133,7 +133,7 @@ GEM | @@ -133,7 +133,7 @@ GEM | ||
133 | json (~> 1.8) | 133 | json (~> 1.8) |
134 | multi_xml (>= 0.5.2) | 134 | multi_xml (>= 0.5.2) |
135 | httpauth (0.2.0) | 135 | httpauth (0.2.0) |
136 | - i18n (0.6.5) | 136 | + i18n (0.6.9) |
137 | jira-ruby (0.1.2) | 137 | jira-ruby (0.1.2) |
138 | activesupport | 138 | activesupport |
139 | oauth | 139 | oauth |
@@ -166,7 +166,7 @@ GEM | @@ -166,7 +166,7 @@ GEM | ||
166 | rack-contrib | 166 | rack-contrib |
167 | railties | 167 | railties |
168 | method_source (0.8.2) | 168 | method_source (0.8.2) |
169 | - mime-types (1.25) | 169 | + mime-types (1.25.1) |
170 | mongoid (3.1.5) | 170 | mongoid (3.1.5) |
171 | activemodel (~> 3.2) | 171 | activemodel (~> 3.2) |
172 | moped (~> 1.4) | 172 | moped (~> 1.4) |
@@ -259,19 +259,19 @@ GEM | @@ -259,19 +259,19 @@ GEM | ||
259 | rack-ssl-enforcer (0.2.6) | 259 | rack-ssl-enforcer (0.2.6) |
260 | rack-test (0.6.2) | 260 | rack-test (0.6.2) |
261 | rack (>= 1.0) | 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 | bundler (~> 1.0) | 268 | bundler (~> 1.0) |
269 | - railties (= 3.2.15) | 269 | + railties (= 3.2.16) |
270 | rails_autolink (1.1.4) | 270 | rails_autolink (1.1.4) |
271 | rails (> 3.1) | 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 | rack-ssl (~> 1.3.2) | 275 | rack-ssl (~> 1.3.2) |
276 | rake (>= 0.8.7) | 276 | rake (>= 0.8.7) |
277 | rdoc (~> 3.4) | 277 | rdoc (~> 3.4) |