diff --git a/Gemfile b/Gemfile index 7cc2916..36b02ad 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source "https://rubygems.org" gemspec group :test do - gem "activerecord", "~> 7.0" + gem "activerecord", "~> 7.1" gem "database_cleaner-active_record", "~> 2.1" gem "sqlite3", "~> 1.7" diff --git a/Gemfile.lock b/Gemfile.lock index aa0fe52..bfa8205 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,13 +6,13 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (7.1.3.2) - activesupport (= 7.1.3.2) - activerecord (7.1.3.2) - activemodel (= 7.1.3.2) - activesupport (= 7.1.3.2) + activemodel (7.1.3.4) + activesupport (= 7.1.3.4) + activerecord (7.1.3.4) + activemodel (= 7.1.3.4) + activesupport (= 7.1.3.4) timeout (>= 0.4.0) - activesupport (7.1.3.2) + activesupport (7.1.3.4) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) @@ -24,10 +24,10 @@ GEM tzinfo (~> 2.0) ast (2.4.2) base64 (0.2.0) - bigdecimal (3.1.7) + bigdecimal (3.1.8) codecov (0.6.0) simplecov (>= 0.15, < 0.22) - concurrent-ruby (1.2.3) + concurrent-ruby (1.3.3) connection_pool (2.4.1) database_cleaner-active_record (2.1.0) activerecord (>= 5.a) @@ -36,12 +36,12 @@ GEM diff-lcs (1.5.1) docile (1.4.0) drb (2.2.1) - i18n (1.14.4) + i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) mini_portile2 (2.8.6) - minitest (5.22.3) + minitest (5.23.1) mutex_m (0.2.0) parallel (1.24.0) parser (3.3.1.0) @@ -114,7 +114,7 @@ PLATFORMS ruby DEPENDENCIES - activerecord (~> 7.0) + activerecord (~> 7.1) codecov (~> 0.6.0) database_cleaner-active_record (~> 2.1) light-services!