Skip to content

Commit c26ea77

Browse files
committed
Update back-end dependencies
1 parent b6897c5 commit c26ea77

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
3030

3131
- Update `cssbundling-rails` to `1.1.2`
3232
- Update `jsbundling-rails` to `1.1.1`
33-
- Update `minitest` to `5.17.0`
34-
- Update `pg` to `1.4.5`
35-
- Update `puma` to `6.1.0`
33+
- Update `minitest` to `5.18.0`
34+
- Update `pg` to `1.4.6`
35+
- Update `puma` to `6.1.1`
3636
- Update `rails` to `7.0.4.2`
3737
- Update `redis` to `5.0.6`
38-
- Update `sidekiq` to `7.0.5`
38+
- Update `sidekiq` to `7.0.6`
3939
- Update `stimulus-rails` to `1.2.1`
40-
- Update `turbo-rails` to `1.3.3`
40+
- Update `turbo-rails` to `1.4.0`
4141

4242
#### Front-end dependencies
4343

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ GEM
8181
rack-test (>= 0.6.3)
8282
regexp_parser (>= 1.5, < 3.0)
8383
xpath (~> 3.2)
84-
concurrent-ruby (1.2.0)
84+
concurrent-ruby (1.2.2)
8585
connection_pool (2.3.0)
8686
crass (1.0.6)
8787
cssbundling-rails (1.1.2)
@@ -110,8 +110,8 @@ GEM
110110
matrix (0.4.2)
111111
method_source (1.0.0)
112112
mini_mime (1.1.2)
113-
minitest (5.17.0)
114-
msgpack (1.6.0)
113+
minitest (5.18.0)
114+
msgpack (1.6.1)
115115
net-imap (0.3.4)
116116
date
117117
net-protocol
@@ -124,12 +124,12 @@ GEM
124124
nio4r (2.5.8)
125125
nokogiri (1.14.2-x86_64-linux)
126126
racc (~> 1.4)
127-
pg (1.4.5)
127+
pg (1.4.6)
128128
public_suffix (5.0.1)
129-
puma (6.1.0)
129+
puma (6.1.1)
130130
nio4r (~> 2.0)
131131
racc (1.6.2)
132-
rack (2.2.6.2)
132+
rack (2.2.6.3)
133133
rack-mini-profiler (3.0.0)
134134
rack (>= 1.2.0)
135135
rack-test (2.0.2)
@@ -163,7 +163,7 @@ GEM
163163
rake (13.0.6)
164164
redis (5.0.6)
165165
redis-client (>= 0.9.0)
166-
redis-client (0.12.2)
166+
redis-client (0.13.0)
167167
connection_pool
168168
regexp_parser (2.7.0)
169169
rexml (3.2.5)
@@ -172,7 +172,7 @@ GEM
172172
rexml (~> 3.2, >= 3.2.5)
173173
rubyzip (>= 1.2.2, < 3.0)
174174
websocket (~> 1.0)
175-
sidekiq (7.0.5)
175+
sidekiq (7.0.6)
176176
concurrent-ruby (< 2)
177177
connection_pool (>= 2.3.0)
178178
rack (>= 2.2.4)
@@ -188,7 +188,7 @@ GEM
188188
railties (>= 6.0.0)
189189
thor (1.2.1)
190190
timeout (0.3.2)
191-
turbo-rails (1.3.3)
191+
turbo-rails (1.4.0)
192192
actionpack (>= 6.0.0)
193193
activejob (>= 6.0.0)
194194
railties (>= 6.0.0)

0 commit comments

Comments
 (0)