diff --git a/Gemfile b/Gemfile index 8a123253fe..419899d0fa 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,7 @@ gem 'vmstat', '~> 2.3' gem 'actionpack', '~> 8.1.0' gem 'actionview', '~> 8.1.1' gem 'activemodel', '~> 8.1.0' -gem 'railties', '~> 8.1.1' +gem 'railties', '~> 8.1.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 debb29ce72..0f5f671c16 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -42,9 +42,9 @@ GIT GEM remote: https://rubygems.org/ specs: - actionpack (8.1.1) - actionview (= 8.1.1) - activesupport (= 8.1.1) + actionpack (8.1.2) + actionview (= 8.1.2) + activesupport (= 8.1.2) nokogiri (>= 1.8.5) rack (>= 2.2.4) rack-session (>= 1.0.1) @@ -52,15 +52,15 @@ GEM rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) useragent (~> 0.16) - actionview (8.1.1) - activesupport (= 8.1.1) + actionview (8.1.2) + activesupport (= 8.1.2) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activemodel (8.1.1) - activesupport (= 8.1.1) - activesupport (8.1.1) + activemodel (8.1.2) + activesupport (= 8.1.2) + activesupport (8.1.2) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) @@ -287,7 +287,7 @@ GEM logger (1.7.0) loggregator_emitter (5.2.0) beefcake (~> 1.0.0) - loofah (2.24.1) + loofah (2.25.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) machinist (1.0.6) @@ -390,9 +390,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 (8.1.1) - actionpack (= 8.1.1) - activesupport (= 8.1.1) + railties (8.1.2) + actionpack (= 8.1.2) + activesupport (= 8.1.2) irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) @@ -406,7 +406,7 @@ GEM ffi (~> 1.0) rbs (3.10.0) logger - rdoc (7.0.1) + rdoc (7.0.3) erb psych (>= 4.0.0) tsort @@ -572,7 +572,7 @@ GEM delayed_job (~> 4.1.0) sequel (>= 3.38, < 6.0) tzinfo - thor (1.4.0) + thor (1.5.0) tilt (2.6.1) timecop (0.9.10) timeliness (0.4.5) @@ -602,7 +602,7 @@ GEM yard (>= 0.8) yard-solargraph (0.1.0) yard (~> 0.9) - zeitwerk (2.7.3) + zeitwerk (2.7.4) PLATFORMS ruby @@ -659,7 +659,7 @@ DEPENDENCIES public_suffix puma rack-test - railties (~> 8.1.1) + railties (~> 8.1.2) rake redis roodi