From 9cd579620d55230710c18fbf754b4b7f15e7b525 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Apr 2021 17:18:48 +0000 Subject: [PATCH] Bump activesupport from 3.2.8 to 4.1.11 Bumps [activesupport](https://github.com/rails/rails) from 3.2.8 to 4.1.11. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.1.3.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v3.2.8...v4.1.11) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 21 +++++++++++++++------ 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 82f2759..9bc1d18 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'http://rubygems.org' -gem 'activesupport', '~> 3.2' +gem 'activesupport', '~> 4.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..e24033c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,20 +1,29 @@ 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 (4.1.11) + i18n (~> 0.6, >= 0.6.9) + json (~> 1.7, >= 1.7.7) + minitest (~> 5.1) + thread_safe (~> 0.1) + tzinfo (~> 1.1) + concurrent-ruby (1.1.8) + i18n (0.9.5) + concurrent-ruby (~> 1.0) + json (1.8.6) + minitest (5.14.4) posix-spawn (0.3.6) pygments.rb (0.5.2) posix-spawn (~> 0.3.6) yajl-ruby (~> 1.1.0) + thread_safe (0.3.6) + tzinfo (1.2.9) + thread_safe (~> 0.1) yajl-ruby (1.1.0) PLATFORMS ruby DEPENDENCIES - activesupport (~> 3.2) + activesupport (~> 4.1) pygments.rb (~> 0.5)