Skip to content

Commit 32ce032

Browse files
author
GH Actions Bot
committed
Release November dependency updates
2 parents e62417a + bc5aea2 commit 32ce032

File tree

3 files changed

+49
-49
lines changed

3 files changed

+49
-49
lines changed

.github/stale.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

Gemfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ end
77

88
ruby file: ".ruby-version"
99

10-
gem 'aws-sdk-s3', '~> 1.199'
10+
gem 'aws-sdk-s3', '~> 1.202'
1111
gem 'concurrent-ruby', '~> 1.3'
1212
gem 'devise'
1313
gem 'httparty'
1414
gem 'jwt', '~> 3.1'
1515
gem 'rails', '~> 8.0.3'
1616
gem 'pg', '~> 1.6'
17-
gem 'puma', '~> 7.0'
17+
gem 'puma', '~> 7.1'
1818
gem 'rack-cors', '~> 3.0', :require => 'rack/cors'
1919
gem 'rack-brotli'
2020
gem 'sassc-rails', '~> 2.1.2'
@@ -53,8 +53,8 @@ gem 'bootsnap', '>= 1.4.5', require: false
5353
group :development, :test do
5454
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
5555
gem 'byebug', platform: :mri
56-
gem 'rubocop', '~> 1.81.1', require: false
57-
gem 'rubocop-performance', '~> 1.26.0'
56+
gem 'rubocop', '~> 1.81.7', require: false
57+
gem 'rubocop-performance', '~> 1.26.1'
5858
gem 'rubocop-rails', '~> 2.33.4'
5959
gem 'dotenv'
6060
end
@@ -69,7 +69,7 @@ end
6969
group :test do
7070
gem 'capybara'
7171
gem 'capybara-email'
72-
gem 'webmock', '~> 3.25'
72+
gem 'webmock', '~> 3.26'
7373
# NOTE: Rails requires Selenium Webdriver to be present in order to run system tests, regardless of what driver
7474
# you're actually using. See also https://github.com/rails/rails/issues/37410
7575
gem 'selenium-webdriver'

Gemfile.lock

Lines changed: 44 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -76,28 +76,28 @@ GEM
7676
public_suffix (>= 2.0.2, < 7.0)
7777
ast (2.4.3)
7878
aws-eventstream (1.4.0)
79-
aws-partitions (1.1168.0)
80-
aws-sdk-core (3.233.0)
79+
aws-partitions (1.1179.0)
80+
aws-sdk-core (3.236.0)
8181
aws-eventstream (~> 1, >= 1.3.0)
8282
aws-partitions (~> 1, >= 1.992.0)
8383
aws-sigv4 (~> 1.9)
8484
base64
8585
bigdecimal
8686
jmespath (~> 1, >= 1.6.1)
8787
logger
88-
aws-sdk-kms (1.113.0)
89-
aws-sdk-core (~> 3, >= 3.231.0)
88+
aws-sdk-kms (1.116.0)
89+
aws-sdk-core (~> 3, >= 3.234.0)
9090
aws-sigv4 (~> 1.5)
91-
aws-sdk-s3 (1.199.1)
92-
aws-sdk-core (~> 3, >= 3.231.0)
91+
aws-sdk-s3 (1.202.0)
92+
aws-sdk-core (~> 3, >= 3.234.0)
9393
aws-sdk-kms (~> 1)
9494
aws-sigv4 (~> 1.5)
9595
aws-sigv4 (1.12.1)
9696
aws-eventstream (~> 1, >= 1.0.2)
9797
base64 (0.3.0)
9898
bcrypt (3.1.20)
99-
benchmark (0.4.1)
100-
bigdecimal (3.2.3)
99+
benchmark (0.5.0)
100+
bigdecimal (3.3.1)
101101
bindex (0.8.1)
102102
bootsnap (1.18.6)
103103
msgpack (~> 1.2)
@@ -119,12 +119,12 @@ GEM
119119
coderay (1.1.3)
120120
concurrent-ruby (1.3.5)
121121
connection_pool (2.5.4)
122-
crack (1.0.0)
122+
crack (1.0.1)
123123
bigdecimal
124124
rexml
125125
crass (1.0.6)
126-
csv (3.3.3)
127-
date (3.4.1)
126+
csv (3.3.5)
127+
date (3.5.0)
128128
declarative (0.0.20)
129129
devise (4.9.4)
130130
bcrypt (~> 3.0)
@@ -134,7 +134,7 @@ GEM
134134
warden (~> 1.2.3)
135135
dotenv (3.1.8)
136136
drb (2.2.3)
137-
erb (5.0.2)
137+
erb (5.1.3)
138138
erubi (1.13.1)
139139
et-orbi (1.4.0)
140140
tzinfo
@@ -146,12 +146,12 @@ GEM
146146
faraday-net_http (3.4.1)
147147
net-http (>= 0.5.0)
148148
ffi (1.17.0)
149-
fugit (1.12.0)
149+
fugit (1.12.1)
150150
et-orbi (~> 1.4)
151151
raabro (~> 1.4)
152152
globalid (1.3.0)
153153
activesupport (>= 6.1)
154-
good_job (4.12.0)
154+
good_job (4.12.1)
155155
activejob (>= 6.1.0)
156156
activerecord (>= 6.1.0)
157157
concurrent-ruby (>= 1.3.1)
@@ -180,9 +180,9 @@ GEM
180180
multi_json (~> 1.11)
181181
os (>= 0.9, < 2.0)
182182
signet (>= 0.16, < 2.a)
183-
hashdiff (1.1.2)
183+
hashdiff (1.2.1)
184184
hiredis (0.6.3)
185-
httparty (0.23.1)
185+
httparty (0.23.2)
186186
csv
187187
mini_mime (>= 1.0.0)
188188
multi_xml (>= 0.5.2)
@@ -191,12 +191,12 @@ GEM
191191
i18n (1.14.7)
192192
concurrent-ruby (~> 1.0)
193193
io-console (0.8.1)
194-
irb (1.15.2)
194+
irb (1.15.3)
195195
pp (>= 0.6.0)
196196
rdoc (>= 4.0.0)
197197
reline (>= 0.4.2)
198198
jmespath (1.6.2)
199-
json (2.15.0)
199+
json (2.15.2)
200200
jwt (3.1.2)
201201
base64
202202
language_server-protocol (3.17.0.5)
@@ -217,10 +217,10 @@ GEM
217217
matrix (0.4.2)
218218
method_source (1.1.0)
219219
mini_mime (1.1.5)
220-
minitest (5.25.5)
220+
minitest (5.26.0)
221221
msgpack (1.8.0)
222222
multi_json (1.15.0)
223-
multi_xml (0.7.1)
223+
multi_xml (0.7.2)
224224
bigdecimal (~> 3.1)
225225
mutex_m (0.3.0)
226226
net-http (0.6.0)
@@ -234,19 +234,19 @@ GEM
234234
timeout
235235
net-smtp (0.5.1)
236236
net-protocol
237-
nio4r (2.7.4)
237+
nio4r (2.7.5)
238238
nokogiri (1.18.10-arm64-darwin)
239239
racc (~> 1.4)
240240
nokogiri (1.18.10-x86_64-linux-gnu)
241241
racc (~> 1.4)
242-
oj (3.16.11)
242+
oj (3.16.12)
243243
bigdecimal (>= 3.0)
244244
ostruct (>= 0.2)
245245
orm_adapter (0.5.0)
246246
os (1.1.4)
247-
ostruct (0.6.1)
247+
ostruct (0.6.3)
248248
parallel (1.27.0)
249-
parser (3.3.9.0)
249+
parser (3.3.10.0)
250250
ast (~> 2.4.1)
251251
racc
252252
pg (1.6.2-arm64-darwin)
@@ -256,10 +256,10 @@ GEM
256256
postmark-rails (0.22.1)
257257
actionmailer (>= 3.0.0)
258258
postmark (>= 1.21.3, < 2.0)
259-
pp (0.6.2)
259+
pp (0.6.3)
260260
prettyprint
261261
prettyprint (0.2.0)
262-
prism (1.5.1)
262+
prism (1.6.0)
263263
pry (0.15.0)
264264
coderay (~> 1.1)
265265
method_source (~> 1.0)
@@ -269,7 +269,7 @@ GEM
269269
date
270270
stringio
271271
public_suffix (6.0.2)
272-
puma (7.0.4)
272+
puma (7.1.0)
273273
nio4r (~> 2.0)
274274
pundit (2.5.2)
275275
activesupport (>= 3.0.0)
@@ -320,13 +320,14 @@ GEM
320320
tsort (>= 0.2)
321321
zeitwerk (~> 2.6)
322322
rainbow (3.1.1)
323-
rake (13.3.0)
323+
rake (13.3.1)
324324
rb-fsevent (0.11.2)
325325
rb-inotify (0.11.1)
326326
ffi (~> 1.0)
327-
rdoc (6.14.2)
327+
rdoc (6.15.1)
328328
erb
329329
psych (>= 4.0.0)
330+
tsort
330331
redis (5.4.1)
331332
redis-client (>= 0.22.0)
332333
redis-client (0.25.1)
@@ -342,8 +343,8 @@ GEM
342343
actionpack (>= 5.2)
343344
railties (>= 5.2)
344345
retriable (3.1.2)
345-
rexml (3.4.2)
346-
rubocop (1.81.1)
346+
rexml (3.4.4)
347+
rubocop (1.81.7)
347348
json (~> 2.3)
348349
language_server-protocol (~> 3.17.0.2)
349350
lint_roller (~> 1.1.0)
@@ -357,18 +358,18 @@ GEM
357358
rubocop-ast (1.47.1)
358359
parser (>= 3.3.7.2)
359360
prism (~> 1.4)
360-
rubocop-performance (1.26.0)
361+
rubocop-performance (1.26.1)
361362
lint_roller (~> 1.1)
362363
rubocop (>= 1.75.0, < 2.0)
363-
rubocop-ast (>= 1.44.0, < 2.0)
364+
rubocop-ast (>= 1.47.1, < 2.0)
364365
rubocop-rails (2.33.4)
365366
activesupport (>= 4.2.0)
366367
lint_roller (~> 1.1)
367368
rack (>= 1.1)
368369
rubocop (>= 1.75.0, < 2.0)
369370
rubocop-ast (>= 1.44.0, < 2.0)
370371
ruby-progressbar (1.13.0)
371-
rubyzip (3.0.2)
372+
rubyzip (3.2.1)
372373
sassc (2.4.0)
373374
ffi (~> 1.9)
374375
sassc-rails (2.1.2)
@@ -378,7 +379,7 @@ GEM
378379
sprockets-rails
379380
tilt
380381
securerandom (0.4.1)
381-
selenium-webdriver (4.35.0)
382+
selenium-webdriver (4.38.0)
382383
base64 (~> 0.2)
383384
logger (~> 1.4)
384385
rexml (~> 3.2, >= 3.2.5)
@@ -405,7 +406,7 @@ GEM
405406
stringio (3.1.7)
406407
thor (1.4.0)
407408
tilt (2.0.11)
408-
timeout (0.4.3)
409+
timeout (0.4.4)
409410
trailblazer-option (0.1.2)
410411
tsort (0.2.0)
411412
tzinfo (2.0.6)
@@ -416,7 +417,7 @@ GEM
416417
unicode-display_width (3.2.0)
417418
unicode-emoji (~> 4.1)
418419
unicode-emoji (4.1.0)
419-
uri (1.0.4)
420+
uri (1.1.0)
420421
useragent (0.16.11)
421422
warden (1.2.9)
422423
rack (>= 2.0.9)
@@ -425,7 +426,7 @@ GEM
425426
activemodel (>= 6.0.0)
426427
bindex (>= 0.4.0)
427428
railties (>= 6.0.0)
428-
webmock (3.25.1)
429+
webmock (3.26.1)
429430
addressable (>= 2.8.0)
430431
crack (>= 0.3.2)
431432
hashdiff (>= 0.4.0, < 2.0.0)
@@ -446,7 +447,7 @@ PLATFORMS
446447

447448
DEPENDENCIES
448449
addressable (~> 2.8)
449-
aws-sdk-s3 (~> 1.199)
450+
aws-sdk-s3 (~> 1.202)
450451
bootsnap (>= 1.4.5)
451452
byebug
452453
capybara
@@ -464,14 +465,14 @@ DEPENDENCIES
464465
pg (~> 1.6)
465466
postmark-rails
466467
pry-rails
467-
puma (~> 7.0)
468+
puma (~> 7.1)
468469
pundit (~> 2.5.2)
469470
rack-brotli
470471
rack-cors (~> 3.0)
471472
rails (~> 8.0.3)
472473
redis (~> 5.4)
473-
rubocop (~> 1.81.1)
474-
rubocop-performance (~> 1.26.0)
474+
rubocop (~> 1.81.7)
475+
rubocop-performance (~> 1.26.1)
475476
rubocop-rails (~> 2.33.4)
476477
sassc-rails (~> 2.1.2)
477478
selenium-webdriver
@@ -480,7 +481,7 @@ DEPENDENCIES
480481
tzinfo-data
481482
uglifier (>= 1.3.0)
482483
web-console (>= 4.0.2)
483-
webmock (~> 3.25)
484+
webmock (~> 3.26)
484485

485486
RUBY VERSION
486487
ruby 3.4.7p58

0 commit comments

Comments
 (0)