Skip to content

Commit f4c6928

Browse files
committed
Update back-end dependencies
1 parent 5d33630 commit f4c6928

File tree

2 files changed

+69
-63
lines changed

2 files changed

+69
-63
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
1919

2020
- Update `cssbundling-rails` to `1.2.0`
2121
- Update `jsbundling-rails` to `1.1.2`
22-
- Update `puma` to `6.3.0`
22+
- Update `puma` to `6.3.1`
2323
- Update `rack-mini-profiler` to `3.1.1`
24-
- Update `rails` to `7.0.7`
24+
- Update `rails` to `7.0.7.2`
2525
- Update `redis` to `5.0.7`
2626
- Update `sidekiq` to `7.1.2`
2727
- Update `stimulus-rails` to `1.2.2`

Gemfile.lock

Lines changed: 67 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,67 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.7)
5-
actionpack (= 7.0.7)
6-
activesupport (= 7.0.7)
4+
actioncable (7.0.7.2)
5+
actionpack (= 7.0.7.2)
6+
activesupport (= 7.0.7.2)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.7)
10-
actionpack (= 7.0.7)
11-
activejob (= 7.0.7)
12-
activerecord (= 7.0.7)
13-
activestorage (= 7.0.7)
14-
activesupport (= 7.0.7)
9+
actionmailbox (7.0.7.2)
10+
actionpack (= 7.0.7.2)
11+
activejob (= 7.0.7.2)
12+
activerecord (= 7.0.7.2)
13+
activestorage (= 7.0.7.2)
14+
activesupport (= 7.0.7.2)
1515
mail (>= 2.7.1)
1616
net-imap
1717
net-pop
1818
net-smtp
19-
actionmailer (7.0.7)
20-
actionpack (= 7.0.7)
21-
actionview (= 7.0.7)
22-
activejob (= 7.0.7)
23-
activesupport (= 7.0.7)
19+
actionmailer (7.0.7.2)
20+
actionpack (= 7.0.7.2)
21+
actionview (= 7.0.7.2)
22+
activejob (= 7.0.7.2)
23+
activesupport (= 7.0.7.2)
2424
mail (~> 2.5, >= 2.5.4)
2525
net-imap
2626
net-pop
2727
net-smtp
2828
rails-dom-testing (~> 2.0)
29-
actionpack (7.0.7)
30-
actionview (= 7.0.7)
31-
activesupport (= 7.0.7)
29+
actionpack (7.0.7.2)
30+
actionview (= 7.0.7.2)
31+
activesupport (= 7.0.7.2)
3232
rack (~> 2.0, >= 2.2.4)
3333
rack-test (>= 0.6.3)
3434
rails-dom-testing (~> 2.0)
3535
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (7.0.7)
37-
actionpack (= 7.0.7)
38-
activerecord (= 7.0.7)
39-
activestorage (= 7.0.7)
40-
activesupport (= 7.0.7)
36+
actiontext (7.0.7.2)
37+
actionpack (= 7.0.7.2)
38+
activerecord (= 7.0.7.2)
39+
activestorage (= 7.0.7.2)
40+
activesupport (= 7.0.7.2)
4141
globalid (>= 0.6.0)
4242
nokogiri (>= 1.8.5)
43-
actionview (7.0.7)
44-
activesupport (= 7.0.7)
43+
actionview (7.0.7.2)
44+
activesupport (= 7.0.7.2)
4545
builder (~> 3.1)
4646
erubi (~> 1.4)
4747
rails-dom-testing (~> 2.0)
4848
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (7.0.7)
50-
activesupport (= 7.0.7)
49+
activejob (7.0.7.2)
50+
activesupport (= 7.0.7.2)
5151
globalid (>= 0.3.6)
52-
activemodel (7.0.7)
53-
activesupport (= 7.0.7)
54-
activerecord (7.0.7)
55-
activemodel (= 7.0.7)
56-
activesupport (= 7.0.7)
57-
activestorage (7.0.7)
58-
actionpack (= 7.0.7)
59-
activejob (= 7.0.7)
60-
activerecord (= 7.0.7)
61-
activesupport (= 7.0.7)
52+
activemodel (7.0.7.2)
53+
activesupport (= 7.0.7.2)
54+
activerecord (7.0.7.2)
55+
activemodel (= 7.0.7.2)
56+
activesupport (= 7.0.7.2)
57+
activestorage (7.0.7.2)
58+
actionpack (= 7.0.7.2)
59+
activejob (= 7.0.7.2)
60+
activerecord (= 7.0.7.2)
61+
activesupport (= 7.0.7.2)
6262
marcel (~> 1.0)
6363
mini_mime (>= 1.1.0)
64-
activesupport (7.0.7)
64+
activesupport (7.0.7.2)
6565
concurrent-ruby (~> 1.0, >= 1.0.2)
6666
i18n (>= 1.6, < 2)
6767
minitest (>= 5.1)
@@ -91,12 +91,13 @@ GEM
9191
irb (>= 1.5.0)
9292
reline (>= 0.3.1)
9393
erubi (1.12.0)
94-
globalid (1.1.0)
95-
activesupport (>= 5.0)
94+
globalid (1.2.0)
95+
activesupport (>= 6.1)
9696
i18n (1.14.1)
9797
concurrent-ruby (~> 1.0)
9898
io-console (0.6.0)
99-
irb (1.7.4)
99+
irb (1.8.0)
100+
rdoc (~> 6.5)
100101
reline (>= 0.3.6)
101102
jbuilder (2.11.5)
102103
actionview (>= 5.0.0)
@@ -127,53 +128,57 @@ GEM
127128
net-smtp (0.3.3)
128129
net-protocol
129130
nio4r (2.5.9)
130-
nokogiri (1.15.3-x86_64-linux)
131+
nokogiri (1.15.4-x86_64-linux)
131132
racc (~> 1.4)
132-
pg (1.5.3)
133+
pg (1.5.4)
134+
psych (5.1.0)
135+
stringio
133136
public_suffix (5.0.3)
134-
puma (6.3.0)
137+
puma (6.3.1)
135138
nio4r (~> 2.0)
136139
racc (1.7.1)
137140
rack (2.2.8)
138141
rack-mini-profiler (3.1.1)
139142
rack (>= 1.2.0)
140143
rack-test (2.1.0)
141144
rack (>= 1.3)
142-
rails (7.0.7)
143-
actioncable (= 7.0.7)
144-
actionmailbox (= 7.0.7)
145-
actionmailer (= 7.0.7)
146-
actionpack (= 7.0.7)
147-
actiontext (= 7.0.7)
148-
actionview (= 7.0.7)
149-
activejob (= 7.0.7)
150-
activemodel (= 7.0.7)
151-
activerecord (= 7.0.7)
152-
activestorage (= 7.0.7)
153-
activesupport (= 7.0.7)
145+
rails (7.0.7.2)
146+
actioncable (= 7.0.7.2)
147+
actionmailbox (= 7.0.7.2)
148+
actionmailer (= 7.0.7.2)
149+
actionpack (= 7.0.7.2)
150+
actiontext (= 7.0.7.2)
151+
actionview (= 7.0.7.2)
152+
activejob (= 7.0.7.2)
153+
activemodel (= 7.0.7.2)
154+
activerecord (= 7.0.7.2)
155+
activestorage (= 7.0.7.2)
156+
activesupport (= 7.0.7.2)
154157
bundler (>= 1.15.0)
155-
railties (= 7.0.7)
158+
railties (= 7.0.7.2)
156159
rails-dom-testing (2.2.0)
157160
activesupport (>= 5.0.0)
158161
minitest
159162
nokogiri (>= 1.6)
160163
rails-html-sanitizer (1.6.0)
161164
loofah (~> 2.21)
162165
nokogiri (~> 1.14)
163-
railties (7.0.7)
164-
actionpack (= 7.0.7)
165-
activesupport (= 7.0.7)
166+
railties (7.0.7.2)
167+
actionpack (= 7.0.7.2)
168+
activesupport (= 7.0.7.2)
166169
method_source
167170
rake (>= 12.2)
168171
thor (~> 1.0)
169172
zeitwerk (~> 2.5)
170173
rake (13.0.6)
174+
rdoc (6.5.0)
175+
psych (>= 4.0.0)
171176
redis (5.0.7)
172177
redis-client (>= 0.9.0)
173-
redis-client (0.15.0)
178+
redis-client (0.16.0)
174179
connection_pool
175180
regexp_parser (2.8.1)
176-
reline (0.3.7)
181+
reline (0.3.8)
177182
io-console (~> 0.5)
178183
rexml (3.2.6)
179184
rubyzip (2.3.2)
@@ -195,6 +200,7 @@ GEM
195200
sprockets (>= 3.0.0)
196201
stimulus-rails (1.2.2)
197202
railties (>= 6.0.0)
203+
stringio (3.0.8)
198204
thor (1.2.2)
199205
timeout (0.4.0)
200206
turbo-rails (1.4.0)

0 commit comments

Comments
 (0)