diff --git a/server/Gemfile.lock b/server/Gemfile.lock index 32a8bd8..29c756f 100644 --- a/server/Gemfile.lock +++ b/server/Gemfile.lock @@ -1,28 +1,22 @@ GEM remote: http://rubygems.org/ specs: - activemodel (4.0.0) - activesupport (= 4.0.0) - builder (~> 3.1.0) - activerecord (4.0.0) - activemodel (= 4.0.0) - activerecord-deprecated_finders (~> 1.0.2) - activesupport (= 4.0.0) - arel (~> 4.0.0) - activerecord-deprecated_finders (1.0.3) - activesupport (4.0.0) - i18n (~> 0.6, >= 0.6.4) - minitest (~> 4.2) - multi_json (~> 1.3) - thread_safe (~> 0.1) - tzinfo (~> 0.3.37) - arel (4.0.0) - atomic (1.1.10) + 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) bond (0.4.3) - builder (3.1.4) - i18n (0.6.4) - minitest (4.7.5) - multi_json (1.7.7) + concurrent-ruby (1.1.10) + i18n (1.12.0) + concurrent-ruby (~> 1.0) + minitest (5.17.0) rack (1.5.2) rack-protection (1.5.0) rack @@ -46,15 +40,15 @@ GEM activerecord (>= 3.0) sinatra (~> 1.0) sqlite3 (1.3.7) - thread_safe (0.1.0) - atomic tilt (1.4.1) tux (0.3.0) ripl (>= 0.3.5) ripl-multi_line (>= 0.2.4) ripl-rack (>= 0.2.0) sinatra (>= 1.2.1) - tzinfo (0.3.37) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) + zeitwerk (2.6.6) PLATFORMS ruby