From 0391dac2e944c6f997febda3e347475fc7ab7038 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 May 2022 09:42:13 +0000 Subject: [PATCH 1/3] Bump activesupport from 5.0.0.1 to 7.0.3 Bumps [activesupport](https://github.com/rails/rails) from 5.0.0.1 to 7.0.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.3/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.0.0.1...v7.0.3) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 970c5af..d203499 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,26 +8,25 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (5.0.0.1) - activesupport (= 5.0.0.1) - activerecord (5.0.0.1) - activemodel (= 5.0.0.1) - activesupport (= 5.0.0.1) - arel (~> 7.0) - activesupport (5.0.0.1) + activemodel (7.0.3) + activesupport (= 7.0.3) + activerecord (7.0.3) + activemodel (= 7.0.3) + activesupport (= 7.0.3) + activesupport (7.0.3) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (~> 0.7) - minitest (~> 5.1) - tzinfo (~> 1.1) - arel (7.1.4) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) byebug (9.0.6) - concurrent-ruby (1.0.2) + concurrent-ruby (1.1.10) daemons (1.2.4) diff-lcs (1.2.5) haml (4.0.7) tilt - i18n (0.7.0) - minitest (5.9.1) + i18n (1.10.0) + concurrent-ruby (~> 1.0) + minitest (5.15.0) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) rack (2.2.3) @@ -56,11 +55,10 @@ GEM rack-protection (= 2.2.0) tilt (~> 2.0) sqlite3 (1.3.12) - thread_safe (0.3.5) tilt (2.0.10) timecop (0.8.1) - tzinfo (1.2.2) - thread_safe (~> 0.1) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) PLATFORMS ruby From 610046d0feb7ab113b2c8d02464468cf12eab65b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 May 2022 09:42:14 +0000 Subject: [PATCH 2/3] Bump activerecord from 5.0.0.1 to 7.0.3 Bumps [activerecord](https://github.com/rails/rails) from 5.0.0.1 to 7.0.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.3/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.0.0.1...v7.0.3) --- updated-dependencies: - dependency-name: activerecord dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 970c5af..d203499 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,26 +8,25 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (5.0.0.1) - activesupport (= 5.0.0.1) - activerecord (5.0.0.1) - activemodel (= 5.0.0.1) - activesupport (= 5.0.0.1) - arel (~> 7.0) - activesupport (5.0.0.1) + activemodel (7.0.3) + activesupport (= 7.0.3) + activerecord (7.0.3) + activemodel (= 7.0.3) + activesupport (= 7.0.3) + activesupport (7.0.3) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (~> 0.7) - minitest (~> 5.1) - tzinfo (~> 1.1) - arel (7.1.4) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) byebug (9.0.6) - concurrent-ruby (1.0.2) + concurrent-ruby (1.1.10) daemons (1.2.4) diff-lcs (1.2.5) haml (4.0.7) tilt - i18n (0.7.0) - minitest (5.9.1) + i18n (1.10.0) + concurrent-ruby (~> 1.0) + minitest (5.15.0) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) rack (2.2.3) @@ -56,11 +55,10 @@ GEM rack-protection (= 2.2.0) tilt (~> 2.0) sqlite3 (1.3.12) - thread_safe (0.3.5) tilt (2.0.10) timecop (0.8.1) - tzinfo (1.2.2) - thread_safe (~> 0.1) + tzinfo (2.0.4) + concurrent-ruby (~> 1.0) PLATFORMS ruby From a6f8354e898287de1947792157c6f7a7ac3ebbb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 17:59:38 +0000 Subject: [PATCH 3/3] Bump rack from 2.2.3 to 2.2.3.1 Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.3.1. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/2.2.3...2.2.3.1) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 970c5af..1a173dc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -30,7 +30,7 @@ GEM minitest (5.9.1) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) - rack (2.2.3) + rack (2.2.3.1) rack-protection (2.2.0) rack rack-test (0.6.3)