Skip to content

Commit e47f8a7

Browse files
Bump rails from 6.1.7.6 to 6.1.7.7 in /backend
Bumps [rails](https://github.com/rails/rails) from 6.1.7.6 to 6.1.7.7. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v6.1.7.6...v6.1.7.7) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 584c5fa commit e47f8a7

File tree

2 files changed

+70
-70
lines changed

2 files changed

+70
-70
lines changed

backend/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ruby "3.0.6"
66
gem "dotenv-rails", groups: %i[development test]
77

88
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
9-
gem "rails", "~> 6.1.7.6"
9+
gem "rails", "~> 6.1.7.7"
1010
gem "rake"
1111

1212
# JSON serializer

backend/Gemfile.lock

+69-69
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,63 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (6.1.7.6)
5-
actionpack (= 6.1.7.6)
6-
activesupport (= 6.1.7.6)
4+
actioncable (6.1.7.7)
5+
actionpack (= 6.1.7.7)
6+
activesupport (= 6.1.7.7)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (6.1.7.6)
10-
actionpack (= 6.1.7.6)
11-
activejob (= 6.1.7.6)
12-
activerecord (= 6.1.7.6)
13-
activestorage (= 6.1.7.6)
14-
activesupport (= 6.1.7.6)
9+
actionmailbox (6.1.7.7)
10+
actionpack (= 6.1.7.7)
11+
activejob (= 6.1.7.7)
12+
activerecord (= 6.1.7.7)
13+
activestorage (= 6.1.7.7)
14+
activesupport (= 6.1.7.7)
1515
mail (>= 2.7.1)
16-
actionmailer (6.1.7.6)
17-
actionpack (= 6.1.7.6)
18-
actionview (= 6.1.7.6)
19-
activejob (= 6.1.7.6)
20-
activesupport (= 6.1.7.6)
16+
actionmailer (6.1.7.7)
17+
actionpack (= 6.1.7.7)
18+
actionview (= 6.1.7.7)
19+
activejob (= 6.1.7.7)
20+
activesupport (= 6.1.7.7)
2121
mail (~> 2.5, >= 2.5.4)
2222
rails-dom-testing (~> 2.0)
23-
actionpack (6.1.7.6)
24-
actionview (= 6.1.7.6)
25-
activesupport (= 6.1.7.6)
23+
actionpack (6.1.7.7)
24+
actionview (= 6.1.7.7)
25+
activesupport (= 6.1.7.7)
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.7.6)
31-
actionpack (= 6.1.7.6)
32-
activerecord (= 6.1.7.6)
33-
activestorage (= 6.1.7.6)
34-
activesupport (= 6.1.7.6)
30+
actiontext (6.1.7.7)
31+
actionpack (= 6.1.7.7)
32+
activerecord (= 6.1.7.7)
33+
activestorage (= 6.1.7.7)
34+
activesupport (= 6.1.7.7)
3535
nokogiri (>= 1.8.5)
36-
actionview (6.1.7.6)
37-
activesupport (= 6.1.7.6)
36+
actionview (6.1.7.7)
37+
activesupport (= 6.1.7.7)
3838
builder (~> 3.1)
3939
erubi (~> 1.4)
4040
rails-dom-testing (~> 2.0)
4141
rails-html-sanitizer (~> 1.1, >= 1.2.0)
4242
active_model_serializers (0.9.8)
4343
activemodel (>= 3.2)
4444
concurrent-ruby (~> 1.0)
45-
activejob (6.1.7.6)
46-
activesupport (= 6.1.7.6)
45+
activejob (6.1.7.7)
46+
activesupport (= 6.1.7.7)
4747
globalid (>= 0.3.6)
48-
activemodel (6.1.7.6)
49-
activesupport (= 6.1.7.6)
50-
activerecord (6.1.7.6)
51-
activemodel (= 6.1.7.6)
52-
activesupport (= 6.1.7.6)
53-
activestorage (6.1.7.6)
54-
actionpack (= 6.1.7.6)
55-
activejob (= 6.1.7.6)
56-
activerecord (= 6.1.7.6)
57-
activesupport (= 6.1.7.6)
48+
activemodel (6.1.7.7)
49+
activesupport (= 6.1.7.7)
50+
activerecord (6.1.7.7)
51+
activemodel (= 6.1.7.7)
52+
activesupport (= 6.1.7.7)
53+
activestorage (6.1.7.7)
54+
actionpack (= 6.1.7.7)
55+
activejob (= 6.1.7.7)
56+
activerecord (= 6.1.7.7)
57+
activesupport (= 6.1.7.7)
5858
marcel (~> 1.0)
5959
mini_mime (>= 1.1.0)
60-
activesupport (6.1.7.6)
60+
activesupport (6.1.7.7)
6161
concurrent-ruby (~> 1.0, >= 1.0.2)
6262
i18n (>= 1.6, < 2)
6363
minitest (>= 5.1)
@@ -109,7 +109,7 @@ GEM
109109
coercible (1.0.0)
110110
descendants_tracker (~> 0.0.1)
111111
colored (1.2)
112-
concurrent-ruby (1.2.2)
112+
concurrent-ruby (1.2.3)
113113
connection_pool (2.4.1)
114114
countries (4.0.1)
115115
i18n_data (~> 0.13.0)
@@ -129,8 +129,8 @@ GEM
129129
database_cleaner-mongoid (2.0.1)
130130
database_cleaner-core (~> 2.0.0)
131131
mongoid
132-
date (3.3.3)
133-
date (3.3.3-java)
132+
date (3.3.4)
133+
date (3.3.4-java)
134134
descendants_tracker (0.0.4)
135135
thread_safe (~> 0.3, >= 0.3.1)
136136
devise (4.8.0)
@@ -231,7 +231,7 @@ GEM
231231
method_source (1.0.0)
232232
mini_mime (1.1.5)
233233
mini_portile2 (2.8.5)
234-
minitest (5.20.0)
234+
minitest (5.22.2)
235235
mongo (2.16.0)
236236
bson (>= 4.8.2, < 5.0.0)
237237
mongoid (7.3.3)
@@ -255,25 +255,25 @@ GEM
255255
andand
256256
kdtree
257257
require_all
258-
net-imap (0.4.0)
258+
net-imap (0.4.10)
259259
date
260260
net-protocol
261261
net-pop (0.1.2)
262262
net-protocol
263-
net-protocol (0.2.1)
263+
net-protocol (0.2.2)
264264
timeout
265-
net-smtp (0.4.0)
265+
net-smtp (0.4.0.1)
266266
net-protocol
267267
nio4r (2.7.0)
268268
nio4r (2.7.0-java)
269-
nokogiri (1.16.0)
269+
nokogiri (1.16.2)
270270
mini_portile2 (~> 2.8.2)
271271
racc (~> 1.4)
272-
nokogiri (1.16.0-java)
272+
nokogiri (1.16.2-java)
273273
racc (~> 1.4)
274-
nokogiri (1.16.0-x64-mingw32)
274+
nokogiri (1.16.2-x64-mingw32)
275275
racc (~> 1.4)
276-
nokogiri (1.16.0-x86-mingw32)
276+
nokogiri (1.16.2-x86-mingw32)
277277
racc (~> 1.4)
278278
oauth2 (1.4.7)
279279
faraday (>= 0.8, < 2.0)
@@ -324,26 +324,26 @@ GEM
324324
pusher-signature (0.1.8)
325325
racc (1.7.3)
326326
racc (1.7.3-java)
327-
rack (2.2.8)
327+
rack (2.2.8.1)
328328
rack-cors (2.0.1)
329329
rack (>= 2.0.0)
330330
rack-test (2.1.0)
331331
rack (>= 1.3)
332332
rack-timeout (0.6.3)
333-
rails (6.1.7.6)
334-
actioncable (= 6.1.7.6)
335-
actionmailbox (= 6.1.7.6)
336-
actionmailer (= 6.1.7.6)
337-
actionpack (= 6.1.7.6)
338-
actiontext (= 6.1.7.6)
339-
actionview (= 6.1.7.6)
340-
activejob (= 6.1.7.6)
341-
activemodel (= 6.1.7.6)
342-
activerecord (= 6.1.7.6)
343-
activestorage (= 6.1.7.6)
344-
activesupport (= 6.1.7.6)
333+
rails (6.1.7.7)
334+
actioncable (= 6.1.7.7)
335+
actionmailbox (= 6.1.7.7)
336+
actionmailer (= 6.1.7.7)
337+
actionpack (= 6.1.7.7)
338+
actiontext (= 6.1.7.7)
339+
actionview (= 6.1.7.7)
340+
activejob (= 6.1.7.7)
341+
activemodel (= 6.1.7.7)
342+
activerecord (= 6.1.7.7)
343+
activestorage (= 6.1.7.7)
344+
activesupport (= 6.1.7.7)
345345
bundler (>= 1.15.0)
346-
railties (= 6.1.7.6)
346+
railties (= 6.1.7.7)
347347
sprockets-rails (>= 2.0.0)
348348
rails-dom-testing (2.2.0)
349349
activesupport (>= 5.0.0)
@@ -357,9 +357,9 @@ GEM
357357
rails_stdout_logging
358358
rails_serve_static_assets (0.0.5)
359359
rails_stdout_logging (0.0.5)
360-
railties (6.1.7.6)
361-
actionpack (= 6.1.7.6)
362-
activesupport (= 6.1.7.6)
360+
railties (6.1.7.7)
361+
actionpack (= 6.1.7.7)
362+
activesupport (= 6.1.7.7)
363363
method_source
364364
rake (>= 12.2)
365365
thor (~> 1.0)
@@ -450,10 +450,10 @@ GEM
450450
standard
451451
symmetric-encryption (4.4.0)
452452
coercible (~> 1.0)
453-
thor (1.3.0)
453+
thor (1.3.1)
454454
thread_safe (0.3.6)
455455
thread_safe (0.3.6-java)
456-
timeout (0.4.0)
456+
timeout (0.4.1)
457457
tomorrowio_rb (0.0.3)
458458
tzinfo (2.0.6)
459459
concurrent-ruby (~> 1.0)
@@ -477,7 +477,7 @@ GEM
477477
xpath (3.2.0)
478478
nokogiri (~> 1.8)
479479
yard (0.9.34)
480-
zeitwerk (2.6.12)
480+
zeitwerk (2.6.13)
481481

482482
PLATFORMS
483483
java
@@ -527,7 +527,7 @@ DEPENDENCIES
527527
pusher
528528
rack-cors (= 2.0.1)
529529
rack-timeout
530-
rails (~> 6.1.7.6)
530+
rails (~> 6.1.7.7)
531531
rails_12factor
532532
rake
533533
rspec-rails

0 commit comments

Comments
 (0)