Skip to content

Commit f7a464e

Browse files
Bump actionpack from 6.0.2.1 to 6.0.3.1 in /test/samples
Bumps [actionpack](https://github.com/rails/rails) from 6.0.2.1 to 6.0.3.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.0.3.1/actionpack/CHANGELOG.md) - [Commits](rails/rails@v6.0.2.1...v6.0.3.1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent a7e4aec commit f7a464e

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

test/samples/Gemfile.lock

+23-23
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,27 @@ GIT
1515
GEM
1616
remote: https://rubygems.org/
1717
specs:
18-
actionpack (6.0.2.1)
19-
actionview (= 6.0.2.1)
20-
activesupport (= 6.0.2.1)
18+
actionpack (6.0.3.1)
19+
actionview (= 6.0.3.1)
20+
activesupport (= 6.0.3.1)
2121
rack (~> 2.0, >= 2.0.8)
2222
rack-test (>= 0.6.3)
2323
rails-dom-testing (~> 2.0)
2424
rails-html-sanitizer (~> 1.0, >= 1.2.0)
25-
actionview (6.0.2.1)
26-
activesupport (= 6.0.2.1)
25+
actionview (6.0.3.1)
26+
activesupport (= 6.0.3.1)
2727
builder (~> 3.1)
2828
erubi (~> 1.4)
2929
rails-dom-testing (~> 2.0)
3030
rails-html-sanitizer (~> 1.1, >= 1.2.0)
31-
activemodel (6.0.2.1)
32-
activesupport (= 6.0.2.1)
33-
activesupport (6.0.2.1)
31+
activemodel (6.0.3.1)
32+
activesupport (= 6.0.3.1)
33+
activesupport (6.0.3.1)
3434
concurrent-ruby (~> 1.0, >= 1.0.2)
3535
i18n (>= 0.7, < 2)
3636
minitest (~> 5.1)
3737
tzinfo (~> 1.1)
38-
zeitwerk (~> 2.2)
38+
zeitwerk (~> 2.2, >= 2.2.2)
3939
addressable (2.7.0)
4040
public_suffix (>= 2.0.2, < 5.0)
4141
ast (2.4.0)
@@ -53,22 +53,22 @@ GEM
5353
activesupport (>= 3.0.0)
5454
uniform_notifier (~> 1.11)
5555
byebug (11.1.1)
56-
carrierwave (2.0.2)
56+
carrierwave (2.1.0)
5757
activemodel (>= 5.0.0)
5858
activesupport (>= 5.0.0)
5959
addressable (~> 2.6)
6060
image_processing (~> 1.1)
6161
mimemagic (>= 0.3.0)
6262
mini_mime (>= 0.1.3)
6363
colorize (0.8.1)
64-
concurrent-ruby (1.1.5)
64+
concurrent-ruby (1.1.6)
6565
crass (1.0.6)
6666
docile (1.3.2)
6767
erubi (1.9.0)
6868
ffi (1.12.2)
6969
i18n (1.8.2)
7070
concurrent-ruby (~> 1.0)
71-
image_processing (1.10.3)
71+
image_processing (1.11.0)
7272
mini_magick (>= 4.9.5, < 5)
7373
ruby-vips (>= 2.0.17, < 3)
7474
jaro_winkler (1.5.4)
@@ -77,35 +77,35 @@ GEM
7777
rb-fsevent (~> 0.9, >= 0.9.4)
7878
rb-inotify (~> 0.9, >= 0.9.7)
7979
ruby_dep (~> 1.2)
80-
loofah (2.4.0)
80+
loofah (2.5.0)
8181
crass (~> 1.0.2)
8282
nokogiri (>= 1.5.9)
8383
macaddr (1.7.2)
8484
systemu (~> 2.6.5)
85-
method_source (0.9.2)
85+
method_source (1.0.0)
8686
mime-types (1.25.1)
87-
mimemagic (0.3.4)
87+
mimemagic (0.3.5)
8888
mini_magick (4.10.1)
8989
mini_mime (1.0.2)
9090
mini_portile2 (2.4.0)
91-
minitest (5.14.0)
91+
minitest (5.14.1)
9292
msgpack (1.3.3)
93-
nokogiri (1.10.7)
93+
nokogiri (1.10.9)
9494
mini_portile2 (~> 2.4.0)
9595
parallel (1.19.1)
9696
parser (2.7.0.2)
9797
ast (~> 2.4.0)
98-
public_suffix (4.0.3)
98+
public_suffix (4.0.5)
9999
rack-test (1.1.0)
100100
rack (>= 1.0, < 3)
101101
rails-dom-testing (2.0.3)
102102
activesupport (>= 4.2.0)
103103
nokogiri (>= 1.6)
104104
rails-html-sanitizer (1.3.0)
105105
loofah (~> 2.3)
106-
railties (6.0.2.1)
107-
actionpack (= 6.0.2.1)
108-
activesupport (= 6.0.2.1)
106+
railties (6.0.3.1)
107+
actionpack (= 6.0.3.1)
108+
activesupport (= 6.0.3.1)
109109
method_source
110110
rake (>= 0.8.7)
111111
thor (>= 0.20.3, < 2.0)
@@ -136,7 +136,7 @@ GEM
136136
systemu (2.6.5)
137137
thor (1.0.1)
138138
thread_safe (0.3.6)
139-
tzinfo (1.2.6)
139+
tzinfo (1.2.7)
140140
thread_safe (~> 0.1)
141141
unicode-display_width (1.6.1)
142142
uniform_notifier (1.13.0)
@@ -147,7 +147,7 @@ GEM
147147
activemodel (>= 6.0.0)
148148
bindex (>= 0.4.0)
149149
railties (>= 6.0.0)
150-
zeitwerk (2.2.2)
150+
zeitwerk (2.3.0)
151151

152152
PLATFORMS
153153
ruby

0 commit comments

Comments
 (0)