From 435408956109bc20eeffbe5286450761aa3e4959 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 19:35:40 +0000 Subject: [PATCH] Update activesupport requirement from >= 5.2.4.3, < 6.0.0 to >= 5.2.4.3, < 8.0.0 Updates the requirements on [activesupport](https://github.com/rails/rails) to permit the latest version. - [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/v5.2.4.3...v7.0.4.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 22 ++++++++++------------ govdelivery-tms.gemspec | 2 +- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f76868b..ba2b0d9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ PATH remote: . specs: govdelivery-tms (3.0.0) - activesupport (>= 5.2.4.3, < 6.0.0) + activesupport (>= 5.2.4.3, < 8.0.0) faraday faraday_middleware mime-types @@ -17,19 +17,19 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (5.2.4.3) + activesupport (7.0.4.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - concurrent-ruby (1.1.7) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + concurrent-ruby (1.1.10) diff-lcs (1.4.4) docile (1.3.2) faraday (1.0.1) multipart-post (>= 1.2, < 3) faraday_middleware (1.0.0) faraday (~> 1.0) - i18n (1.8.5) + i18n (1.12.0) concurrent-ruby (~> 1.0) io-console (0.5.6) irb (1.2.4) @@ -40,7 +40,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2020.0512) mini_mime (1.0.2) - minitest (5.14.1) + minitest (5.17.0) multipart-post (2.1.1) rake (13.0.1) redcarpet (3.5.0) @@ -68,10 +68,8 @@ GEM simplecov-cobertura (1.3.1) simplecov (~> 0.8) simplecov-html (0.12.2) - thread_safe (0.3.6) - thread_safe (0.3.6-java) - tzinfo (1.2.7) - thread_safe (~> 0.1) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) yard (0.9.25) PLATFORMS diff --git a/govdelivery-tms.gemspec b/govdelivery-tms.gemspec index 308cc4b..d2acba9 100644 --- a/govdelivery-tms.gemspec +++ b/govdelivery-tms.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |s| to interact with GovDelivery's TMS API. The client is compatible with Ruby >=2.5.8, and <= 2.7.1" - s.add_runtime_dependency 'activesupport', '>=5.2.4.3', '<6.0.0' + s.add_runtime_dependency 'activesupport', '>=5.2.4.3', '<8.0.0' s.add_runtime_dependency 'faraday' s.add_runtime_dependency 'faraday_middleware' s.add_runtime_dependency 'mime-types'