diff --git a/Gemfile b/Gemfile index f1e1e51349a..112d8292e34 100644 --- a/Gemfile +++ b/Gemfile @@ -43,10 +43,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.0' +gem 'actionview', '~> 8.0.0' +gem 'activemodel', '~> 8.0.0' +gem 'railties', '~> 8.0.0' 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 d760eb392e1..1eac5e3dd1f 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.0.1) + actionview (= 8.0.0.1) + activesupport (= 8.0.0.1) 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.0.1) + activesupport (= 8.0.0.1) 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.0.1) + activesupport (= 8.0.0.1) + activesupport (8.0.0.1) 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) @@ -128,12 +128,13 @@ GEM rexml crass (1.0.6) daemons (1.4.1) + date (3.4.1) debug (1.9.2) 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.5.1) digest-xxhash (0.2.8) docile (1.1.5) @@ -262,7 +263,7 @@ GEM httpclient (2.8.3) i18n (1.14.6) concurrent-ruby (~> 1.0) - io-console (0.7.2) + io-console (0.8.0) ipaddress (0.8.3) irb (1.14.1) rdoc (>= 4.0.0) @@ -360,7 +361,8 @@ GEM pry-byebug (3.10.1) byebug (~> 11.0) pry (>= 0.13, < 0.15) - psych (5.2.0) + psych (5.2.1) + date stringio public_suffix (6.0.1) puma (6.5.0) @@ -384,9 +386,9 @@ GEM rails-html-sanitizer (1.6.1) 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.0.1) + actionpack (= 8.0.0.1) + activesupport (= 8.0.0.1) irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) @@ -398,14 +400,14 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) rbs (2.8.4) - rdoc (6.7.0) + rdoc (6.8.1) psych (>= 4.0.0) redis (5.3.0) redis-client (>= 0.22.0) redis-client (0.22.2) connection_pool regexp_parser (2.9.3) - reline (0.5.11) + reline (0.5.12) io-console (~> 0.5) representable (3.2.0) declarative (< 0.1.0) @@ -561,7 +563,8 @@ GEM unicode-display_width (3.1.2) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) - useragent (0.16.10) + uri (1.0.2) + useragent (0.16.11) vhd (0.0.4) bit-struct vmstat (2.3.1) @@ -569,7 +572,7 @@ GEM addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - webrick (1.9.0) + webrick (1.9.1) xml-simple (1.1.9) rexml yajl-ruby (1.4.3) @@ -582,9 +585,9 @@ PLATFORMS x86_64-linux DEPENDENCIES - actionpack (~> 7.2.2) - actionview (~> 7.2.1) - activemodel (~> 7.2.2) + actionpack (~> 8.0.0) + actionview (~> 8.0.0) + activemodel (~> 8.0.0) addressable allowy (>= 2.1.0) azure-storage-blob! @@ -633,7 +636,7 @@ DEPENDENCIES public_suffix puma rack-test - railties (~> 7.2.1) + railties (~> 8.0.0) rake redis roodi