Skip to content

Commit 6aefa13

Browse files
authored
Merge branch 'main' into wip/new-to-nl-2
Signed-off-by: Robert Smith <[email protected]>
2 parents cca9d30 + cbe099d commit 6aefa13

File tree

2 files changed

+19
-15
lines changed

2 files changed

+19
-15
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ gem 'redis', '~> 5.3'
3535
gem 'rswag'
3636

3737
# Sidekiq for background processing
38-
gem 'sidekiq', '~> 7.3.8'
38+
gem 'sidekiq', '~> 7.3.9'
3939

4040
# Error and performance monitoring with Sentry
4141
gem 'sentry-rails'

Gemfile.lock

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -162,17 +162,18 @@ GEM
162162
ast (2.4.2)
163163
autoprefixer-rails (10.4.19.0)
164164
execjs (~> 2)
165-
aws-eventstream (1.3.0)
166-
aws-partitions (1.1047.0)
167-
aws-sdk-core (3.218.0)
165+
aws-eventstream (1.3.1)
166+
aws-partitions (1.1050.0)
167+
aws-sdk-core (3.218.1)
168168
aws-eventstream (~> 1, >= 1.3.0)
169169
aws-partitions (~> 1, >= 1.992.0)
170170
aws-sigv4 (~> 1.9)
171+
base64
171172
jmespath (~> 1, >= 1.6.1)
172173
aws-sdk-kms (1.98.0)
173174
aws-sdk-core (~> 3, >= 3.216.0)
174175
aws-sigv4 (~> 1.5)
175-
aws-sdk-s3 (1.180.0)
176+
aws-sdk-s3 (1.181.0)
176177
aws-sdk-core (~> 3, >= 3.216.0)
177178
aws-sdk-kms (~> 1)
178179
aws-sigv4 (~> 1.5)
@@ -378,7 +379,7 @@ GEM
378379
rdoc (>= 4.0.0)
379380
reline (>= 0.4.2)
380381
jmespath (1.6.2)
381-
json (2.9.1)
382+
json (2.10.1)
382383
json-schema (5.1.1)
383384
addressable (~> 2.8)
384385
bigdecimal (~> 3.1)
@@ -389,10 +390,11 @@ GEM
389390
jwt (2.10.1)
390391
base64
391392
language_server-protocol (3.17.0.4)
393+
lint_roller (1.1.0)
392394
listen (3.9.0)
393395
rb-fsevent (~> 0.10, >= 0.10.3)
394396
rb-inotify (~> 0.9, >= 0.9.10)
395-
logger (1.6.5)
397+
logger (1.6.6)
396398
loofah (2.24.0)
397399
crass (~> 1.0.2)
398400
nokogiri (>= 1.12.0)
@@ -436,14 +438,14 @@ GEM
436438
net-smtp (0.5.0)
437439
net-protocol
438440
nio4r (2.7.4)
439-
nokogiri (1.18.2-x86_64-linux-gnu)
441+
nokogiri (1.18.3-x86_64-linux-gnu)
440442
racc (~> 1.4)
441443
noticed (2.6.0)
442444
rails (>= 6.1.0)
443445
optimist (3.1.0)
444446
orm_adapter (0.5.0)
445447
parallel (1.26.3)
446-
parser (3.3.7.0)
448+
parser (3.3.7.1)
447449
ast (~> 2.4.1)
448450
racc
449451
pg (1.5.9)
@@ -596,9 +598,10 @@ GEM
596598
rswag-ui (2.16.0)
597599
actionpack (>= 5.2, < 8.1)
598600
railties (>= 5.2, < 8.1)
599-
rubocop (1.71.2)
601+
rubocop (1.72.2)
600602
json (~> 2.3)
601-
language_server-protocol (>= 3.17.0)
603+
language_server-protocol (~> 3.17.0.2)
604+
lint_roller (~> 1.1.0)
602605
parallel (~> 1.10)
603606
parser (>= 3.3.0.2)
604607
rainbow (>= 2.2.2, < 4.0)
@@ -608,8 +611,9 @@ GEM
608611
unicode-display_width (>= 2.4.0, < 4.0)
609612
rubocop-ast (1.38.0)
610613
parser (>= 3.3.1.0)
611-
rubocop-rspec (3.4.0)
612-
rubocop (~> 1.61)
614+
rubocop-rspec (3.5.0)
615+
lint_roller (~> 1.1)
616+
rubocop (~> 1.72, >= 1.72.1)
613617
ruby-openai (7.3.1)
614618
event_stream_parser (>= 0.3.0, < 2.0.0)
615619
faraday (>= 1)
@@ -642,7 +646,7 @@ GEM
642646
activesupport (>= 3)
643647
shoulda-matchers (6.4.0)
644648
activesupport (>= 5.2.0)
645-
sidekiq (7.3.8)
649+
sidekiq (7.3.9)
646650
base64
647651
connection_pool (>= 2.3.0)
648652
logger
@@ -771,7 +775,7 @@ DEPENDENCIES
771775
sentry-ruby
772776
shoulda-callback-matchers
773777
shoulda-matchers
774-
sidekiq (~> 7.3.8)
778+
sidekiq (~> 7.3.9)
775779
simplecov
776780
spring
777781
spring-watcher-listen (~> 2.1.0)

0 commit comments

Comments
 (0)