diff --git a/server/Gemfile.lock b/server/Gemfile.lock index 433d5c7..71fc931 100644 --- a/server/Gemfile.lock +++ b/server/Gemfile.lock @@ -1,35 +1,40 @@ GEM remote: http://rubygems.org/ specs: - activemodel (3.2.8) - activesupport (= 3.2.8) - builder (~> 3.0.0) - activerecord (3.2.8) - activemodel (= 3.2.8) - activesupport (= 3.2.8) - arel (~> 3.0.2) - tzinfo (~> 0.3.29) - activesupport (3.2.8) - i18n (~> 0.6) - multi_json (~> 1.0) - addressable (2.3.2) - arel (3.0.2) + activemodel (6.1.7.1) + activesupport (= 6.1.7.1) + activerecord (6.1.7.1) + activemodel (= 6.1.7.1) + activesupport (= 6.1.7.1) + 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) async-rack (0.5.1) rack (~> 1.1) awesome_print (1.1.0) - backports (2.6.4) - builder (3.0.4) + axiom-types (0.1.1) + descendants_tracker (~> 0.0.4) + ice_nine (~> 0.11.0) + thread_safe (~> 0.3, >= 0.3.1) clean_test (1.0.0) faker - coderay (1.0.8) + coderay (1.0.9) + coercible (1.0.0) + descendants_tracker (~> 0.0.1) + concurrent-ruby (1.1.10) + descendants_tracker (0.0.4) + thread_safe (~> 0.3, >= 0.3.1) em-synchrony (1.0.2) eventmachine (>= 1.0.0.beta.1) - em-websocket (0.3.8) - addressable (>= 2.1.1) + em-websocket (0.5.3) eventmachine (>= 0.12.9) - eventmachine (1.0.0) - faker (1.1.2) - i18n (~> 0.5) + http_parser.rb (~> 0) + eventmachine (1.2.7) + faker (3.1.0) + i18n (>= 1.8.11, < 2) goliath (1.0.1) async-rack em-synchrony (>= 1.0.0) @@ -52,22 +57,25 @@ GEM virtus hashie (1.2.0) http_parser.rb (0.5.3) - i18n (0.6.1) + i18n (1.12.0) + concurrent-ruby (~> 1.0) + ice_nine (0.11.2) log4r (1.1.10) - method_source (0.8.1) - multi_json (1.5.0) - multi_xml (0.5.1) + method_source (0.9.2) + minitest (5.17.0) + multi_json (1.15.0) + multi_xml (0.6.0) mysql2 (0.3.21) pry (0.9.10) coderay (~> 1.0.5) method_source (~> 0.8) slop (~> 3.3.1) - rack (1.4.4) + rack (1.6.13) rack-accept (0.4.5) rack (>= 0.4) rack-accept-media-types (0.9) - rack-contrib (1.1.0) - rack (>= 0.9.1) + rack-contrib (1.8.0) + rack (~> 1.4) rack-mount (0.8.3) rack (>= 1.0.0) rack-respond_to (0.9.8) @@ -81,10 +89,15 @@ GEM slop (3.3.3) sqlite3 (1.3.6) temple (0.5.5) - tilt (1.3.3) - tzinfo (0.3.33) - virtus (0.5.2) - backports (~> 2.6.1) + thread_safe (0.3.6) + tilt (1.3.7) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) + virtus (2.0.0) + axiom-types (~> 0.1) + coercible (~> 1.0) + descendants_tracker (~> 0.0, >= 0.0.3) + zeitwerk (2.6.6) PLATFORMS ruby