Skip to content

Commit 1538c94

Browse files
Bump rails from 6.1.4.1 to 6.1.4.4 in /backend
Bumps [rails](https://github.com/rails/rails) from 6.1.4.1 to 6.1.4.4. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v6.1.4.1...v6.1.4.4) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9f3ef65 commit 1538c94

File tree

1 file changed

+60
-60
lines changed

1 file changed

+60
-60
lines changed

backend/Gemfile.lock

Lines changed: 60 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,60 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (6.1.4.1)
5-
actionpack (= 6.1.4.1)
6-
activesupport (= 6.1.4.1)
4+
actioncable (6.1.4.4)
5+
actionpack (= 6.1.4.4)
6+
activesupport (= 6.1.4.4)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (6.1.4.1)
10-
actionpack (= 6.1.4.1)
11-
activejob (= 6.1.4.1)
12-
activerecord (= 6.1.4.1)
13-
activestorage (= 6.1.4.1)
14-
activesupport (= 6.1.4.1)
9+
actionmailbox (6.1.4.4)
10+
actionpack (= 6.1.4.4)
11+
activejob (= 6.1.4.4)
12+
activerecord (= 6.1.4.4)
13+
activestorage (= 6.1.4.4)
14+
activesupport (= 6.1.4.4)
1515
mail (>= 2.7.1)
16-
actionmailer (6.1.4.1)
17-
actionpack (= 6.1.4.1)
18-
actionview (= 6.1.4.1)
19-
activejob (= 6.1.4.1)
20-
activesupport (= 6.1.4.1)
16+
actionmailer (6.1.4.4)
17+
actionpack (= 6.1.4.4)
18+
actionview (= 6.1.4.4)
19+
activejob (= 6.1.4.4)
20+
activesupport (= 6.1.4.4)
2121
mail (~> 2.5, >= 2.5.4)
2222
rails-dom-testing (~> 2.0)
23-
actionpack (6.1.4.1)
24-
actionview (= 6.1.4.1)
25-
activesupport (= 6.1.4.1)
23+
actionpack (6.1.4.4)
24+
actionview (= 6.1.4.4)
25+
activesupport (= 6.1.4.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.4.1)
31-
actionpack (= 6.1.4.1)
32-
activerecord (= 6.1.4.1)
33-
activestorage (= 6.1.4.1)
34-
activesupport (= 6.1.4.1)
30+
actiontext (6.1.4.4)
31+
actionpack (= 6.1.4.4)
32+
activerecord (= 6.1.4.4)
33+
activestorage (= 6.1.4.4)
34+
activesupport (= 6.1.4.4)
3535
nokogiri (>= 1.8.5)
36-
actionview (6.1.4.1)
37-
activesupport (= 6.1.4.1)
36+
actionview (6.1.4.4)
37+
activesupport (= 6.1.4.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.4.1)
43-
activesupport (= 6.1.4.1)
42+
activejob (6.1.4.4)
43+
activesupport (= 6.1.4.4)
4444
globalid (>= 0.3.6)
45-
activemodel (6.1.4.1)
46-
activesupport (= 6.1.4.1)
47-
activerecord (6.1.4.1)
48-
activemodel (= 6.1.4.1)
49-
activesupport (= 6.1.4.1)
50-
activestorage (6.1.4.1)
51-
actionpack (= 6.1.4.1)
52-
activejob (= 6.1.4.1)
53-
activerecord (= 6.1.4.1)
54-
activesupport (= 6.1.4.1)
45+
activemodel (6.1.4.4)
46+
activesupport (= 6.1.4.4)
47+
activerecord (6.1.4.4)
48+
activemodel (= 6.1.4.4)
49+
activesupport (= 6.1.4.4)
50+
activestorage (6.1.4.4)
51+
actionpack (= 6.1.4.4)
52+
activejob (= 6.1.4.4)
53+
activerecord (= 6.1.4.4)
54+
activesupport (= 6.1.4.4)
5555
marcel (~> 1.0.0)
5656
mini_mime (>= 1.1.0)
57-
activesupport (6.1.4.1)
57+
activesupport (6.1.4.4)
5858
concurrent-ruby (~> 1.0, >= 1.0.2)
5959
i18n (>= 1.6, < 2)
6060
minitest (>= 5.1)
@@ -81,7 +81,7 @@ GEM
8181
crass (1.0.6)
8282
erubi (1.10.0)
8383
ffi (1.15.3)
84-
globalid (0.5.2)
84+
globalid (1.0.0)
8585
activesupport (>= 5.0)
8686
i18n (1.8.11)
8787
concurrent-ruby (~> 1.0)
@@ -90,17 +90,17 @@ GEM
9090
listen (3.7.0)
9191
rb-fsevent (~> 0.10, >= 0.10.3)
9292
rb-inotify (~> 0.9, >= 0.9.10)
93-
loofah (2.12.0)
93+
loofah (2.13.0)
9494
crass (~> 1.0.2)
9595
nokogiri (>= 1.5.9)
9696
mail (2.7.1)
9797
mini_mime (>= 0.1.1)
98-
marcel (1.0.1)
98+
marcel (1.0.2)
9999
matrix (0.4.2)
100100
method_source (1.0.0)
101101
mini_mime (1.1.2)
102102
mini_portile2 (2.6.1)
103-
minitest (5.14.4)
103+
minitest (5.15.0)
104104
msgpack (1.4.2)
105105
nio4r (2.5.8)
106106
nokogiri (1.12.5)
@@ -118,29 +118,29 @@ GEM
118118
rack (>= 1.2.0)
119119
rack-test (1.1.0)
120120
rack (>= 1.0, < 3)
121-
rails (6.1.4.1)
122-
actioncable (= 6.1.4.1)
123-
actionmailbox (= 6.1.4.1)
124-
actionmailer (= 6.1.4.1)
125-
actionpack (= 6.1.4.1)
126-
actiontext (= 6.1.4.1)
127-
actionview (= 6.1.4.1)
128-
activejob (= 6.1.4.1)
129-
activemodel (= 6.1.4.1)
130-
activerecord (= 6.1.4.1)
131-
activestorage (= 6.1.4.1)
132-
activesupport (= 6.1.4.1)
121+
rails (6.1.4.4)
122+
actioncable (= 6.1.4.4)
123+
actionmailbox (= 6.1.4.4)
124+
actionmailer (= 6.1.4.4)
125+
actionpack (= 6.1.4.4)
126+
actiontext (= 6.1.4.4)
127+
actionview (= 6.1.4.4)
128+
activejob (= 6.1.4.4)
129+
activemodel (= 6.1.4.4)
130+
activerecord (= 6.1.4.4)
131+
activestorage (= 6.1.4.4)
132+
activesupport (= 6.1.4.4)
133133
bundler (>= 1.15.0)
134-
railties (= 6.1.4.1)
134+
railties (= 6.1.4.4)
135135
sprockets-rails (>= 2.0.0)
136136
rails-dom-testing (2.0.3)
137137
activesupport (>= 4.2.0)
138138
nokogiri (>= 1.6)
139139
rails-html-sanitizer (1.4.2)
140140
loofah (~> 2.3)
141-
railties (6.1.4.1)
142-
actionpack (= 6.1.4.1)
143-
activesupport (= 6.1.4.1)
141+
railties (6.1.4.4)
142+
actionpack (= 6.1.4.4)
143+
activesupport (= 6.1.4.4)
144144
method_source
145145
rake (>= 0.13)
146146
thor (~> 1.0)
@@ -166,9 +166,9 @@ GEM
166166
sprockets (4.0.2)
167167
concurrent-ruby (~> 1.0)
168168
rack (> 1, < 3)
169-
sprockets-rails (3.2.2)
170-
actionpack (>= 4.0)
171-
activesupport (>= 4.0)
169+
sprockets-rails (3.4.2)
170+
actionpack (>= 5.2)
171+
activesupport (>= 5.2)
172172
sprockets (>= 3.0.0)
173173
thor (1.1.0)
174174
turbolinks (5.2.1)

0 commit comments

Comments
 (0)