diff --git a/Gemfile b/Gemfile index c7936b827ea..2e21a15186f 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem 'uri', '~> 1.1' gem 'vmstat', '~> 2.3' # Rails Components -gem 'actionpack', '~> 8.1.2' +gem 'actionpack', '~> 8.1.3' gem 'actionview', '~> 8.1.3' gem 'activemodel', '~> 8.1.2' gem 'railties', '~> 8.1.1' diff --git a/Gemfile.lock b/Gemfile.lock index b7fdc8e8f5f..bf06ac8b939 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,9 @@ GEM remote: https://rubygems.org/ specs: - actionpack (8.1.3) - actionview (= 8.1.3) - activesupport (= 8.1.3) + actionpack (8.1.3.1) + actionview (= 8.1.3.1) + activesupport (= 8.1.3.1) nokogiri (>= 1.8.5) rack (>= 2.2.4) rack-session (>= 1.0.1) @@ -11,15 +11,15 @@ GEM rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) useragent (~> 0.16) - actionview (8.1.3) - activesupport (= 8.1.3) + actionview (8.1.3.1) + activesupport (= 8.1.3.1) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activemodel (8.1.3) - activesupport (= 8.1.3) - activesupport (8.1.3) + activemodel (8.1.3.1) + activesupport (= 8.1.3.1) + activesupport (8.1.3.1) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) @@ -233,9 +233,9 @@ GEM rails-html-sanitizer (1.7.1) loofah (~> 2.25, >= 2.25.2) 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.3) - actionpack (= 8.1.3) - activesupport (= 8.1.3) + railties (8.1.3.1) + actionpack (= 8.1.3.1) + activesupport (= 8.1.3.1) irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) @@ -445,7 +445,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - actionpack (~> 8.1.2) + actionpack (~> 8.1.3) actionview (~> 8.1.3) activemodel (~> 8.1.2) addressable