diff --git a/client/Gemfile.lock b/client/Gemfile.lock index 6e0ab146..744d0db0 100644 --- a/client/Gemfile.lock +++ b/client/Gemfile.lock @@ -1,18 +1,30 @@ GEM remote: https://rubygems.org/ specs: - activesupport (6.0.3.4) - 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.7) + activesupport (7.2.3.1) + 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, < 6) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) + base64 (0.3.0) + benchmark (0.5.0) + bigdecimal (4.0.1) + concurrent-ruby (1.3.6) + connection_pool (3.0.2) diff-lcs (1.4.4) + drb (2.2.3) highline (2.0.3) - i18n (1.8.5) + i18n (1.14.8) concurrent-ruby (~> 1.0) - minitest (5.14.2) + logger (1.7.0) + minitest (5.27.0) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) rack (2.2.3) @@ -33,17 +45,16 @@ GEM rspec-support (~> 3.10.0) rspec-support (3.10.0) ruby2_keywords (0.0.2) + securerandom (0.4.1) sinatra (2.1.0) mustermann (~> 1.0) rack (~> 2.2) rack-protection (= 2.1.0) tilt (~> 2.0) - thread_safe (0.3.6) tilt (2.0.10) - tzinfo (1.2.8) - thread_safe (~> 0.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) yajl-ruby (1.4.1) - zeitwerk (2.4.2) PLATFORMS ruby