diff --git a/Gemfile b/Gemfile index b542073..c2411a7 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 e4b67ac..bd843de 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,14 +4,14 @@ GEM RubyInline (3.12.5) ZenTest (~> 4.3) ZenTest (4.12.0) - 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) @@ -40,7 +40,7 @@ GEM cld (0.10.0) ffi coderay (1.1.3) - concurrent-ruby (1.1.9) + concurrent-ruby (1.1.10) connection_pool (2.2.2) crack (0.4.5) rexml @@ -55,15 +55,15 @@ GEM elasticsearch-api (7.15.0) multi_json elasticsearch-dsl (0.1.10) - elasticsearch-model (7.2.0) + elasticsearch-model (7.2.1) activesupport (> 3) elasticsearch (~> 7) hashie - elasticsearch-persistence (7.2.0) + elasticsearch-persistence (7.2.1) activemodel (> 4) activesupport (> 4) elasticsearch (~> 7) - elasticsearch-model (= 7.2.0) + elasticsearch-model (= 7.2.1) hashie elasticsearch-transport (7.15.0) faraday (~> 1) @@ -125,7 +125,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2021.1115) mini_portile2 (2.8.0) - minitest (5.14.4) + minitest (5.17.0) multi_json (1.14.1) multipart-post (2.1.1) mustermann (1.1.1) @@ -222,10 +222,9 @@ GEM tf-idf-similarity (0.2.0) unicode_utils (~> 1.4) thor (1.1.0) - thread_safe (0.3.6) tilt (2.0.10) - tzinfo (1.2.9) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) unf (0.1.4) unf_ext unf_ext (0.0.8) @@ -242,7 +241,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)