diff --git a/Gemfile b/Gemfile index 81803eb5fea..fff701d4126 100644 --- a/Gemfile +++ b/Gemfile @@ -44,10 +44,10 @@ gem 'thin' gem 'vmstat', '~> 2.3' # Rails Components -gem 'actionpack', '~> 7.2.2' -gem 'actionview', '~> 7.2.1' -gem 'activemodel', '~> 7.2.2' -gem 'railties', '~> 7.2.1' +gem 'actionpack', '~> 8.0.2' +gem 'actionview', '~> 8.0.2' +gem 'activemodel', '~> 8.0.2' +gem 'railties', '~> 8.0.2' gem 'azure-storage-blob', git: 'https://github.com/sethboyles/azure-storage-ruby.git', branch: 'x-ms-blob-content-type-fix-1.1' diff --git a/Gemfile.lock b/Gemfile.lock index abfb1aa4f64..c0e2ee48d2e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -42,26 +42,25 @@ GIT GEM remote: https://rubygems.org/ specs: - actionpack (7.2.2.1) - actionview (= 7.2.2.1) - activesupport (= 7.2.2.1) + actionpack (8.0.2) + actionview (= 8.0.2) + activesupport (= 8.0.2) nokogiri (>= 1.8.5) - racc - rack (>= 2.2.4, < 3.2) + rack (>= 2.2.4) rack-session (>= 1.0.1) rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) useragent (~> 0.16) - actionview (7.2.2.1) - activesupport (= 7.2.2.1) + actionview (8.0.2) + activesupport (= 8.0.2) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activemodel (7.2.2.1) - activesupport (= 7.2.2.1) - activesupport (7.2.2.1) + activemodel (8.0.2) + activesupport (= 8.0.2) + activesupport (8.0.2) base64 benchmark (>= 0.3) bigdecimal @@ -73,6 +72,7 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) aliyun-sdk (0.8.0) @@ -135,8 +135,8 @@ GEM irb (~> 1.10) reline (>= 0.3.8) declarative (0.0.20) - delayed_job (4.1.12) - activesupport (>= 3.0, < 8.0) + delayed_job (4.1.13) + activesupport (>= 3.0, < 9.0) diff-lcs (1.6.1) digest-xxhash (0.2.9) docile (1.1.5) @@ -267,7 +267,7 @@ GEM concurrent-ruby (~> 1.0) io-console (0.8.0) ipaddress (0.8.3) - irb (1.15.1) + irb (1.15.2) pp (>= 0.6.0) rdoc (>= 4.0.0) reline (>= 0.4.2) @@ -310,7 +310,7 @@ GEM mime-types-data (3.2025.0318) mini_mime (1.1.5) mini_portile2 (2.8.8) - minitest (5.25.4) + minitest (5.25.5) mock_redis (0.49.0) redis (~> 5) ms_rest (0.6.4) @@ -395,9 +395,9 @@ GEM rails-html-sanitizer (1.6.2) loofah (~> 2.21) nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) - railties (7.2.2.1) - actionpack (= 7.2.2.1) - activesupport (= 7.2.2.1) + railties (8.0.2) + actionpack (= 8.0.2) + activesupport (= 8.0.2) irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) @@ -410,14 +410,14 @@ GEM ffi (~> 1.0) rbs (3.9.2) logger - rdoc (6.12.0) + rdoc (6.13.1) psych (>= 4.0.0) redis (5.4.0) redis-client (>= 0.22.0) redis-client (0.23.2) connection_pool regexp_parser (2.10.0) - reline (0.6.0) + reline (0.6.1) io-console (~> 0.5) representable (3.2.0) declarative (< 0.1.0) @@ -557,7 +557,7 @@ GEM steno (1.3.5) fluent-logger yajl-ruby (~> 1.0) - stringio (3.1.2) + stringio (3.1.6) talentbox-delayed_job_sequel (4.3.0) delayed_job (~> 4.1.0) sequel (>= 3.38, < 6.0) @@ -577,6 +577,7 @@ GEM unicode-display_width (3.1.4) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) + uri (1.0.3) useragent (0.16.11) vhd (0.0.4) bit-struct @@ -592,7 +593,7 @@ GEM yard (0.9.37) yard-solargraph (0.1.0) yard (~> 0.9) - zeitwerk (2.7.1) + zeitwerk (2.7.2) PLATFORMS ruby @@ -600,9 +601,9 @@ PLATFORMS x86_64-linux DEPENDENCIES - actionpack (~> 7.2.2) - actionview (~> 7.2.1) - activemodel (~> 7.2.2) + actionpack (~> 8.0.2) + actionview (~> 8.0.2) + activemodel (~> 8.0.2) addressable allowy (>= 2.1.0) azure-storage-blob! @@ -652,7 +653,7 @@ DEPENDENCIES public_suffix puma rack-test - railties (~> 7.2.1) + railties (~> 8.0.2) rake redis roodi