Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependencies 20240219 #1925

Merged
merged 6 commits into from
Feb 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gem 'rails', '~> 7.0.8'
gem 'redis', '~> 5.1.0'
gem 'sentry-rails', '~> 5.16.1'
gem 'sentry-sidekiq', '~> 5.16.1'
gem 'sidekiq', '~> 7.2.1'
gem 'sidekiq', '~> 7.2.2'
gem 'sidekiq_alive'
gem 'turbo-rails', '~> 2.0.1'

Expand Down
28 changes: 14 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
awesome_print (1.9.2)
axe-core-api (4.8.1)
axe-core-api (4.8.2)
dumb_delegator
virtus
axe-core-rspec (4.8.1)
axe-core-rspec (4.8.2)
axe-core-api
dumb_delegator
virtus
Expand Down Expand Up @@ -143,10 +143,10 @@ GEM
warden (~> 1.2.3)
diff-lcs (1.5.0)
docile (1.4.0)
dotenv (2.8.1)
dotenv-rails (2.8.1)
dotenv (= 2.8.1)
railties (>= 3.2)
dotenv (3.0.2)
dotenv-rails (3.0.2)
dotenv (= 3.0.2)
railties (>= 6.1)
dumb_delegator (1.0.0)
erubi (1.12.0)
factory_bot (6.4.5)
Expand Down Expand Up @@ -193,6 +193,7 @@ GEM
govuk_notify_rails (2.2.0)
notifications-ruby-client (~> 5.1)
rails (>= 4.1.0)
gserver (0.0.1)
haml (6.3.0)
temple (>= 0.8.2)
thor
Expand All @@ -202,7 +203,7 @@ GEM
activesupport (>= 5.1)
haml (>= 4.0.6)
railties (>= 5.1)
haml_lint (0.56.0)
haml_lint (0.57.0)
haml (>= 5.0)
parallel (~> 1.10)
rainbow
Expand Down Expand Up @@ -293,7 +294,7 @@ GEM
parser (3.3.0.5)
ast (~> 2.4.1)
racc
pg (1.5.4)
pg (1.5.5)
prometheus_exporter (2.1.0)
webrick
pry (0.14.2)
Expand Down Expand Up @@ -353,7 +354,7 @@ GEM
ffi (~> 1.0)
redis (5.1.0)
redis-client (>= 0.17.0)
redis-client (0.19.1)
redis-client (0.20.0)
connection_pool
regexp_parser (2.9.0)
request_store (1.5.1)
Expand Down Expand Up @@ -435,15 +436,14 @@ GEM
sidekiq (>= 3.0)
shoulda-matchers (6.1.0)
activesupport (>= 5.2.0)
sidekiq (7.2.1)
sidekiq (7.2.2)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.19.0)
sidekiq_alive (2.3.1)
rack (< 3)
sidekiq_alive (2.4.0)
gserver (~> 0.0.1)
sidekiq (>= 5, < 8)
webrick (>= 1, < 2)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down Expand Up @@ -560,7 +560,7 @@ DEPENDENCIES
sentry-rails (~> 5.16.1)
sentry-sidekiq (~> 5.16.1)
shoulda-matchers
sidekiq (~> 7.2.1)
sidekiq (~> 7.2.2)
sidekiq_alive
simplecov
spring
Expand Down