Skip to content

Commit 61198b1

Browse files
authored
Merge pull request #28 from splitrb/dependabot/bundler/rails-6.0.3.3
Bump rails from 6.0.3.2 to 6.0.3.3
2 parents 779027c + 6750ab4 commit 61198b1

File tree

1 file changed

+58
-58
lines changed

1 file changed

+58
-58
lines changed

Gemfile.lock

+58-58
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,74 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
actioncable (6.0.3.2)
5-
actionpack (= 6.0.3.2)
4+
actioncable (6.0.3.3)
5+
actionpack (= 6.0.3.3)
66
nio4r (~> 2.0)
77
websocket-driver (>= 0.6.1)
8-
actionmailbox (6.0.3.2)
9-
actionpack (= 6.0.3.2)
10-
activejob (= 6.0.3.2)
11-
activerecord (= 6.0.3.2)
12-
activestorage (= 6.0.3.2)
13-
activesupport (= 6.0.3.2)
8+
actionmailbox (6.0.3.3)
9+
actionpack (= 6.0.3.3)
10+
activejob (= 6.0.3.3)
11+
activerecord (= 6.0.3.3)
12+
activestorage (= 6.0.3.3)
13+
activesupport (= 6.0.3.3)
1414
mail (>= 2.7.1)
15-
actionmailer (6.0.3.2)
16-
actionpack (= 6.0.3.2)
17-
actionview (= 6.0.3.2)
18-
activejob (= 6.0.3.2)
15+
actionmailer (6.0.3.3)
16+
actionpack (= 6.0.3.3)
17+
actionview (= 6.0.3.3)
18+
activejob (= 6.0.3.3)
1919
mail (~> 2.5, >= 2.5.4)
2020
rails-dom-testing (~> 2.0)
21-
actionpack (6.0.3.2)
22-
actionview (= 6.0.3.2)
23-
activesupport (= 6.0.3.2)
21+
actionpack (6.0.3.3)
22+
actionview (= 6.0.3.3)
23+
activesupport (= 6.0.3.3)
2424
rack (~> 2.0, >= 2.0.8)
2525
rack-test (>= 0.6.3)
2626
rails-dom-testing (~> 2.0)
2727
rails-html-sanitizer (~> 1.0, >= 1.2.0)
28-
actiontext (6.0.3.2)
29-
actionpack (= 6.0.3.2)
30-
activerecord (= 6.0.3.2)
31-
activestorage (= 6.0.3.2)
32-
activesupport (= 6.0.3.2)
28+
actiontext (6.0.3.3)
29+
actionpack (= 6.0.3.3)
30+
activerecord (= 6.0.3.3)
31+
activestorage (= 6.0.3.3)
32+
activesupport (= 6.0.3.3)
3333
nokogiri (>= 1.8.5)
34-
actionview (6.0.3.2)
35-
activesupport (= 6.0.3.2)
34+
actionview (6.0.3.3)
35+
activesupport (= 6.0.3.3)
3636
builder (~> 3.1)
3737
erubi (~> 1.4)
3838
rails-dom-testing (~> 2.0)
3939
rails-html-sanitizer (~> 1.1, >= 1.2.0)
40-
activejob (6.0.3.2)
41-
activesupport (= 6.0.3.2)
40+
activejob (6.0.3.3)
41+
activesupport (= 6.0.3.3)
4242
globalid (>= 0.3.6)
43-
activemodel (6.0.3.2)
44-
activesupport (= 6.0.3.2)
45-
activerecord (6.0.3.2)
46-
activemodel (= 6.0.3.2)
47-
activesupport (= 6.0.3.2)
48-
activestorage (6.0.3.2)
49-
actionpack (= 6.0.3.2)
50-
activejob (= 6.0.3.2)
51-
activerecord (= 6.0.3.2)
43+
activemodel (6.0.3.3)
44+
activesupport (= 6.0.3.3)
45+
activerecord (6.0.3.3)
46+
activemodel (= 6.0.3.3)
47+
activesupport (= 6.0.3.3)
48+
activestorage (6.0.3.3)
49+
actionpack (= 6.0.3.3)
50+
activejob (= 6.0.3.3)
51+
activerecord (= 6.0.3.3)
5252
marcel (~> 0.3.1)
53-
activesupport (6.0.3.2)
53+
activesupport (6.0.3.3)
5454
concurrent-ruby (~> 1.0, >= 1.0.2)
5555
i18n (>= 0.7, < 2)
5656
minitest (~> 5.1)
5757
tzinfo (~> 1.1)
5858
zeitwerk (~> 2.2, >= 2.2.2)
5959
builder (3.2.4)
60-
concurrent-ruby (1.1.6)
60+
concurrent-ruby (1.1.7)
6161
crass (1.0.6)
6262
erubi (1.9.0)
6363
ffi (1.11.3)
6464
globalid (0.4.2)
6565
activesupport (>= 4.2.0)
66-
i18n (1.8.3)
66+
i18n (1.8.5)
6767
concurrent-ruby (~> 1.0)
6868
listen (3.2.1)
6969
rb-fsevent (~> 0.10, >= 0.10.3)
7070
rb-inotify (~> 0.9, >= 0.9.10)
71-
loofah (2.6.0)
71+
loofah (2.7.0)
7272
crass (~> 1.0.2)
7373
nokogiri (>= 1.5.9)
7474
mail (2.7.1)
@@ -79,39 +79,39 @@ GEM
7979
mimemagic (0.3.5)
8080
mini_mime (1.0.2)
8181
mini_portile2 (2.4.0)
82-
minitest (5.14.1)
82+
minitest (5.14.2)
8383
mustermann (1.0.3)
84-
nio4r (2.5.2)
85-
nokogiri (1.10.9)
84+
nio4r (2.5.3)
85+
nokogiri (1.10.10)
8686
mini_portile2 (~> 2.4.0)
8787
rack (2.2.3)
8888
rack-protection (2.0.7)
8989
rack
9090
rack-test (1.1.0)
9191
rack (>= 1.0, < 3)
92-
rails (6.0.3.2)
93-
actioncable (= 6.0.3.2)
94-
actionmailbox (= 6.0.3.2)
95-
actionmailer (= 6.0.3.2)
96-
actionpack (= 6.0.3.2)
97-
actiontext (= 6.0.3.2)
98-
actionview (= 6.0.3.2)
99-
activejob (= 6.0.3.2)
100-
activemodel (= 6.0.3.2)
101-
activerecord (= 6.0.3.2)
102-
activestorage (= 6.0.3.2)
103-
activesupport (= 6.0.3.2)
92+
rails (6.0.3.3)
93+
actioncable (= 6.0.3.3)
94+
actionmailbox (= 6.0.3.3)
95+
actionmailer (= 6.0.3.3)
96+
actionpack (= 6.0.3.3)
97+
actiontext (= 6.0.3.3)
98+
actionview (= 6.0.3.3)
99+
activejob (= 6.0.3.3)
100+
activemodel (= 6.0.3.3)
101+
activerecord (= 6.0.3.3)
102+
activestorage (= 6.0.3.3)
103+
activesupport (= 6.0.3.3)
104104
bundler (>= 1.3.0)
105-
railties (= 6.0.3.2)
105+
railties (= 6.0.3.3)
106106
sprockets-rails (>= 2.0.0)
107107
rails-dom-testing (2.0.3)
108108
activesupport (>= 4.2.0)
109109
nokogiri (>= 1.6)
110110
rails-html-sanitizer (1.3.0)
111111
loofah (~> 2.3)
112-
railties (6.0.3.2)
113-
actionpack (= 6.0.3.2)
114-
activesupport (= 6.0.3.2)
112+
railties (6.0.3.3)
113+
actionpack (= 6.0.3.3)
114+
activesupport (= 6.0.3.3)
115115
method_source
116116
rake (>= 0.8.7)
117117
thor (>= 0.20.3, < 2.0)
@@ -143,10 +143,10 @@ GEM
143143
tilt (2.0.10)
144144
tzinfo (1.2.7)
145145
thread_safe (~> 0.1)
146-
websocket-driver (0.7.2)
146+
websocket-driver (0.7.3)
147147
websocket-extensions (>= 0.1.0)
148148
websocket-extensions (0.1.5)
149-
zeitwerk (2.3.0)
149+
zeitwerk (2.4.0)
150150

151151
PLATFORMS
152152
ruby

0 commit comments

Comments
 (0)