Skip to content

Commit 522b4f8

Browse files
Merge pull request #404 from matestack/dependabot/bundler/actionview-5.2.4.2
Bump actionview from 5.2.4.1 to 5.2.4.2
2 parents 12fbebe + 88b55f9 commit 522b4f8

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

Gemfile.lock

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -13,43 +13,43 @@ PATH
1313
GEM
1414
remote: https://rubygems.org/
1515
specs:
16-
actioncable (5.2.4.1)
17-
actionpack (= 5.2.4.1)
16+
actioncable (5.2.4.2)
17+
actionpack (= 5.2.4.2)
1818
nio4r (~> 2.0)
1919
websocket-driver (>= 0.6.1)
20-
actionmailer (5.2.4.1)
21-
actionpack (= 5.2.4.1)
22-
actionview (= 5.2.4.1)
23-
activejob (= 5.2.4.1)
20+
actionmailer (5.2.4.2)
21+
actionpack (= 5.2.4.2)
22+
actionview (= 5.2.4.2)
23+
activejob (= 5.2.4.2)
2424
mail (~> 2.5, >= 2.5.4)
2525
rails-dom-testing (~> 2.0)
26-
actionpack (5.2.4.1)
27-
actionview (= 5.2.4.1)
28-
activesupport (= 5.2.4.1)
26+
actionpack (5.2.4.2)
27+
actionview (= 5.2.4.2)
28+
activesupport (= 5.2.4.2)
2929
rack (~> 2.0, >= 2.0.8)
3030
rack-test (>= 0.6.3)
3131
rails-dom-testing (~> 2.0)
3232
rails-html-sanitizer (~> 1.0, >= 1.0.2)
33-
actionview (5.2.4.1)
34-
activesupport (= 5.2.4.1)
33+
actionview (5.2.4.2)
34+
activesupport (= 5.2.4.2)
3535
builder (~> 3.1)
3636
erubi (~> 1.4)
3737
rails-dom-testing (~> 2.0)
3838
rails-html-sanitizer (~> 1.0, >= 1.0.3)
39-
activejob (5.2.4.1)
40-
activesupport (= 5.2.4.1)
39+
activejob (5.2.4.2)
40+
activesupport (= 5.2.4.2)
4141
globalid (>= 0.3.6)
42-
activemodel (5.2.4.1)
43-
activesupport (= 5.2.4.1)
44-
activerecord (5.2.4.1)
45-
activemodel (= 5.2.4.1)
46-
activesupport (= 5.2.4.1)
42+
activemodel (5.2.4.2)
43+
activesupport (= 5.2.4.2)
44+
activerecord (5.2.4.2)
45+
activemodel (= 5.2.4.2)
46+
activesupport (= 5.2.4.2)
4747
arel (>= 9.0)
48-
activestorage (5.2.4.1)
49-
actionpack (= 5.2.4.1)
50-
activerecord (= 5.2.4.1)
48+
activestorage (5.2.4.2)
49+
actionpack (= 5.2.4.2)
50+
activerecord (= 5.2.4.2)
5151
marcel (~> 0.3.1)
52-
activesupport (5.2.4.1)
52+
activesupport (5.2.4.2)
5353
concurrent-ruby (~> 1.0, >= 1.0.2)
5454
i18n (>= 0.7, < 2)
5555
minitest (~> 5.1)
@@ -80,7 +80,7 @@ GEM
8080
cells (>= 4.1.6, < 5.0.0)
8181
childprocess (3.0.0)
8282
coderay (1.1.2)
83-
concurrent-ruby (1.1.5)
83+
concurrent-ruby (1.1.6)
8484
crack (0.4.3)
8585
safe_yaml (~> 1.0.0)
8686
crass (1.0.6)
@@ -121,7 +121,7 @@ GEM
121121
mini_portile2 (2.4.0)
122122
minitest (5.14.0)
123123
nio4r (2.5.2)
124-
nokogiri (1.10.8)
124+
nokogiri (1.10.9)
125125
mini_portile2 (~> 2.4.0)
126126
pipetree (0.1.1)
127127
pry (0.12.2)
@@ -135,32 +135,32 @@ GEM
135135
public_suffix (4.0.3)
136136
puma (4.3.3)
137137
nio4r (~> 2.0)
138-
rack (2.2.1)
138+
rack (2.2.2)
139139
rack-proxy (0.6.5)
140140
rack
141141
rack-test (1.1.0)
142142
rack (>= 1.0, < 3)
143-
rails (5.2.4.1)
144-
actioncable (= 5.2.4.1)
145-
actionmailer (= 5.2.4.1)
146-
actionpack (= 5.2.4.1)
147-
actionview (= 5.2.4.1)
148-
activejob (= 5.2.4.1)
149-
activemodel (= 5.2.4.1)
150-
activerecord (= 5.2.4.1)
151-
activestorage (= 5.2.4.1)
152-
activesupport (= 5.2.4.1)
143+
rails (5.2.4.2)
144+
actioncable (= 5.2.4.2)
145+
actionmailer (= 5.2.4.2)
146+
actionpack (= 5.2.4.2)
147+
actionview (= 5.2.4.2)
148+
activejob (= 5.2.4.2)
149+
activemodel (= 5.2.4.2)
150+
activerecord (= 5.2.4.2)
151+
activestorage (= 5.2.4.2)
152+
activesupport (= 5.2.4.2)
153153
bundler (>= 1.3.0)
154-
railties (= 5.2.4.1)
154+
railties (= 5.2.4.2)
155155
sprockets-rails (>= 2.0.0)
156156
rails-dom-testing (2.0.3)
157157
activesupport (>= 4.2.0)
158158
nokogiri (>= 1.6)
159159
rails-html-sanitizer (1.3.0)
160160
loofah (~> 2.3)
161-
railties (5.2.4.1)
162-
actionpack (= 5.2.4.1)
163-
activesupport (= 5.2.4.1)
161+
railties (5.2.4.2)
162+
actionpack (= 5.2.4.2)
163+
activesupport (= 5.2.4.2)
164164
method_source
165165
rake (>= 0.8.7)
166166
thor (>= 0.19.0, < 2.0)

0 commit comments

Comments
 (0)