From 5a8abc9047594af6ec60ebea70c5e5c33320c4e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 05:50:53 +0000 Subject: [PATCH] Bump activerecord from 4.1.8 to 6.0.6.1 in /ruby-projects/sample_blog Bumps [activerecord](https://github.com/rails/rails) from 4.1.8 to 6.0.6.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.1.8...v6.0.6.1) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ruby-projects/sample_blog/Gemfile.lock | 38 ++++++++++++-------------- 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/ruby-projects/sample_blog/Gemfile.lock b/ruby-projects/sample_blog/Gemfile.lock index 6db32bd..079ed12 100644 --- a/ruby-projects/sample_blog/Gemfile.lock +++ b/ruby-projects/sample_blog/Gemfile.lock @@ -1,34 +1,31 @@ GEM remote: https://rubygems.org/ specs: - activemodel (4.1.8) - activesupport (= 4.1.8) - builder (~> 3.1) - activerecord (4.1.8) - activemodel (= 4.1.8) - activesupport (= 4.1.8) - arel (~> 5.0.0) - activesupport (4.1.8) - i18n (~> 0.6, >= 0.6.9) - json (~> 1.7, >= 1.7.7) + activemodel (6.0.6.1) + activesupport (= 6.0.6.1) + activerecord (6.0.6.1) + activemodel (= 6.0.6.1) + activesupport (= 6.0.6.1) + activesupport (6.0.6.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) minitest (~> 5.1) - thread_safe (~> 0.1) tzinfo (~> 1.1) - arel (5.0.1.20140414130214) + zeitwerk (~> 2.2, >= 2.2.2) bcrypt (3.1.9) - builder (3.2.2) + concurrent-ruby (1.1.10) haml (4.0.6) tilt http_router (0.11.1) rack (>= 1.0.0) url_mount (~> 0.2.1) - i18n (0.6.11) - json (1.8.1) + i18n (0.9.5) + concurrent-ruby (~> 1.0) mail (2.5.4) mime-types (~> 1.16) treetop (~> 1.4.8) mime-types (1.25.1) - minitest (5.4.3) + minitest (5.17.0) moneta (0.7.20) padrino (0.12.4) padrino-admin (= 0.12.4) @@ -64,6 +61,7 @@ GEM padrino-core (= 0.12.4) padrino-support (0.12.4) activesupport (>= 3.1) + pg (1.4.5) polyglot (0.3.5) rack (1.5.2) rack-protection (1.5.3) @@ -82,17 +80,17 @@ GEM rack (~> 1.4) rack-protection (~> 1.4) tilt (~> 1.3, >= 1.3.4) - sqlite3 (1.3.10) thor (0.19.1) - thread_safe (0.3.4) + thread_safe (0.3.6) tilt (1.4.1) treetop (1.4.15) polyglot polyglot (>= 0.3.1) - tzinfo (1.2.2) + tzinfo (1.2.10) thread_safe (~> 0.1) url_mount (0.2.1) rack + zeitwerk (2.6.6) PLATFORMS ruby @@ -102,8 +100,8 @@ DEPENDENCIES bcrypt haml padrino (= 0.12.4) + pg rack-test rake sass shoulda - sqlite3