diff --git a/Gemfile b/Gemfile index 9a874a0a05..5e342f63b6 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -gem 'activesupport', '~> 7.1.2' +gem 'activesupport', '~> 7.1.3' gem 'jekyll', '4.3.3' gem 'jekyll-sass-converter', '~> 3.0.0' gem 'kramdown-parser-gfm' diff --git a/Gemfile.lock b/Gemfile.lock index 3c423919bd..8cf9168f52 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.1.2) + activesupport (7.1.3) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) @@ -16,7 +16,7 @@ GEM base64 (0.2.0) bigdecimal (3.1.5) colorator (1.1.0) - concurrent-ruby (1.2.2) + concurrent-ruby (1.2.3) connection_pool (2.4.1) drb (2.2.0) ruby2_keywords @@ -68,7 +68,7 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) mini_portile2 (2.8.5) - minitest (5.20.0) + minitest (5.21.1) mutex_m (0.2.0) nokogiri (1.16.0) mini_portile2 (~> 2.8.2) @@ -109,7 +109,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activesupport (~> 7.1.2) + activesupport (~> 7.1.3) jekyll (= 4.3.3) jekyll-sass-converter (~> 3.0.0) jekyll-toc (~> 0.18.0)