diff --git a/Gemfile b/Gemfile index 5af34c36cb0..9ccbdc43da1 100644 --- a/Gemfile +++ b/Gemfile @@ -46,10 +46,10 @@ gem 'thin' gem 'vmstat', '~> 2.3' # Rails Components -gem 'actionpack', '~> 7.1.4' -gem 'actionview', '~> 7.1.0' -gem 'activemodel', '~> 7.1.0' -gem 'railties', '~> 7.1.0' +gem 'actionpack', '~> 7.2.1' +gem 'actionview', '~> 7.2.1' +gem 'activemodel', '~> 7.2.1' +gem 'railties', '~> 7.2.1' 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 5b5f740c13f..86caad21d8a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -49,34 +49,36 @@ GIT GEM remote: https://rubygems.org/ specs: - actionpack (7.1.4) - actionview (= 7.1.4) - activesupport (= 7.1.4) + actionpack (7.2.1) + actionview (= 7.2.1) + activesupport (= 7.2.1) nokogiri (>= 1.8.5) racc - rack (>= 2.2.4) + rack (>= 2.2.4, < 3.2) rack-session (>= 1.0.1) rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - actionview (7.1.4) - activesupport (= 7.1.4) + useragent (~> 0.16) + actionview (7.2.1) + activesupport (= 7.2.1) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activemodel (7.1.4) - activesupport (= 7.1.4) - activesupport (7.1.4) + activemodel (7.2.1) + activesupport (= 7.2.1) + activesupport (7.2.1) base64 bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) aliyun-sdk (0.8.0) @@ -278,7 +280,7 @@ GEM concurrent-ruby (~> 1.0) io-console (0.7.2) ipaddress (0.8.3) - irb (1.14.0) + irb (1.14.1) rdoc (>= 4.0.0) reline (>= 0.4.2) jaro_winkler (1.5.6) @@ -337,7 +339,6 @@ GEM mustache (1.1.1) mustermann (3.0.0) ruby2_keywords (~> 0.0.1) - mutex_m (0.2.0) mysql2 (0.5.6) net-ssh (7.3.0) netaddr (2.0.6) @@ -397,10 +398,10 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - railties (7.1.4) - actionpack (= 7.1.4) - activesupport (= 7.1.4) - irb + railties (7.2.1) + actionpack (= 7.2.1) + activesupport (= 7.2.1) + irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) thor (~> 1.0, >= 1.2.2) @@ -418,7 +419,7 @@ GEM redis-client (0.22.2) connection_pool regexp_parser (2.9.2) - reline (0.5.9) + reline (0.5.10) io-console (~> 0.5) representable (3.2.0) declarative (< 0.1.0) @@ -503,6 +504,7 @@ GEM ruby_parser (3.8.3) sexp_processor (~> 4.1) rubyzip (2.3.2) + securerandom (0.3.1) sequel (5.85.0) bigdecimal sequel_pg (1.17.1) @@ -563,7 +565,7 @@ GEM daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) - thor (1.3.1) + thor (1.3.2) tilt (2.3.0) timecop (0.9.10) timeliness (0.4.5) @@ -572,6 +574,7 @@ GEM concurrent-ruby (~> 1.0) uber (0.1.0) unicode-display_width (2.6.0) + useragent (0.16.10) vhd (0.0.4) bit-struct vmstat (2.3.1) @@ -584,7 +587,7 @@ GEM rexml yajl-ruby (1.4.3) yard (0.9.36) - zeitwerk (2.6.17) + zeitwerk (2.6.18) PLATFORMS ruby @@ -592,9 +595,9 @@ PLATFORMS x86_64-linux DEPENDENCIES - actionpack (~> 7.1.4) - actionview (~> 7.1.0) - activemodel (~> 7.1.0) + actionpack (~> 7.2.1) + actionview (~> 7.2.1) + activemodel (~> 7.2.1) addressable allowy (>= 2.1.0) azure-storage-blob! @@ -644,7 +647,7 @@ DEPENDENCIES public_suffix puma rack-test - railties (~> 7.1.0) + railties (~> 7.2.1) rake redis rfc822