From ccdb910dedad12b939c2757b2cd78df788ed4a10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 10:18:41 +0000 Subject: [PATCH] Bump activerecord from 4.2.4 to 6.1.7.1 Bumps [activerecord](https://github.com/rails/rails) from 4.2.4 to 6.1.7.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/v4.2.4...v6.1.7.1) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 40 +++++++++++++++++++--------------------- 2 files changed, 20 insertions(+), 22 deletions(-) mode change 100755 => 100644 Gemfile diff --git a/Gemfile b/Gemfile old mode 100755 new mode 100644 index ff18590..88bb743 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'dm-timestamps' gem 'redis' gem 'thin' gem 'pony' -gem 'activerecord', '~> 4.2.3' +gem 'activerecord', '~> 6.1.7' gem 'activerecord-mysql-adapter', '~> 0.0.1' gem 'mysql2', '0.3.20' gem 'public_suffix' diff --git a/Gemfile.lock b/Gemfile.lock index e44864f..505dce1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,29 +1,25 @@ GEM remote: https://rubygems.org/ specs: - activemodel (4.2.4) - activesupport (= 4.2.4) - builder (~> 3.1) - activerecord (4.2.4) - activemodel (= 4.2.4) - activesupport (= 4.2.4) - arel (~> 6.0) + activemodel (6.1.7.1) + activesupport (= 6.1.7.1) + activerecord (6.1.7.1) + activemodel (= 6.1.7.1) + activesupport (= 6.1.7.1) activerecord-mysql-adapter (0.0.1) activerecord (>= 3.2.9) activesupport (>= 3.2.9) mysql (>= 2.9.0) - activesupport (4.2.4) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) + activesupport (6.1.7.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) addressable (2.3.8) - arel (6.0.3) bcrypt (3.1.10) bcrypt-ruby (3.1.5) bcrypt (>= 3.1.3) - builder (3.2.2) capybara (2.5.0) mime-types (>= 1.16) nokogiri (>= 1.3.3) @@ -31,6 +27,7 @@ GEM rack-test (>= 0.5.4) xpath (~> 2.0) cliver (0.3.2) + concurrent-ruby (1.1.10) daemons (1.2.3) data_mapper (1.2.0) dm-aggregates (~> 1.2.0) @@ -89,8 +86,9 @@ GEM fakeredis (0.5.0) redis (~> 3.0) fastercsv (1.5.5) - i18n (0.7.0) - json (1.8.3) + i18n (1.12.0) + concurrent-ruby (~> 1.0) + json (1.8.6) json_pure (1.8.2) mail (2.6.3) mime-types (>= 1.16, < 3) @@ -126,22 +124,22 @@ GEM daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0) rack (~> 1.0) - thread_safe (0.3.5) tilt (2.0.1) - tzinfo (1.2.2) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) uuidtools (2.1.5) websocket-driver (0.6.2) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.2) xpath (2.0.0) nokogiri (~> 1.3) + zeitwerk (2.6.6) PLATFORMS ruby DEPENDENCIES - activerecord (~> 4.2.3) + activerecord (~> 6.1.7) activerecord-mysql-adapter (~> 0.0.1) capybara data_mapper