Commit 96361243c921617833e1bee15eac574add8415ee

Authored by Luciano Sousa
1 parent 7413a4a3
Exists in master and in 1 other branch production

update rails version. add security pack

Showing 1 changed file with 29 additions and 29 deletions   Show diff stats
Gemfile.lock
1 1 GEM
2 2 remote: https://rubygems.org/
3 3 specs:
4   - actionmailer (3.2.18)
5   - actionpack (= 3.2.18)
  4 + actionmailer (3.2.19)
  5 + actionpack (= 3.2.19)
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.18)
12   - activemodel (= 3.2.18)
13   - activesupport (= 3.2.18)
  11 + actionpack (3.2.19)
  12 + activemodel (= 3.2.19)
  13 + activesupport (= 3.2.19)
14 14 builder (~> 3.0.0)
15 15 erubis (~> 2.7.0)
16 16 journey (~> 1.0.4)
... ... @@ -18,18 +18,18 @@ GEM
18 18 rack-cache (~> 1.2)
19 19 rack-test (~> 0.6.1)
20 20 sprockets (~> 2.2.1)
21   - activemodel (3.2.18)
22   - activesupport (= 3.2.18)
  21 + activemodel (3.2.19)
  22 + activesupport (= 3.2.19)
23 23 builder (~> 3.0.0)
24   - activerecord (3.2.18)
25   - activemodel (= 3.2.18)
26   - activesupport (= 3.2.18)
  24 + activerecord (3.2.19)
  25 + activemodel (= 3.2.19)
  26 + activesupport (= 3.2.19)
27 27 arel (~> 3.0.2)
28 28 tzinfo (~> 0.3.29)
29   - activeresource (3.2.18)
30   - activemodel (= 3.2.18)
31   - activesupport (= 3.2.18)
32   - activesupport (3.2.18)
  29 + activeresource (3.2.19)
  30 + activemodel (= 3.2.19)
  31 + activesupport (= 3.2.19)
  32 + activesupport (3.2.19)
33 33 i18n (~> 0.6, >= 0.6.4)
34 34 multi_json (~> 1.0)
35 35 addressable (2.3.5)
... ... @@ -126,7 +126,7 @@ GEM
126 126 json (~> 1.8)
127 127 multi_xml (>= 0.5.2)
128 128 httpauth (0.2.0)
129   - i18n (0.6.9)
  129 + i18n (0.6.11)
130 130 jira-ruby (0.1.2)
131 131 activesupport
132 132 oauth
... ... @@ -174,7 +174,7 @@ GEM
174 174 rails (>= 3.2.0)
175 175 railties (>= 3.2.0)
176 176 moped (1.5.1)
177   - multi_json (1.10.0)
  177 + multi_json (1.10.1)
178 178 multi_xml (0.5.5)
179 179 multipart-post (1.2.0)
180 180 net-scp (1.1.2)
... ... @@ -222,7 +222,7 @@ GEM
222 222 rest-client (~> 1.6.0)
223 223 pjax_rails (0.3.4)
224 224 jquery-rails
225   - polyglot (0.3.4)
  225 + polyglot (0.3.5)
226 226 premailer (1.7.3)
227 227 css_parser (>= 1.1.9)
228 228 htmlentities (>= 4.0.0)
... ... @@ -246,25 +246,25 @@ GEM
246 246 rack-ssl-enforcer (0.2.6)
247 247 rack-test (0.6.2)
248 248 rack (>= 1.0)
249   - rails (3.2.18)
250   - actionmailer (= 3.2.18)
251   - actionpack (= 3.2.18)
252   - activerecord (= 3.2.18)
253   - activeresource (= 3.2.18)
254   - activesupport (= 3.2.18)
  249 + rails (3.2.19)
  250 + actionmailer (= 3.2.19)
  251 + actionpack (= 3.2.19)
  252 + activerecord (= 3.2.19)
  253 + activeresource (= 3.2.19)
  254 + activesupport (= 3.2.19)
255 255 bundler (~> 1.0)
256   - railties (= 3.2.18)
  256 + railties (= 3.2.19)
257 257 rails_autolink (1.1.4)
258 258 rails (> 3.1)
259   - railties (3.2.18)
260   - actionpack (= 3.2.18)
261   - activesupport (= 3.2.18)
  259 + railties (3.2.19)
  260 + actionpack (= 3.2.19)
  261 + activesupport (= 3.2.19)
262 262 rack-ssl (~> 1.3.2)
263 263 rake (>= 0.8.7)
264 264 rdoc (~> 3.4)
265 265 thor (>= 0.14.6, < 2.0)
266 266 raindrops (0.12.0)
267   - rake (10.3.1)
  267 + rake (10.3.2)
268 268 rdoc (3.12.2)
269 269 json (~> 1.4)
270 270 ref (1.0.5)
... ... @@ -327,7 +327,7 @@ GEM
327 327 turbo-sprockets-rails3 (0.3.10)
328 328 railties (> 3.2.8, < 4.0.0)
329 329 sprockets (>= 2.0.0)
330   - tzinfo (0.3.39)
  330 + tzinfo (0.3.41)
331 331 uglifier (2.2.1)
332 332 execjs (>= 0.3.0)
333 333 multi_json (~> 1.0, >= 1.0.2)
... ...