diff --git a/client/Gemfile.lock b/client/Gemfile.lock index 8d35c075..639eeff9 100644 --- a/client/Gemfile.lock +++ b/client/Gemfile.lock @@ -1,13 +1,18 @@ GEM remote: https://rubygems.org/ specs: - activesupport (3.2.13) - i18n (= 0.6.1) - multi_json (~> 1.0) + activesupport (6.1.7.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) + concurrent-ruby (1.1.10) diff-lcs (1.2.4) highline (1.6.18) - i18n (0.6.1) - multi_json (1.7.2) + i18n (1.12.0) + concurrent-ruby (~> 1.0) + minitest (5.17.0) rack (1.5.2) rack-protection (1.5.0) rack @@ -25,7 +30,10 @@ GEM rack-protection (~> 1.4) tilt (~> 1.3, >= 1.3.4) tilt (1.4.0) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) yajl-ruby (1.1.0) + zeitwerk (2.6.6) PLATFORMS ruby