From 0790b75fc366356e0edce0401dad6ddeb7255f3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 11:16:48 +0000 Subject: [PATCH] Bump activesupport from 4.2.11.1 to 6.1.7.1 Bumps [activesupport](https://github.com/rails/rails) from 4.2.11.1 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/v4.2.11.1...v6.1.7.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 25 +++++++++++++------------ 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index 613fe61..c69a3b3 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem "json", "1.8.5" gem "pry" gem "nokogiri" gem "whenever", require: false -gem "activesupport", "~> 4" +gem "activesupport", "~> 6" gem "sinatra" gem "sinatra-contrib", require: false gem "httparty" diff --git a/Gemfile.lock b/Gemfile.lock index 54316f8..05b58b2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,16 +1,17 @@ GEM remote: https://rubygems.org/ specs: - activesupport (4.2.11.1) - i18n (~> 0.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) + 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) addressable (2.4.0) backports (3.6.4) chronic (0.10.2) coderay (1.1.0) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.10) crack (0.4.3) safe_yaml (~> 1.0.0) diff-lcs (1.2.5) @@ -18,7 +19,7 @@ GEM httparty (0.20.0) mime-types (~> 3.0) multi_xml (>= 0.5.2) - i18n (0.9.5) + i18n (1.12.0) concurrent-ruby (~> 1.0) json (1.8.5) method_source (0.8.2) @@ -26,7 +27,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2021.0901) mini_portile (0.5.3) - minitest (5.11.3) + minitest (5.17.0) multi_json (1.13.1) multi_xml (0.6.0) nokogiri (1.6.1) @@ -66,22 +67,22 @@ GEM sinatra (~> 1.4.0) tilt (~> 1.3) slop (3.6.0) - thread_safe (0.3.6) tilt (1.4.1) - tzinfo (1.2.5) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) webmock (2.1.0) addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff whenever (0.9.7) chronic (>= 0.6.3) + zeitwerk (2.6.6) PLATFORMS ruby DEPENDENCIES - activesupport (~> 4) + activesupport (~> 6) httparty json (= 1.8.5) nokogiri