diff --git a/Gemfile.lock b/Gemfile.lock index d4933bd..117125b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,22 +1,20 @@ GEM remote: https://rubygems.org/ specs: - activemodel (5.2.0) - activesupport (= 5.2.0) - activerecord (5.2.0) - activemodel (= 5.2.0) - activesupport (= 5.2.0) - arel (>= 9.0) - activesupport (5.2.0) + activemodel (7.0.4.1) + activesupport (= 7.0.4.1) + activerecord (7.0.4.1) + activemodel (= 7.0.4.1) + activesupport (= 7.0.4.1) + activesupport (7.0.4.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - arel (9.0.0) - concurrent-ruby (1.0.5) - i18n (1.0.1) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + concurrent-ruby (1.1.10) + i18n (1.12.0) concurrent-ruby (~> 1.0) - minitest (5.11.3) + minitest (5.17.0) rack (2.0.5) rack-contrib (2.0.1) rack (~> 2.0) @@ -25,9 +23,8 @@ GEM shotgun (0.9.2) rack (>= 1.0) sqlite3 (1.3.13) - thread_safe (0.3.6) - tzinfo (1.2.5) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) PLATFORMS ruby