Skip to content

Commit 27e5367

Browse files
authored
Merge pull request #48 from splitrb/dependabot/bundler/rails-6.1.4
Bump rails from 6.1.3.2 to 6.1.4
2 parents c958517 + 0ff8e30 commit 27e5367

1 file changed

Lines changed: 62 additions & 62 deletions

File tree

Gemfile.lock

Lines changed: 62 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,67 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
actioncable (6.1.3.2)
5-
actionpack (= 6.1.3.2)
6-
activesupport (= 6.1.3.2)
4+
actioncable (6.1.4)
5+
actionpack (= 6.1.4)
6+
activesupport (= 6.1.4)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (6.1.3.2)
10-
actionpack (= 6.1.3.2)
11-
activejob (= 6.1.3.2)
12-
activerecord (= 6.1.3.2)
13-
activestorage (= 6.1.3.2)
14-
activesupport (= 6.1.3.2)
9+
actionmailbox (6.1.4)
10+
actionpack (= 6.1.4)
11+
activejob (= 6.1.4)
12+
activerecord (= 6.1.4)
13+
activestorage (= 6.1.4)
14+
activesupport (= 6.1.4)
1515
mail (>= 2.7.1)
16-
actionmailer (6.1.3.2)
17-
actionpack (= 6.1.3.2)
18-
actionview (= 6.1.3.2)
19-
activejob (= 6.1.3.2)
20-
activesupport (= 6.1.3.2)
16+
actionmailer (6.1.4)
17+
actionpack (= 6.1.4)
18+
actionview (= 6.1.4)
19+
activejob (= 6.1.4)
20+
activesupport (= 6.1.4)
2121
mail (~> 2.5, >= 2.5.4)
2222
rails-dom-testing (~> 2.0)
23-
actionpack (6.1.3.2)
24-
actionview (= 6.1.3.2)
25-
activesupport (= 6.1.3.2)
23+
actionpack (6.1.4)
24+
actionview (= 6.1.4)
25+
activesupport (= 6.1.4)
2626
rack (~> 2.0, >= 2.0.9)
2727
rack-test (>= 0.6.3)
2828
rails-dom-testing (~> 2.0)
2929
rails-html-sanitizer (~> 1.0, >= 1.2.0)
30-
actiontext (6.1.3.2)
31-
actionpack (= 6.1.3.2)
32-
activerecord (= 6.1.3.2)
33-
activestorage (= 6.1.3.2)
34-
activesupport (= 6.1.3.2)
30+
actiontext (6.1.4)
31+
actionpack (= 6.1.4)
32+
activerecord (= 6.1.4)
33+
activestorage (= 6.1.4)
34+
activesupport (= 6.1.4)
3535
nokogiri (>= 1.8.5)
36-
actionview (6.1.3.2)
37-
activesupport (= 6.1.3.2)
36+
actionview (6.1.4)
37+
activesupport (= 6.1.4)
3838
builder (~> 3.1)
3939
erubi (~> 1.4)
4040
rails-dom-testing (~> 2.0)
4141
rails-html-sanitizer (~> 1.1, >= 1.2.0)
42-
activejob (6.1.3.2)
43-
activesupport (= 6.1.3.2)
42+
activejob (6.1.4)
43+
activesupport (= 6.1.4)
4444
globalid (>= 0.3.6)
45-
activemodel (6.1.3.2)
46-
activesupport (= 6.1.3.2)
47-
activerecord (6.1.3.2)
48-
activemodel (= 6.1.3.2)
49-
activesupport (= 6.1.3.2)
50-
activestorage (6.1.3.2)
51-
actionpack (= 6.1.3.2)
52-
activejob (= 6.1.3.2)
53-
activerecord (= 6.1.3.2)
54-
activesupport (= 6.1.3.2)
45+
activemodel (6.1.4)
46+
activesupport (= 6.1.4)
47+
activerecord (6.1.4)
48+
activemodel (= 6.1.4)
49+
activesupport (= 6.1.4)
50+
activestorage (6.1.4)
51+
actionpack (= 6.1.4)
52+
activejob (= 6.1.4)
53+
activerecord (= 6.1.4)
54+
activesupport (= 6.1.4)
5555
marcel (~> 1.0.0)
56-
mini_mime (~> 1.0.2)
57-
activesupport (6.1.3.2)
56+
mini_mime (>= 1.1.0)
57+
activesupport (6.1.4)
5858
concurrent-ruby (~> 1.0, >= 1.0.2)
5959
i18n (>= 1.6, < 2)
6060
minitest (>= 5.1)
6161
tzinfo (~> 2.0)
6262
zeitwerk (~> 2.3)
6363
builder (3.2.4)
64-
concurrent-ruby (1.1.8)
64+
concurrent-ruby (1.1.9)
6565
crass (1.0.6)
6666
erubi (1.10.0)
6767
ffi (1.15.0)
@@ -72,54 +72,54 @@ GEM
7272
listen (3.5.1)
7373
rb-fsevent (~> 0.10, >= 0.10.3)
7474
rb-inotify (~> 0.9, >= 0.9.10)
75-
loofah (2.9.1)
75+
loofah (2.10.0)
7676
crass (~> 1.0.2)
7777
nokogiri (>= 1.5.9)
7878
mail (2.7.1)
7979
mini_mime (>= 0.1.1)
8080
marcel (1.0.1)
8181
method_source (1.0.0)
82-
mini_mime (1.0.3)
83-
mini_portile2 (2.5.1)
82+
mini_mime (1.1.0)
83+
mini_portile2 (2.5.3)
8484
minitest (5.14.4)
8585
mustermann (1.0.3)
8686
nio4r (2.5.7)
87-
nokogiri (1.11.4)
87+
nokogiri (1.11.7)
8888
mini_portile2 (~> 2.5.0)
8989
racc (~> 1.4)
90-
nokogiri (1.11.4-x86_64-darwin)
90+
nokogiri (1.11.7-x86_64-darwin)
9191
racc (~> 1.4)
9292
racc (1.5.2)
9393
rack (2.2.3)
9494
rack-protection (2.0.7)
9595
rack
9696
rack-test (1.1.0)
9797
rack (>= 1.0, < 3)
98-
rails (6.1.3.2)
99-
actioncable (= 6.1.3.2)
100-
actionmailbox (= 6.1.3.2)
101-
actionmailer (= 6.1.3.2)
102-
actionpack (= 6.1.3.2)
103-
actiontext (= 6.1.3.2)
104-
actionview (= 6.1.3.2)
105-
activejob (= 6.1.3.2)
106-
activemodel (= 6.1.3.2)
107-
activerecord (= 6.1.3.2)
108-
activestorage (= 6.1.3.2)
109-
activesupport (= 6.1.3.2)
98+
rails (6.1.4)
99+
actioncable (= 6.1.4)
100+
actionmailbox (= 6.1.4)
101+
actionmailer (= 6.1.4)
102+
actionpack (= 6.1.4)
103+
actiontext (= 6.1.4)
104+
actionview (= 6.1.4)
105+
activejob (= 6.1.4)
106+
activemodel (= 6.1.4)
107+
activerecord (= 6.1.4)
108+
activestorage (= 6.1.4)
109+
activesupport (= 6.1.4)
110110
bundler (>= 1.15.0)
111-
railties (= 6.1.3.2)
111+
railties (= 6.1.4)
112112
sprockets-rails (>= 2.0.0)
113113
rails-dom-testing (2.0.3)
114114
activesupport (>= 4.2.0)
115115
nokogiri (>= 1.6)
116116
rails-html-sanitizer (1.3.0)
117117
loofah (~> 2.3)
118-
railties (6.1.3.2)
119-
actionpack (= 6.1.3.2)
120-
activesupport (= 6.1.3.2)
118+
railties (6.1.4)
119+
actionpack (= 6.1.4)
120+
activesupport (= 6.1.4)
121121
method_source
122-
rake (>= 0.8.7)
122+
rake (>= 0.13)
123123
thor (~> 1.0)
124124
rake (13.0.3)
125125
rb-fsevent (0.10.4)
@@ -148,7 +148,7 @@ GEM
148148
tilt (2.0.10)
149149
tzinfo (2.0.4)
150150
concurrent-ruby (~> 1.0)
151-
websocket-driver (0.7.3)
151+
websocket-driver (0.7.5)
152152
websocket-extensions (>= 0.1.0)
153153
websocket-extensions (0.1.5)
154154
zeitwerk (2.4.2)

0 commit comments

Comments
 (0)