diff --git a/Gemfile b/Gemfile index 8b27a14..823eda4 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ ruby '>= 3.1.0' gem 'bigdecimal', '~> 3.1.0' gem 'dotenv' gem 'activerecord', '~> 7.2.0' -gem 'activesupport', '~> 7.2.0' +gem 'activesupport', '~> 7.2.3' gem 'mysql2' gem 'i18n' gem 'thor' diff --git a/Gemfile.lock b/Gemfile.lock index 289b64c..0f956ff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,13 @@ GEM remote: https://rubygems.org/ specs: - activemodel (7.2.3) - activesupport (= 7.2.3) - activerecord (7.2.3) - activemodel (= 7.2.3) - activesupport (= 7.2.3) + activemodel (7.2.3.1) + activesupport (= 7.2.3.1) + activerecord (7.2.3.1) + activemodel (= 7.2.3.1) + activesupport (= 7.2.3.1) timeout (>= 0.4.0) - activesupport (7.2.3) + activesupport (7.2.3.1) base64 benchmark (>= 0.3) bigdecimal @@ -16,7 +16,7 @@ GEM drb i18n (>= 1.6, < 2) logger (>= 1.4.2) - minitest (>= 5.1) + minitest (>= 5.1, < 6) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) ast (2.4.3) @@ -25,7 +25,7 @@ GEM bigdecimal (3.1.9) coderay (1.1.3) concurrent-ruby (1.3.6) - connection_pool (2.5.5) + connection_pool (3.0.2) dotenv (3.2.0) drb (2.2.3) i18n (1.14.8) @@ -82,7 +82,7 @@ PLATFORMS DEPENDENCIES activerecord (~> 7.2.0) - activesupport (~> 7.2.0) + activesupport (~> 7.2.3) bigdecimal (~> 3.1.0) dotenv i18n