From 1046078c0dc60cf6f9158d573fa425f9d38ff858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 18:53:10 +0000 Subject: [PATCH] Bump activesupport from 3.0.20 to 4.1.16 in /compass-style.org Bumps [activesupport](https://github.com/rails/rails) from 3.0.20 to 4.1.16. - [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.0.20...v4.1.16) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- compass-style.org/Gemfile | 2 +- compass-style.org/Gemfile.lock | 25 +++++++++++++++++-------- 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/compass-style.org/Gemfile b/compass-style.org/Gemfile index 936eda6e6f..ea60ddb99f 100644 --- a/compass-style.org/Gemfile +++ b/compass-style.org/Gemfile @@ -14,7 +14,7 @@ gem 'nokogiri' gem 'coderay' gem 'haml' gem 'rake' -gem 'activesupport', '~> 3.0.10', :require => 'active_support/inflector' +gem 'activesupport', '~> 4.1.16', :require => 'active_support/inflector' gem 'sass', "~> 3.3.0" gem 'compass', :path => ".." gem 'susy' diff --git a/compass-style.org/Gemfile.lock b/compass-style.org/Gemfile.lock index e331aee2cc..5edc5fd389 100644 --- a/compass-style.org/Gemfile.lock +++ b/compass-style.org/Gemfile.lock @@ -4,26 +4,31 @@ PATH compass (1.0.1) chunky_png (~> 1.2) compass-core (~> 1.0.1) - compass-import-once (~> 1.0.5) + compass-import-once (~> 1.0.1) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) sass (>= 3.3.13, < 3.5) - compass-core (1.0.1) - multi_json (~> 1.0) - sass (>= 3.3.0, < 3.5) compass-import-once (1.0.5) sass (>= 3.2, < 3.5) GEM remote: https://rubygems.org/ specs: - activesupport (3.0.20) + activesupport (4.1.16) + i18n (~> 0.6, >= 0.6.9) + json (~> 1.7, >= 1.7.7) + minitest (~> 5.1) + thread_safe (~> 0.1) + tzinfo (~> 1.1) adsf (1.2.0) rack (>= 1.0.0) builder (3.2.2) - chunky_png (1.3.1) + chunky_png (1.4.0) coderay (1.1.0) colored (1.2) + compass-core (1.0.3) + multi_json (~> 1.0) + sass (>= 3.3.0, < 3.5) cri (2.6.1) colored (~> 1.2) css-slideshow (0.2.0) @@ -45,7 +50,8 @@ GEM json (1.8.1) mime-types (2.3) mini_portile (0.6.0) - multi_json (1.10.1) + minitest (5.17.0) + multi_json (1.15.0) nanoc (3.4.3) cri (~> 2.2) nokogiri (1.6.3.1) @@ -64,13 +70,16 @@ GEM eventmachine (>= 1.0.0) rack (>= 1.0.0) thor (0.19.1) + thread_safe (0.3.6) tilt (2.0.1) + tzinfo (1.2.10) + thread_safe (~> 0.1) PLATFORMS ruby DEPENDENCIES - activesupport (~> 3.0.10) + activesupport (~> 4.1.16) adsf builder coderay