From 4734601bac1357fa79e0f80ede47b57c5e04b6b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 22:59:21 +0000 Subject: [PATCH] Bump activesupport from 3.2.17 to 4.0.13 Bumps [activesupport](https://github.com/rails/rails) from 3.2.17 to 4.0.13. - [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.17...v4.0.13) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 16 +++++++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 7a02987..11bd580 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'activesupport', '~> 3.2.0' +gem 'activesupport', '~> 4.0.13' gem 'coderay' gem 'deckrb', '~> 0.5.2' gem 'erector', '~> 0.9.0' diff --git a/Gemfile.lock b/Gemfile.lock index 45fba45..d25152b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,12 @@ GEM remote: https://rubygems.org/ specs: - activesupport (3.2.17) - i18n (~> 0.6, >= 0.6.4) - multi_json (~> 1.0) + activesupport (4.0.13) + i18n (~> 0.6, >= 0.6.9) + minitest (~> 4.2) + multi_json (~> 1.3) + thread_safe (~> 0.1) + tzinfo (~> 0.3.37) coderay (1.1.0) daemons (1.1.9) deckrb (0.5.2) @@ -33,7 +36,8 @@ GEM rb-kqueue (>= 0.2) method_source (0.8.2) mini_portile (0.5.2) - multi_json (1.8.4) + minitest (4.7.5) + multi_json (1.15.0) nokogiri (1.6.1) mini_portile (~> 0.5.0) nokogiri (1.6.1-x86-mingw32) @@ -90,11 +94,13 @@ GEM daemons (>= 1.0.9) eventmachine (>= 1.0.0) rack (>= 1.0.0) + thread_safe (0.3.6) tilt (1.4.1) treetop (1.4.15) polyglot polyglot (>= 0.3.1) trollop (2.0) + tzinfo (0.3.61) win32console (1.3.2-x86-mingw32) wrong (0.7.1) diff-lcs (~> 1.2.5) @@ -108,7 +114,7 @@ PLATFORMS x86-mingw32 DEPENDENCIES - activesupport (~> 3.2.0) + activesupport (~> 4.0.13) coderay deckrb (~> 0.5.2) erector (~> 0.9.0)