diff --git a/Gemfile b/Gemfile index 9d826faaa5b..0a72e534ce1 100644 --- a/Gemfile +++ b/Gemfile @@ -45,7 +45,7 @@ gem 'uri', '~> 0.13' gem 'vmstat', '~> 2.3' # Rails Components -gem 'actionpack', '~> 8.0.1' +gem 'actionpack', '~> 8.0.2' gem 'actionview', '~> 8.0.1' gem 'activemodel', '~> 8.0.1' gem 'railties', '~> 8.0.1' diff --git a/Gemfile.lock b/Gemfile.lock index b4e7342a03f..5e872d1d6bb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -42,9 +42,9 @@ GIT GEM remote: https://rubygems.org/ specs: - actionpack (8.0.1) - actionview (= 8.0.1) - activesupport (= 8.0.1) + actionpack (8.0.2) + actionview (= 8.0.2) + activesupport (= 8.0.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.0.1) - activesupport (= 8.0.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 (8.0.1) - activesupport (= 8.0.1) - activesupport (8.0.1) + activemodel (8.0.2) + activesupport (= 8.0.2) + activesupport (8.0.2) base64 benchmark (>= 0.3) bigdecimal @@ -396,9 +396,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.0.1) - actionpack (= 8.0.1) - activesupport (= 8.0.1) + railties (8.0.2) + actionpack (= 8.0.2) + activesupport (= 8.0.2) irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) @@ -609,7 +609,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - actionpack (~> 8.0.1) + actionpack (~> 8.0.2) actionview (~> 8.0.1) activemodel (~> 8.0.1) addressable