diff --git a/Gemfile.lock b/Gemfile.lock index ba87527..373f177 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,28 +9,26 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (5.1.4) - activesupport (= 5.1.4) - activerecord (5.1.4) - activemodel (= 5.1.4) - activesupport (= 5.1.4) - arel (~> 8.0) - activesupport (5.1.4) + 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) - minitest (~> 5.1) - tzinfo (~> 1.1) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) appraisal (2.2.0) bundler rake thor (>= 0.14.0) - arel (8.0.0) ast (2.3.0) codeclimate-test-reporter (1.0.8) simplecov (<= 0.13) - concurrent-ruby (1.0.5) + concurrent-ruby (1.1.10) docile (1.1.5) - i18n (0.9.1) + i18n (1.12.0) concurrent-ruby (~> 1.0) json (2.3.1) minitest (5.10.3) @@ -58,9 +56,8 @@ GEM simplecov-html (0.10.2) sqlite3 (1.3.13) thor (0.20.0) - thread_safe (0.3.6) - tzinfo (1.2.4) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) unicode-display_width (1.3.0) PLATFORMS