diff --git a/Gemfile.lock b/Gemfile.lock index bf8a16f..c51fe86 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,12 +18,20 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (7.0.7.1) - activesupport (= 7.0.7.1) - activesupport (7.0.7.1) + activemodel (7.1.5) + activesupport (= 7.1.5) + activesupport (7.1.5) + base64 + benchmark (>= 0.3) + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) + mutex_m + securerandom (>= 0.3) tzinfo (~> 2.0) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) @@ -31,6 +39,8 @@ GEM ast (2.4.2) attr_required (1.0.1) base64 (0.1.1) + benchmark (0.4.0) + bigdecimal (3.1.8) bindata (2.5.0) byebug (11.1.3) colorator (1.1.0) @@ -38,9 +48,11 @@ GEM commander (4.6.0) highline (~> 2.0.0) concurrent-ruby (1.3.4) + connection_pool (2.4.1) diff-lcs (1.5.1) docile (1.4.0) domain_name (0.6.20240107) + drb (2.2.1) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) @@ -137,6 +149,7 @@ GEM mini_mime (1.1.2) minitest (5.25.1) multi_json (1.15.0) + mutex_m (0.2.0) netrc (0.11.0) openid_connect (2.3.1) activemodel @@ -228,6 +241,7 @@ GEM sass-embedded (1.63.6) google-protobuf (~> 3.23) rake (>= 13.0.0) + securerandom (0.3.2) simplecov (0.22.0) docile (~> 1.1) simplecov-html (~> 0.11)