diff --git a/Gemfile.lock b/Gemfile.lock index 4363f5c..b51a03b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,31 +1,61 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.1) - public_suffix (>= 2.0.2, < 6.0) + activesupport (8.0.0) + base64 + benchmark (>= 0.3) + bigdecimal + concurrent-ruby (~> 1.0, >= 1.3.1) + connection_pool (>= 2.2.5) + drb + i18n (>= 1.6, < 2) + logger (>= 1.4.2) + minitest (>= 5.1) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) + base64 (0.2.0) + benchmark (0.4.0) + bigdecimal (3.1.8) + concurrent-ruby (1.3.4) + connection_pool (2.4.1) debug (1.9.2) irb (~> 1.10) reline (>= 0.3.8) - git (1.18.0) + drb (2.2.1) + git (2.3.1) + activesupport (>= 5.0) addressable (~> 2.8) + process_executer (~> 1.1) rchardet (~> 1.8) + i18n (1.14.6) + concurrent-ruby (~> 1.0) io-console (0.7.2) irb (1.14.1) rdoc (>= 4.0.0) reline (>= 0.4.2) + logger (1.6.1) + minitest (5.25.1) power_assert (2.0.4) + process_executer (1.2.0) psych (5.1.2) stringio - public_suffix (5.0.1) + public_suffix (6.0.1) rake (13.2.1) rchardet (1.8.0) rdoc (6.7.0) psych (>= 4.0.0) reline (0.5.10) io-console (~> 0.5) + securerandom (0.3.1) stringio (3.1.1) test-unit (3.6.2) power_assert + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) + uri (1.0.1) PLATFORMS ruby