Skip to content

Commit 7ed9e3a

Browse files
Bump actionpack from 3.2.6 to 4.2.11.3
Bumps [actionpack](https://github.com/rails/rails) from 3.2.6 to 4.2.11.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.1.3.2/actionpack/CHANGELOG.md) - [Commits](rails/rails@v3.2.6...v4.2.11.3) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4922625 commit 7ed9e3a

1 file changed

Lines changed: 90 additions & 72 deletions

File tree

Gemfile.lock

Lines changed: 90 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -13,94 +13,112 @@ PATH
1313
GEM
1414
remote: http://rubygems.org/
1515
specs:
16-
actionmailer (3.2.6)
17-
actionpack (= 3.2.6)
18-
mail (~> 2.4.4)
19-
actionpack (3.2.6)
20-
activemodel (= 3.2.6)
21-
activesupport (= 3.2.6)
22-
builder (~> 3.0.0)
16+
actionmailer (4.2.11.3)
17+
actionpack (= 4.2.11.3)
18+
actionview (= 4.2.11.3)
19+
activejob (= 4.2.11.3)
20+
mail (~> 2.5, >= 2.5.4)
21+
rails-dom-testing (~> 1.0, >= 1.0.5)
22+
actionpack (4.2.11.3)
23+
actionview (= 4.2.11.3)
24+
activesupport (= 4.2.11.3)
25+
rack (~> 1.6)
26+
rack-test (~> 0.6.2)
27+
rails-dom-testing (~> 1.0, >= 1.0.5)
28+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
29+
actionview (4.2.11.3)
30+
activesupport (= 4.2.11.3)
31+
builder (~> 3.1)
2332
erubis (~> 2.7.0)
24-
journey (~> 1.0.1)
25-
rack (~> 1.4.0)
26-
rack-cache (~> 1.2)
27-
rack-test (~> 0.6.1)
28-
sprockets (~> 2.1.3)
29-
activemodel (3.2.6)
30-
activesupport (= 3.2.6)
31-
builder (~> 3.0.0)
32-
activerecord (3.2.6)
33-
activemodel (= 3.2.6)
34-
activesupport (= 3.2.6)
35-
arel (~> 3.0.2)
36-
tzinfo (~> 0.3.29)
37-
activeresource (3.2.6)
38-
activemodel (= 3.2.6)
39-
activesupport (= 3.2.6)
40-
activesupport (3.2.6)
41-
i18n (~> 0.6)
42-
multi_json (~> 1.0)
43-
arel (3.0.3)
44-
builder (3.0.0)
33+
rails-dom-testing (~> 1.0, >= 1.0.5)
34+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
35+
activejob (4.2.11.3)
36+
activesupport (= 4.2.11.3)
37+
globalid (>= 0.3.0)
38+
activemodel (4.2.11.3)
39+
activesupport (= 4.2.11.3)
40+
builder (~> 3.1)
41+
activerecord (4.2.11.3)
42+
activemodel (= 4.2.11.3)
43+
activesupport (= 4.2.11.3)
44+
arel (~> 6.0)
45+
activesupport (4.2.11.3)
46+
i18n (~> 0.7)
47+
minitest (~> 5.1)
48+
thread_safe (~> 0.3, >= 0.3.4)
49+
tzinfo (~> 1.1)
50+
arel (6.0.4)
51+
builder (3.2.4)
52+
concurrent-ruby (1.1.10)
53+
crass (1.0.6)
4554
erubis (2.7.0)
4655
factory_girl (3.3.0)
4756
activesupport (>= 3.0.0)
4857
factory_girl_rails (3.3.0)
4958
factory_girl (~> 3.3.0)
5059
railties (>= 3.0.0)
51-
hike (1.2.1)
52-
i18n (0.6.0)
53-
journey (1.0.4)
60+
globalid (0.4.2)
61+
activesupport (>= 4.2.0)
62+
i18n (0.9.5)
63+
concurrent-ruby (~> 1.0)
5464
jquery-rails (2.0.2)
5565
railties (>= 3.2.0, < 5.0)
5666
thor (~> 0.14)
57-
json (1.8.6)
58-
mail (2.4.4)
59-
i18n (>= 0.4.0)
60-
mime-types (~> 1.16)
61-
treetop (~> 1.4.8)
67+
loofah (2.16.0)
68+
crass (~> 1.0.2)
69+
nokogiri (>= 1.5.9)
70+
mail (2.7.1)
71+
mini_mime (>= 0.1.1)
6272
metaclass (0.0.1)
63-
mime-types (1.25.1)
73+
mini_mime (1.1.2)
74+
mini_portile2 (2.8.0)
75+
minitest (5.15.0)
6476
mocha (0.10.5)
6577
metaclass (~> 0.0.1)
66-
multi_json (1.3.6)
67-
polyglot (0.3.5)
68-
rack (1.4.1)
69-
rack-cache (1.2)
70-
rack (>= 0.4)
71-
rack-ssl (1.3.2)
72-
rack
73-
rack-test (0.6.1)
78+
nokogiri (1.13.4)
79+
mini_portile2 (~> 2.8.0)
80+
racc (~> 1.4)
81+
racc (1.6.0)
82+
rack (1.6.13)
83+
rack-test (0.6.3)
7484
rack (>= 1.0)
75-
rails (3.2.6)
76-
actionmailer (= 3.2.6)
77-
actionpack (= 3.2.6)
78-
activerecord (= 3.2.6)
79-
activeresource (= 3.2.6)
80-
activesupport (= 3.2.6)
81-
bundler (~> 1.0)
82-
railties (= 3.2.6)
83-
railties (3.2.6)
84-
actionpack (= 3.2.6)
85-
activesupport (= 3.2.6)
86-
rack-ssl (~> 1.3.2)
85+
rails (4.2.11.3)
86+
actionmailer (= 4.2.11.3)
87+
actionpack (= 4.2.11.3)
88+
actionview (= 4.2.11.3)
89+
activejob (= 4.2.11.3)
90+
activemodel (= 4.2.11.3)
91+
activerecord (= 4.2.11.3)
92+
activesupport (= 4.2.11.3)
93+
bundler (>= 1.3.0, < 2.0)
94+
railties (= 4.2.11.3)
95+
sprockets-rails
96+
rails-deprecated_sanitizer (1.0.4)
97+
activesupport (>= 4.2.0.alpha)
98+
rails-dom-testing (1.0.9)
99+
activesupport (>= 4.2.0, < 5.0)
100+
nokogiri (~> 1.6)
101+
rails-deprecated_sanitizer (>= 1.0.1)
102+
rails-html-sanitizer (1.4.2)
103+
loofah (~> 2.3)
104+
railties (4.2.11.3)
105+
actionpack (= 4.2.11.3)
106+
activesupport (= 4.2.11.3)
87107
rake (>= 0.8.7)
88-
rdoc (~> 3.4)
89-
thor (>= 0.14.6, < 2.0)
90-
rake (0.9.2.2)
91-
rdoc (3.12.2)
92-
json (~> 1.4)
93-
sprockets (2.1.3)
94-
hike (~> 1.2)
95-
rack (~> 1.0)
96-
tilt (~> 1.1, != 1.3.0)
108+
thor (>= 0.18.1, < 2.0)
109+
rake (13.0.6)
110+
sprockets (4.0.3)
111+
concurrent-ruby (~> 1.0)
112+
rack (> 1, < 3)
113+
sprockets-rails (3.2.2)
114+
actionpack (>= 4.0)
115+
activesupport (>= 4.0)
116+
sprockets (>= 3.0.0)
97117
sqlite3 (1.3.6)
98-
thor (0.15.4)
99-
tilt (1.3.3)
100-
treetop (1.4.15)
101-
polyglot
102-
polyglot (>= 0.3.1)
103-
tzinfo (0.3.60)
118+
thor (0.20.3)
119+
thread_safe (0.3.6)
120+
tzinfo (1.2.9)
121+
thread_safe (~> 0.1)
104122

105123
PLATFORMS
106124
ruby

0 commit comments

Comments
 (0)