From 82da7e2cbbf9244a4dba4c1b389229d82867a24c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 15:56:41 +0000 Subject: [PATCH] Update dependency sprockets to v4 --- api/Gemfile | 2 +- api/Gemfile.lock | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/api/Gemfile b/api/Gemfile index 9b7f62432..085de86a4 100644 --- a/api/Gemfile +++ b/api/Gemfile @@ -72,7 +72,7 @@ group :development do gem 'listen', '~> 3.3' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' - gem 'sprockets', '~> 3.7.2' + gem 'sprockets', '~> 4.2.0' gem 'graphiql-rails' end diff --git a/api/Gemfile.lock b/api/Gemfile.lock index 614557f2c..bbabfd343 100644 --- a/api/Gemfile.lock +++ b/api/Gemfile.lock @@ -79,7 +79,7 @@ GEM code_analyzer (0.5.5) sexp_processor colorize (1.1.0) - concurrent-ruby (1.3.4) + concurrent-ruby (1.3.5) crass (1.0.6) database_cleaner-active_record (2.1.0) activerecord (>= 5.a) @@ -122,6 +122,7 @@ GEM listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) + logger (1.7.0) loofah (2.21.3) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -167,7 +168,7 @@ GEM puma (5.6.9) nio4r (~> 2.0) racc (1.7.1) - rack (2.2.8) + rack (2.2.18) rack-test (2.1.0) rack (>= 1.3) rails (6.1.7.6) @@ -307,9 +308,10 @@ GEM spring (4.1.1) spring-commands-rspec (1.0.4) spring (>= 0.9.1) - sprockets (3.7.2) + sprockets (4.2.2) concurrent-ruby (~> 1.0) - rack (> 1, < 3) + logger + rack (>= 2.2.4, < 4) sprockets-rails (3.4.2) actionpack (>= 5.2) activesupport (>= 5.2) @@ -374,7 +376,7 @@ DEPENDENCIES slack-notifier spring spring-commands-rspec - sprockets (~> 3.7.2) + sprockets (~> 4.2.0) tzinfo-data RUBY VERSION