Commit 7c8f3e2a76a1267d0dde5d51e9f3977481b52137

Authored by dependabot[bot]
Committed by GitHub
1 parent 5e40b553
Exists in master

Bump actionview from 5.2.4.1 to 5.2.4.2

Bumps [actionview](https://github.com/rails/rails) from 5.2.4.1 to 5.2.4.2.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v6.0.2.2/actionview/CHANGELOG.md)
- [Commits](https://github.com/rails/rails/compare/v5.2.4.1...v5.2.4.2)

Signed-off-by: dependabot[bot] <support@github.com>
Showing 1 changed file with 44 additions and 44 deletions   Show diff stats
Gemfile.lock
... ... @@ -8,43 +8,43 @@ PATH
8 8 GEM
9 9 remote: https://rubygems.org/
10 10 specs:
11   - actioncable (5.2.4.1)
12   - actionpack (= 5.2.4.1)
  11 + actioncable (5.2.4.2)
  12 + actionpack (= 5.2.4.2)
13 13 nio4r (~> 2.0)
14 14 websocket-driver (>= 0.6.1)
15   - actionmailer (5.2.4.1)
16   - actionpack (= 5.2.4.1)
17   - actionview (= 5.2.4.1)
18   - activejob (= 5.2.4.1)
  15 + actionmailer (5.2.4.2)
  16 + actionpack (= 5.2.4.2)
  17 + actionview (= 5.2.4.2)
  18 + activejob (= 5.2.4.2)
19 19 mail (~> 2.5, >= 2.5.4)
20 20 rails-dom-testing (~> 2.0)
21   - actionpack (5.2.4.1)
22   - actionview (= 5.2.4.1)
23   - activesupport (= 5.2.4.1)
  21 + actionpack (5.2.4.2)
  22 + actionview (= 5.2.4.2)
  23 + activesupport (= 5.2.4.2)
24 24 rack (~> 2.0, >= 2.0.8)
25 25 rack-test (>= 0.6.3)
26 26 rails-dom-testing (~> 2.0)
27 27 rails-html-sanitizer (~> 1.0, >= 1.0.2)
28   - actionview (5.2.4.1)
29   - activesupport (= 5.2.4.1)
  28 + actionview (5.2.4.2)
  29 + activesupport (= 5.2.4.2)
30 30 builder (~> 3.1)
31 31 erubi (~> 1.4)
32 32 rails-dom-testing (~> 2.0)
33 33 rails-html-sanitizer (~> 1.0, >= 1.0.3)
34   - activejob (5.2.4.1)
35   - activesupport (= 5.2.4.1)
  34 + activejob (5.2.4.2)
  35 + activesupport (= 5.2.4.2)
36 36 globalid (>= 0.3.6)
37   - activemodel (5.2.4.1)
38   - activesupport (= 5.2.4.1)
39   - activerecord (5.2.4.1)
40   - activemodel (= 5.2.4.1)
41   - activesupport (= 5.2.4.1)
  37 + activemodel (5.2.4.2)
  38 + activesupport (= 5.2.4.2)
  39 + activerecord (5.2.4.2)
  40 + activemodel (= 5.2.4.2)
  41 + activesupport (= 5.2.4.2)
42 42 arel (>= 9.0)
43   - activestorage (5.2.4.1)
44   - actionpack (= 5.2.4.1)
45   - activerecord (= 5.2.4.1)
  43 + activestorage (5.2.4.2)
  44 + actionpack (= 5.2.4.2)
  45 + activerecord (= 5.2.4.2)
46 46 marcel (~> 0.3.1)
47   - activesupport (5.2.4.1)
  47 + activesupport (5.2.4.2)
48 48 concurrent-ruby (~> 1.0, >= 1.0.2)
49 49 i18n (>= 0.7, < 2)
50 50 minitest (~> 5.1)
... ... @@ -52,8 +52,8 @@ GEM
52 52 arel (9.0.0)
53 53 builder (3.2.4)
54 54 coderay (1.1.2)
55   - concurrent-ruby (1.1.5)
56   - crass (1.0.5)
  55 + concurrent-ruby (1.1.6)
  56 + crass (1.0.6)
57 57 diff-lcs (1.3)
58 58 erubi (1.9.0)
59 59 factory_bot (5.1.0)
... ... @@ -63,7 +63,7 @@ GEM
63 63 railties (>= 4.2.0)
64 64 globalid (0.4.2)
65 65 activesupport (>= 4.2.0)
66   - i18n (1.7.0)
  66 + i18n (1.8.2)
67 67 concurrent-ruby (~> 1.0)
68 68 jwt (1.5.6)
69 69 loofah (2.4.0)
... ... @@ -74,40 +74,40 @@ GEM
74 74 marcel (0.3.3)
75 75 mimemagic (~> 0.3.2)
76 76 method_source (0.9.2)
77   - mimemagic (0.3.3)
  77 + mimemagic (0.3.4)
78 78 mini_mime (1.0.2)
79 79 mini_portile2 (2.4.0)
80   - minitest (5.13.0)
  80 + minitest (5.14.0)
81 81 nio4r (2.5.2)
82   - nokogiri (1.10.8)
  82 + nokogiri (1.10.9)
83 83 mini_portile2 (~> 2.4.0)
84 84 pry (0.12.2)
85 85 coderay (~> 1.1.0)
86 86 method_source (~> 0.9.0)
87   - rack (2.0.8)
  87 + rack (2.2.2)
88 88 rack-test (1.1.0)
89 89 rack (>= 1.0, < 3)
90   - rails (5.2.4.1)
91   - actioncable (= 5.2.4.1)
92   - actionmailer (= 5.2.4.1)
93   - actionpack (= 5.2.4.1)
94   - actionview (= 5.2.4.1)
95   - activejob (= 5.2.4.1)
96   - activemodel (= 5.2.4.1)
97   - activerecord (= 5.2.4.1)
98   - activestorage (= 5.2.4.1)
99   - activesupport (= 5.2.4.1)
  90 + rails (5.2.4.2)
  91 + actioncable (= 5.2.4.2)
  92 + actionmailer (= 5.2.4.2)
  93 + actionpack (= 5.2.4.2)
  94 + actionview (= 5.2.4.2)
  95 + activejob (= 5.2.4.2)
  96 + activemodel (= 5.2.4.2)
  97 + activerecord (= 5.2.4.2)
  98 + activestorage (= 5.2.4.2)
  99 + activesupport (= 5.2.4.2)
100 100 bundler (>= 1.3.0)
101   - railties (= 5.2.4.1)
  101 + railties (= 5.2.4.2)
102 102 sprockets-rails (>= 2.0.0)
103 103 rails-dom-testing (2.0.3)
104 104 activesupport (>= 4.2.0)
105 105 nokogiri (>= 1.6)
106 106 rails-html-sanitizer (1.3.0)
107 107 loofah (~> 2.3)
108   - railties (5.2.4.1)
109   - actionpack (= 5.2.4.1)
110   - activesupport (= 5.2.4.1)
  108 + railties (5.2.4.2)
  109 + actionpack (= 5.2.4.2)
  110 + activesupport (= 5.2.4.2)
111 111 method_source
112 112 rake (>= 0.8.7)
113 113 thor (>= 0.19.0, < 2.0)
... ... @@ -139,7 +139,7 @@ GEM
139 139 sqlite3 (1.4.1)
140 140 thor (1.0.1)
141 141 thread_safe (0.3.6)
142   - tzinfo (1.2.5)
  142 + tzinfo (1.2.6)
143 143 thread_safe (~> 0.1)
144 144 websocket-driver (0.7.1)
145 145 websocket-extensions (>= 0.1.0)
... ...