diff --git a/scripts/Gemfile b/scripts/Gemfile index af47bb6bef524..d596bf35cadfd 100644 --- a/scripts/Gemfile +++ b/scripts/Gemfile @@ -1,7 +1,7 @@ ruby '~> 2.6.0' source 'https://rubygems.org' -gem 'activesupport', '~> 6.0' +gem 'activesupport', '~> 6.1' gem 'actionview', '~> 6.0' gem 'differ', '~> 0.1' gem 'front_matter_parser', '~> 0.2' diff --git a/scripts/Gemfile.lock b/scripts/Gemfile.lock index 80e784b49f95a..0c59f30701c63 100644 --- a/scripts/Gemfile.lock +++ b/scripts/Gemfile.lock @@ -1,33 +1,33 @@ GEM remote: https://rubygems.org/ specs: - actionview (6.0.0) - activesupport (= 6.0.0) + actionview (6.1.7.1) + activesupport (= 6.1.7.1) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activesupport (6.0.0) + activesupport (6.1.7.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.1, >= 2.1.8) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) builder (3.2.3) citrus (3.0.2) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.10) crass (1.0.5) differ (0.1.2) erubi (1.8.0) front_matter_parser (0.2.1) git (1.3.0) - i18n (1.6.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) loofah (2.3.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) mini_portile2 (2.4.0) - minitest (5.11.3) + minitest (5.17.0) nokogiri (1.10.5) mini_portile2 (~> 2.4.0) paint (2.1.1) @@ -38,22 +38,21 @@ GEM rails-html-sanitizer (1.2.0) loofah (~> 2.2, >= 2.2.2) semantic (1.6.1) - thread_safe (0.3.6) toml-rb (2.0.0) citrus (~> 3.0, > 3.0) - tzinfo (1.2.5) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) unindent (1.0) word_wrap (1.0.0) yard (0.9.20) - zeitwerk (2.1.10) + zeitwerk (2.6.6) PLATFORMS ruby DEPENDENCIES actionview (~> 6.0) - activesupport (~> 6.0) + activesupport (~> 6.1) differ (~> 0.1) front_matter_parser (~> 0.2) git (~> 1.3.0)