From 7aab7582f28c4f49ebdc3ecfad95ebbe2afbdd96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 00:43:06 +0000 Subject: [PATCH] Bump activesupport from 3.2.8 to 6.1.7.1 Bumps [activesupport](https://github.com/rails/rails) from 3.2.8 to 6.1.7.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/v3.2.8...v6.1.7.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 20 ++++++++++++++------ 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 82f2759..28c2e9b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'http://rubygems.org' -gem 'activesupport', '~> 3.2' +gem 'activesupport', '~> 6.1' gem 'pygments.rb', '~> 0.5' gem 'io-console', '~> 0.3' if RUBY_VERSION < '1.9.3' diff --git a/Gemfile.lock b/Gemfile.lock index 8e4e44b..2a78d33 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,20 +1,28 @@ GEM remote: http://rubygems.org/ specs: - activesupport (3.2.8) - i18n (~> 0.6) - multi_json (~> 1.0) - i18n (0.6.1) - multi_json (1.3.6) + 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) + concurrent-ruby (1.1.10) + i18n (1.12.0) + concurrent-ruby (~> 1.0) + minitest (5.17.0) posix-spawn (0.3.6) pygments.rb (0.5.2) posix-spawn (~> 0.3.6) yajl-ruby (~> 1.1.0) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) yajl-ruby (1.1.0) + zeitwerk (2.6.6) PLATFORMS ruby DEPENDENCIES - activesupport (~> 3.2) + activesupport (~> 6.1) pygments.rb (~> 0.5)