diff --git a/Gemfile b/Gemfile index defffa0..a9f1534 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" gemspec -gem 'activesupport', '~> 6' +gem 'activesupport', '~> 7' gem 'faraday', '~> 1' gem 'httplog', '~> 1.4' diff --git a/Gemfile.lock b/Gemfile.lock index c4a25ec..709e88d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,35 +6,32 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (6.0.3.1) + activesupport (7.0.4.2) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2, >= 2.2.2) - concurrent-ruby (1.1.6) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + concurrent-ruby (1.2.0) faraday (1.0.0) multipart-post (>= 1.2, < 3) httplog (1.4.2) rack (>= 1.0) rainbow (>= 2.0.0) - i18n (1.8.2) + i18n (1.12.0) concurrent-ruby (~> 1.0) - minitest (5.14.1) + minitest (5.17.0) multipart-post (2.1.1) rack (2.2.3) rainbow (3.0.0) rake (13.0.1) - thread_safe (0.3.6) - tzinfo (1.2.7) - thread_safe (~> 0.1) - zeitwerk (2.3.0) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) PLATFORMS ruby DEPENDENCIES - activesupport (~> 6) + activesupport (~> 7) bundler (~> 2.0) faraday (~> 1) httplog (~> 1.4)