diff --git a/Gemfile b/Gemfile index 5172208..9e8aa81 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'telegram-bot-ruby', '0.8.3' -gem 'activesupport', '5.2.4.3' +gem 'activesupport', '6.1.7.3' gem 'mixpanel-ruby', '2.2.0' gem 'news-api', '0.0.0' gem 'aws-sdk-ssm' diff --git a/Gemfile.lock b/Gemfile.lock index 1e6b85e..2da62e4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,11 +1,12 @@ GEM remote: https://rubygems.org/ specs: - activesupport (5.2.4.3) + activesupport (6.1.7.3) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) aws-eventstream (1.0.1) aws-partitions (1.142.0) aws-sdk-core (3.46.2) @@ -23,18 +24,18 @@ GEM thread_safe (~> 0.3, >= 0.3.1) coercible (1.0.0) descendants_tracker (~> 0.0.1) - concurrent-ruby (1.1.6) + concurrent-ruby (1.2.2) descendants_tracker (0.0.4) thread_safe (~> 0.3, >= 0.3.1) dotenv (2.7.0) equalizer (0.0.11) faraday (0.15.4) multipart-post (>= 1.2, < 3) - i18n (1.8.2) + i18n (1.12.0) concurrent-ruby (~> 1.0) ice_nine (0.11.2) jmespath (1.4.0) - minitest (5.14.1) + minitest (5.18.0) mixpanel-ruby (2.2.0) multipart-post (2.0.0) news-api (0.0.0) @@ -42,19 +43,20 @@ GEM faraday virtus thread_safe (0.3.6) - tzinfo (1.2.7) - thread_safe (~> 0.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) virtus (1.0.5) axiom-types (~> 0.1) coercible (~> 1.0) descendants_tracker (~> 0.0, >= 0.0.3) equalizer (~> 0.0, >= 0.0.9) + zeitwerk (2.6.7) PLATFORMS ruby DEPENDENCIES - activesupport (= 5.2.4.3) + activesupport (= 6.1.7.3) aws-sdk-ssm dotenv (= 2.7.0) mixpanel-ruby (= 2.2.0)