From 8231b9399c9e8c04619f0c2ff43ae6bf616c70c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 08:15:57 +0000 Subject: [PATCH] Bump activesupport from 4.2.0 to 5.2.8.1 in /ch_2/rp_examples/rp_picker Bumps [activesupport](https://github.com/rails/rails) from 4.2.0 to 5.2.8.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v4.2.0...v5.2.8.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: indirect ... Signed-off-by: dependabot[bot] --- ch_2/rp_examples/rp_picker/Gemfile.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ch_2/rp_examples/rp_picker/Gemfile.lock b/ch_2/rp_examples/rp_picker/Gemfile.lock index a2b4acc..876bac4 100644 --- a/ch_2/rp_examples/rp_picker/Gemfile.lock +++ b/ch_2/rp_examples/rp_picker/Gemfile.lock @@ -3,11 +3,10 @@ GEM specs: ProMotion (2.2.0) methadone (~> 1.7) - activesupport (4.2.0) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) + activesupport (5.2.8.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) claide (0.7.0) cocoapods (0.35.0) @@ -36,13 +35,14 @@ GEM netrc (= 0.7.8) cocoapods-try (0.4.3) colored (1.2) + concurrent-ruby (1.1.10) escape (0.0.4) fuzzy_match (2.0.4) - i18n (0.7.0) - json (1.8.2) + i18n (1.12.0) + concurrent-ruby (~> 1.0) methadone (1.8.0) bundler - minitest (5.5.1) + minitest (5.17.0) molinillo (0.1.2) motion-cocoapods (1.7.0) cocoapods (>= 0.34) @@ -57,8 +57,8 @@ GEM motion_print ruby_motion_query (~> 1.0) ruby_motion_query (1.0.0) - thread_safe (0.3.4) - tzinfo (1.2.2) + thread_safe (0.3.6) + tzinfo (1.2.10) thread_safe (~> 0.1) xcodeproj (0.20.2) activesupport (>= 3)