diff --git a/Gemfile b/Gemfile index 41da84bb..2b1f2123 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ gem 'rouge', '~> 4.0' # Pure Ruby syntax highlighter gem 'rswag-api', '~> 2.8.0' # Swagger library to help generate open API documentation gem 'rswag-ui', '~> 2.8.0' # UI for rswag documentation gem 'rubyzip', '~> 2.3' # Ruby library for reading and writing zip files. -gem 'sidekiq', '~> 7.0' # Simple, efficient background processing for Ruby +gem 'sidekiq', '~> 7.1' # Simple, efficient background processing for Ruby gem 'strong_migrations', '~> 1.4' # Catch potentially dangerous operations in migrations # Assets diff --git a/Gemfile.lock b/Gemfile.lock index 41cbefbb..d39ad76c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -90,8 +90,8 @@ GEM regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) coderay (1.1.3) - concurrent-ruby (1.1.10) - connection_pool (2.3.0) + concurrent-ruby (1.2.2) + connection_pool (2.4.1) crack (0.4.5) rexml crass (1.0.6) @@ -246,7 +246,7 @@ GEM puma (5.6.5) nio4r (~> 2.0) racc (1.6.1) - rack (2.2.4) + rack (2.2.8) rack-mini-profiler (3.0.0) rack (>= 1.2.0) rack-protection (2.2.2) @@ -286,7 +286,7 @@ GEM redcarpet (3.5.1) redis (5.0.5) redis-client (>= 0.9.0) - redis-client (0.11.2) + redis-client (0.18.0) connection_pool regexp_parser (2.6.1) request_store (1.5.1) @@ -350,11 +350,11 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - sidekiq (7.0.2) + sidekiq (7.1.3) concurrent-ruby (< 2) connection_pool (>= 2.3.0) rack (>= 2.2.4) - redis-client (>= 0.11.0) + redis-client (>= 0.14.0) simplecov (0.21.2) docile (~> 1.1) simplecov-html (~> 0.11) @@ -457,7 +457,7 @@ DEPENDENCIES rubocop-rails rubyzip (~> 2.3) selenium-webdriver - sidekiq (~> 7.0) + sidekiq (~> 7.1) simplecov sprockets-rails (~> 3.4) stimulus-rails (~> 1.2)