From 6dbd94d08404e69d50b233abff83bad709a2cad7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 03:08:23 +0000 Subject: [PATCH] Bump activerecord from 5.2.3 to 6.1.7.1 Bumps [activerecord](https://github.com/rails/rails) from 5.2.3 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/v5.2.3...v6.1.7.1) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 35 +++++++++++++++++------------------ 2 files changed, 18 insertions(+), 19 deletions(-) diff --git a/Gemfile b/Gemfile index b0fa7fc..1553423 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem 'binding_of_caller' # db gem 'pg' -gem 'activerecord', '~> 5.2.3' +gem 'activerecord', '~> 6.1.7' gem 'sinatra-activerecord' # http diff --git a/Gemfile.lock b/Gemfile.lock index a69c1f3..1eb3c85 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,20 +1,19 @@ GEM remote: http://rubygems.org/ specs: - activemodel (5.2.3) - activesupport (= 5.2.3) - activerecord (5.2.3) - activemodel (= 5.2.3) - activesupport (= 5.2.3) - arel (>= 9.0) - activesupport (5.2.3) + 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) + activesupport (6.1.7.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) airbrussh (1.3.3) sshkit (>= 1.6.1, != 1.7.0) - arel (9.0.0) backports (3.15.0) bcrypt (3.1.13) better_errors (2.5.1) @@ -39,7 +38,7 @@ GEM capistrano (~> 3.1) capistrano-bundler (~> 1.1) coderay (1.1.2) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.10) connection_pool (2.2.2) crass (1.0.4) debug_inspector (0.0.3) @@ -63,7 +62,7 @@ GEM httparty (0.17.0) mime-types (~> 3.0) multi_xml (>= 0.5.2) - i18n (1.6.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) loofah (2.2.3) crass (~> 1.0.2) @@ -82,7 +81,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2019.0904) mini_portile2 (2.4.0) - minitest (5.11.3) + minitest (5.17.0) multi_json (1.13.1) multi_xml (0.6.0) mustermann (1.0.3) @@ -166,21 +165,21 @@ GEM sshkit (1.20.0) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) - thread_safe (0.3.6) tilt (2.0.9) - tzinfo (1.2.5) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) unf (0.1.4) unf_ext unf_ext (0.0.7.6) webrobots (0.1.2) will_paginate (3.1.8) + zeitwerk (2.6.6) PLATFORMS ruby DEPENDENCIES - activerecord (~> 5.2.3) + activerecord (~> 6.1.7) bcrypt better_errors binding_of_caller