From b9ae195f46c99f6db928fad379d565bce2efcac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 19:41:00 +0000 Subject: [PATCH] Bump activerecord and activesupport Bumps [activerecord](https://github.com/rails/rails) and [activesupport](https://github.com/rails/rails). These dependencies needed to be updated together. Updates `activerecord` from 6.0.0 to 7.0.3.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.3.1/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.0.0...v7.0.3.1) Updates `activesupport` from 6.0.0 to 7.0.3.1 - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.3.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.0.0...v7.0.3.1) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 35 ++++++++++++++++------------------- 2 files changed, 18 insertions(+), 21 deletions(-) diff --git a/Gemfile b/Gemfile index 809d33e..66bc1db 100644 --- a/Gemfile +++ b/Gemfile @@ -1,8 +1,8 @@ source 'https://rubygems.org' gem 'sqlite3' -gem 'activerecord', '~> 6.0', require: 'active_record' -gem 'activesupport', '~> 6.0', require: 'active_support' +gem 'activerecord', '~> 7.0', require: 'active_record' +gem 'activesupport', '~> 7.0', require: 'active_support' gem 'sinatra' diff --git a/Gemfile.lock b/Gemfile.lock index 69b168f..8f71f93 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,25 +1,24 @@ GEM remote: https://rubygems.org/ specs: - activemodel (6.0.0) - activesupport (= 6.0.0) - activerecord (6.0.0) - activemodel (= 6.0.0) - activesupport (= 6.0.0) - activesupport (6.0.0) + activemodel (7.0.3.1) + activesupport (= 7.0.3.1) + activerecord (7.0.3.1) + activemodel (= 7.0.3.1) + activesupport (= 7.0.3.1) + activesupport (7.0.3.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.1, >= 2.1.8) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) byebug (11.0.1) coderay (1.1.2) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.10) diff-lcs (1.3) - i18n (1.6.0) + i18n (1.11.0) concurrent-ruby (~> 1.0) method_source (0.9.2) - minitest (5.12.2) + minitest (5.16.2) mustermann (1.0.3) pry (0.12.2) coderay (~> 1.1.0) @@ -49,18 +48,16 @@ GEM rack-protection (= 2.0.7) tilt (~> 2.0) sqlite3 (1.4.1) - thread_safe (0.3.6) tilt (2.0.10) - tzinfo (1.2.5) - thread_safe (~> 0.1) - zeitwerk (2.1.10) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) PLATFORMS ruby DEPENDENCIES - activerecord (~> 6.0) - activesupport (~> 6.0) + activerecord (~> 7.0) + activesupport (~> 7.0) pry-byebug rspec sinatra