Skip to content

Commit 3b68872

Browse files
Bump activejob from 4.2.2 to 4.2.11.3
Bumps [activejob](https://github.com/rails/rails) from 4.2.2 to 4.2.11.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.0.3.1/activejob/CHANGELOG.md) - [Commits](rails/rails@v4.2.2...v4.2.11.3) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0ffcbf7 commit 3b68872

File tree

1 file changed

+68
-62
lines changed

1 file changed

+68
-62
lines changed

Gemfile.lock

Lines changed: 68 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -10,38 +10,37 @@ PATH
1010
GEM
1111
remote: http://rubygems.org/
1212
specs:
13-
actionmailer (4.2.2)
14-
actionpack (= 4.2.2)
15-
actionview (= 4.2.2)
16-
activejob (= 4.2.2)
13+
actionmailer (4.2.11.3)
14+
actionpack (= 4.2.11.3)
15+
actionview (= 4.2.11.3)
16+
activejob (= 4.2.11.3)
1717
mail (~> 2.5, >= 2.5.4)
1818
rails-dom-testing (~> 1.0, >= 1.0.5)
19-
actionpack (4.2.2)
20-
actionview (= 4.2.2)
21-
activesupport (= 4.2.2)
19+
actionpack (4.2.11.3)
20+
actionview (= 4.2.11.3)
21+
activesupport (= 4.2.11.3)
2222
rack (~> 1.6)
2323
rack-test (~> 0.6.2)
2424
rails-dom-testing (~> 1.0, >= 1.0.5)
25-
rails-html-sanitizer (~> 1.0, >= 1.0.1)
26-
actionview (4.2.2)
27-
activesupport (= 4.2.2)
25+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
26+
actionview (4.2.11.3)
27+
activesupport (= 4.2.11.3)
2828
builder (~> 3.1)
2929
erubis (~> 2.7.0)
3030
rails-dom-testing (~> 1.0, >= 1.0.5)
31-
rails-html-sanitizer (~> 1.0, >= 1.0.1)
32-
activejob (4.2.2)
33-
activesupport (= 4.2.2)
31+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
32+
activejob (4.2.11.3)
33+
activesupport (= 4.2.11.3)
3434
globalid (>= 0.3.0)
35-
activemodel (4.2.2)
36-
activesupport (= 4.2.2)
35+
activemodel (4.2.11.3)
36+
activesupport (= 4.2.11.3)
3737
builder (~> 3.1)
38-
activerecord (4.2.2)
39-
activemodel (= 4.2.2)
40-
activesupport (= 4.2.2)
38+
activerecord (4.2.11.3)
39+
activemodel (= 4.2.11.3)
40+
activesupport (= 4.2.11.3)
4141
arel (~> 6.0)
42-
activesupport (4.2.2)
42+
activesupport (4.2.11.3)
4343
i18n (~> 0.7)
44-
json (~> 1.7, >= 1.7.7)
4544
minitest (~> 5.1)
4645
thread_safe (~> 0.3, >= 0.3.4)
4746
tzinfo (~> 1.1)
@@ -54,15 +53,17 @@ GEM
5453
bundler
5554
rake
5655
thor (>= 0.14.0)
57-
arel (6.0.0)
58-
builder (3.2.2)
56+
arel (6.0.4)
57+
builder (3.2.4)
5958
capybara (2.4.4)
6059
mime-types (>= 1.16)
6160
nokogiri (>= 1.3.3)
6261
rack (>= 1.0.0)
6362
rack-test (>= 0.5.4)
6463
xpath (~> 2.0)
6564
coderay (1.1.0)
65+
concurrent-ruby (1.1.6)
66+
crass (1.0.6)
6667
erubis (2.7.0)
6768
ethon (0.11.0)
6869
ffi (>= 1.3.0)
@@ -74,82 +75,87 @@ GEM
7475
faraday (0.15.3)
7576
multipart-post (>= 1.2, < 3)
7677
ffi (1.9.25)
77-
globalid (0.3.5)
78-
activesupport (>= 4.1.0)
79-
i18n (0.7.0)
78+
globalid (0.4.2)
79+
activesupport (>= 4.2.0)
80+
i18n (0.9.5)
81+
concurrent-ruby (~> 1.0)
8082
jquery-rails (4.3.3)
8183
rails-dom-testing (>= 1, < 3)
8284
railties (>= 4.2.0)
8385
thor (>= 0.14, < 2.0)
84-
json (1.8.6)
8586
launchy (2.4.3)
8687
addressable (~> 2.3)
87-
loofah (2.0.2)
88+
loofah (2.5.0)
89+
crass (~> 1.0.2)
8890
nokogiri (>= 1.5.9)
89-
mail (2.6.3)
90-
mime-types (>= 1.16, < 3)
91+
mail (2.7.1)
92+
mini_mime (>= 0.1.1)
9193
metaclass (0.0.4)
9294
method_source (0.8.2)
93-
mime-types (2.6.1)
94-
mini_portile (0.6.2)
95-
minitest (5.7.0)
95+
mime-types (3.3.1)
96+
mime-types-data (~> 3.2015)
97+
mime-types-data (3.2020.0512)
98+
mini_mime (1.0.2)
99+
mini_portile2 (2.4.0)
100+
minitest (5.14.1)
96101
minitest-spec-rails (5.2.2)
97102
minitest (~> 5.0)
98103
rails (~> 4.1)
99104
mocha (1.1.0)
100105
metaclass (~> 0.0.1)
101106
multipart-post (2.0.0)
102107
net-http-persistent (2.9.4)
103-
nokogiri (1.6.6.2)
104-
mini_portile (~> 0.6.0)
108+
nokogiri (1.10.9)
109+
mini_portile2 (~> 2.4.0)
105110
power_assert (0.2.3)
106111
pry (0.10.1)
107112
coderay (~> 1.1.0)
108113
method_source (~> 0.8.1)
109114
slop (~> 3.4)
110-
rack (1.6.4)
115+
rack (1.6.13)
111116
rack-test (0.6.3)
112117
rack (>= 1.0)
113-
rails (4.2.2)
114-
actionmailer (= 4.2.2)
115-
actionpack (= 4.2.2)
116-
actionview (= 4.2.2)
117-
activejob (= 4.2.2)
118-
activemodel (= 4.2.2)
119-
activerecord (= 4.2.2)
120-
activesupport (= 4.2.2)
118+
rails (4.2.11.3)
119+
actionmailer (= 4.2.11.3)
120+
actionpack (= 4.2.11.3)
121+
actionview (= 4.2.11.3)
122+
activejob (= 4.2.11.3)
123+
activemodel (= 4.2.11.3)
124+
activerecord (= 4.2.11.3)
125+
activesupport (= 4.2.11.3)
121126
bundler (>= 1.3.0, < 2.0)
122-
railties (= 4.2.2)
127+
railties (= 4.2.11.3)
123128
sprockets-rails
124129
rails-deprecated_sanitizer (1.0.3)
125130
activesupport (>= 4.2.0.alpha)
126-
rails-dom-testing (1.0.6)
127-
activesupport (>= 4.2.0.beta, < 5.0)
128-
nokogiri (~> 1.6.0)
131+
rails-dom-testing (1.0.9)
132+
activesupport (>= 4.2.0, < 5.0)
133+
nokogiri (~> 1.6)
129134
rails-deprecated_sanitizer (>= 1.0.1)
130-
rails-html-sanitizer (1.0.2)
131-
loofah (~> 2.0)
132-
railties (4.2.2)
133-
actionpack (= 4.2.2)
134-
activesupport (= 4.2.2)
135+
rails-html-sanitizer (1.3.0)
136+
loofah (~> 2.3)
137+
railties (4.2.11.3)
138+
actionpack (= 4.2.11.3)
139+
activesupport (= 4.2.11.3)
135140
rake (>= 0.8.7)
136141
thor (>= 0.18.1, < 2.0)
137-
rake (10.4.2)
142+
rake (13.0.1)
138143
slop (3.6.0)
139-
sprockets (3.2.0)
140-
rack (~> 1.0)
141-
sprockets-rails (2.3.1)
142-
actionpack (>= 3.0)
143-
activesupport (>= 3.0)
144-
sprockets (>= 2.8, < 4.0)
144+
sprockets (4.0.0)
145+
concurrent-ruby (~> 1.0)
146+
rack (> 1, < 3)
147+
sprockets-rails (3.2.1)
148+
actionpack (>= 4.0)
149+
activesupport (>= 4.0)
150+
sprockets (>= 3.0.0)
145151
sqlite3 (1.3.10)
146152
test-unit (3.1.2)
147153
power_assert
148-
thor (0.19.1)
149-
thread_safe (0.3.5)
154+
thor (1.0.1)
155+
thread_safe (0.3.6)
150156
typhoeus (0.8.0)
151157
ethon (>= 0.8.0)
152-
tzinfo (1.2.2)
158+
tzinfo (1.2.7)
153159
thread_safe (~> 0.1)
154160
xpath (2.0.0)
155161
nokogiri (~> 1.3)

0 commit comments

Comments
 (0)