Skip to content

Commit 0cdbde2

Browse files
committed
Update back-end dependencies
1 parent 2cf5ada commit 0cdbde2

2 files changed

Lines changed: 23 additions & 20 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
3333
- Update `puma` to `6.0.0`
3434
- Update `rails` to `7.0.4`
3535
- Update `redis` to `5.0.2`
36-
- Update `sidekiq` to `7.0.1`
37-
- Update `stimulus-rails` to `1.2.0`
36+
- Update `sidekiq` to `7.0.2`
37+
- Update `stimulus-rails` to `1.2.1`
3838
- Update `turbo-rails` to `1.3.2`
3939

4040
#### Front-end dependencies

Gemfile.lock

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -81,22 +81,22 @@ GEM
8181
rack-test (>= 0.6.3)
8282
regexp_parser (>= 1.5, < 3.0)
8383
xpath (~> 3.2)
84-
childprocess (4.1.0)
8584
concurrent-ruby (1.1.10)
8685
connection_pool (2.3.0)
8786
crass (1.0.6)
8887
cssbundling-rails (1.1.1)
8988
railties (>= 6.0.0)
90-
debug (1.6.3)
91-
irb (>= 1.3.6)
89+
date (3.3.1)
90+
debug (1.7.0)
91+
irb (>= 1.5.0)
9292
reline (>= 0.3.1)
9393
erubi (1.11.0)
9494
globalid (1.0.0)
9595
activesupport (>= 5.0)
9696
i18n (1.12.0)
9797
concurrent-ruby (~> 1.0)
9898
io-console (0.5.11)
99-
irb (1.5.0)
99+
irb (1.6.0)
100100
reline (>= 0.3.0)
101101
jbuilder (2.11.5)
102102
actionview (>= 5.0.0)
@@ -106,30 +106,34 @@ GEM
106106
loofah (2.19.0)
107107
crass (~> 1.0.2)
108108
nokogiri (>= 1.5.9)
109-
mail (2.7.1)
109+
mail (2.8.0)
110110
mini_mime (>= 0.1.1)
111+
net-imap
112+
net-pop
113+
net-smtp
111114
marcel (1.0.2)
112115
matrix (0.4.2)
113116
method_source (1.0.0)
114117
mini_mime (1.1.2)
115118
minitest (5.16.3)
116119
msgpack (1.6.0)
117-
net-imap (0.3.1)
120+
net-imap (0.3.2)
121+
date
118122
net-protocol
119123
net-pop (0.1.2)
120124
net-protocol
121-
net-protocol (0.1.3)
125+
net-protocol (0.2.1)
122126
timeout
123127
net-smtp (0.3.3)
124128
net-protocol
125129
nio4r (2.5.8)
126-
nokogiri (1.13.9-x86_64-linux)
130+
nokogiri (1.13.10-x86_64-linux)
127131
racc (~> 1.4)
128132
pg (1.4.5)
129-
public_suffix (5.0.0)
133+
public_suffix (5.0.1)
130134
puma (6.0.0)
131135
nio4r (~> 2.0)
132-
racc (1.6.0)
136+
racc (1.6.1)
133137
rack (2.2.4)
134138
rack-mini-profiler (3.0.0)
135139
rack (>= 1.2.0)
@@ -171,27 +175,26 @@ GEM
171175
io-console (~> 0.5)
172176
rexml (3.2.5)
173177
rubyzip (2.3.2)
174-
selenium-webdriver (4.6.1)
175-
childprocess (>= 0.5, < 5.0)
178+
selenium-webdriver (4.7.1)
176179
rexml (~> 3.2, >= 3.2.5)
177180
rubyzip (>= 1.2.2, < 3.0)
178181
websocket (~> 1.0)
179-
sidekiq (7.0.1)
182+
sidekiq (7.0.2)
180183
concurrent-ruby (< 2)
181184
connection_pool (>= 2.3.0)
182185
rack (>= 2.2.4)
183-
redis-client (>= 0.9.0)
186+
redis-client (>= 0.11.0)
184187
sprockets (4.1.1)
185188
concurrent-ruby (~> 1.0)
186189
rack (> 1, < 3)
187190
sprockets-rails (3.4.2)
188191
actionpack (>= 5.2)
189192
activesupport (>= 5.2)
190193
sprockets (>= 3.0.0)
191-
stimulus-rails (1.2.0)
194+
stimulus-rails (1.2.1)
192195
railties (>= 6.0.0)
193196
thor (1.2.1)
194-
timeout (0.3.0)
197+
timeout (0.3.1)
195198
turbo-rails (1.3.2)
196199
actionpack (>= 6.0.0)
197200
activejob (>= 6.0.0)
@@ -240,7 +243,7 @@ DEPENDENCIES
240243
webdrivers
241244

242245
RUBY VERSION
243-
ruby 3.1.2p20
246+
ruby 3.1.3p185
244247

245248
BUNDLED WITH
246-
2.3.7
249+
2.3.26

0 commit comments

Comments
 (0)