diff --git a/Gemfile b/Gemfile index fa54e9b..1f4aa8b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ # frozen_string_literal: true source('https://rubygems.org') -gem('activesupport', '6.0.3.1') +gem('activesupport', '6.1.7.1') gem('addressable', '2.8.0') gem('airbrake', '~> 5.0') gem('aws-sdk-s3', '~> 1') diff --git a/Gemfile.lock b/Gemfile.lock index baf1d6b..15788d4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,14 +4,14 @@ GEM RubyInline (3.13.0) ZenTest (~> 4.3) ZenTest (4.12.1) - activemodel (6.0.3.1) - activesupport (= 6.0.3.1) - activesupport (6.0.3.1) + activemodel (6.1.7.1) + activesupport (= 6.1.7.1) + activesupport (6.1.7.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2, >= 2.2.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) airbrake (5.8.1) @@ -227,10 +227,9 @@ GEM tf-idf-similarity (0.2.0) unicode_utils (~> 1.4) thor (1.2.1) - thread_safe (0.3.6) tilt (2.1.0) - tzinfo (1.2.11) - thread_safe (~> 0.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) unf (0.1.4) unf_ext unf_ext (0.0.8.2) @@ -247,7 +246,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activesupport (= 6.0.3.1) + activesupport (= 6.1.7.1) addressable (= 2.8.0) airbrake (~> 5.0) aws-sdk-s3 (~> 1)