From 79fff81f224cf25c32b32f05ca95bd5987511778 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 01:17:39 +0000 Subject: [PATCH] Bump activerecord from 5.2.1 to 7.0.4.1 Bumps [activerecord](https://github.com/rails/rails) from 5.2.1 to 7.0.4.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.1/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.2.1...v7.0.4.1) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 33 +++++++++++++++------------------ 2 files changed, 16 insertions(+), 19 deletions(-) diff --git a/Gemfile b/Gemfile index 4034073..d3fd8cd 100644 --- a/Gemfile +++ b/Gemfile @@ -5,4 +5,4 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } # Specify your gem's dependencies in must_be_ordered.gemspec gemspec -gem 'activerecord', '~> 5.2' +gem 'activerecord', '~> 7.0' diff --git a/Gemfile.lock b/Gemfile.lock index 02ead29..fc672e7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,26 +7,24 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (5.2.1) - activesupport (= 5.2.1) - activerecord (5.2.1) - activemodel (= 5.2.1) - activesupport (= 5.2.1) - arel (>= 9.0) - activesupport (5.2.1) + 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) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) byebug (10.0.2) coderay (1.1.2) - concurrent-ruby (1.0.5) + concurrent-ruby (1.1.10) diff-lcs (1.3) - i18n (1.1.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) method_source (0.9.0) - minitest (5.11.3) + minitest (5.17.0) pry (0.11.3) coderay (~> 1.1.0) method_source (~> 0.9.0) @@ -48,15 +46,14 @@ GEM rspec-support (~> 3.8.0) rspec-support (3.8.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 DEPENDENCIES - activerecord (~> 5.2) + activerecord (~> 7.0) bundler (~> 1.16) must_be_ordered! pry-byebug