From 6e80c3d858c5357d8b8a8565942e4a1c32b5dd31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 16:59:48 +0000 Subject: [PATCH] Update activesupport requirement from ~> 6.1 to >= 6.1, < 8.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.5/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.6.1...v7.0.5) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 14 ++++++-------- thingsboard-ruby.gemspec | 2 +- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6b74277..b193d02 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,22 +2,21 @@ PATH remote: . specs: thingsboard-ruby (0.1.1) - activesupport (~> 6.1) + activesupport (>= 6.1, < 8.0) faraday (~> 2.7) GEM remote: https://rubygems.org/ specs: - activesupport (6.1.6.1) + activesupport (7.0.5) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - zeitwerk (~> 2.3) addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) ast (2.4.2) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.2) crack (0.4.5) rexml diff-lcs (1.5.0) @@ -26,10 +25,10 @@ GEM ruby2_keywords (>= 0.0.4) faraday-net_http (3.0.2) hashdiff (1.0.1) - i18n (1.11.0) + i18n (1.13.0) concurrent-ruby (~> 1.0) json (2.6.2) - minitest (5.16.2) + minitest (5.18.0) parallel (1.22.1) parser (3.1.2.1) ast (~> 2.4.1) @@ -67,14 +66,13 @@ GEM rubocop (~> 1.31) ruby-progressbar (1.11.0) ruby2_keywords (0.0.5) - tzinfo (2.0.4) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.2.0) webmock (3.14.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - zeitwerk (2.6.0) PLATFORMS arm64-darwin-21 diff --git a/thingsboard-ruby.gemspec b/thingsboard-ruby.gemspec index b476fac..2750089 100644 --- a/thingsboard-ruby.gemspec +++ b/thingsboard-ruby.gemspec @@ -39,7 +39,7 @@ Gem::Specification.new do |spec| spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] - spec.add_dependency 'activesupport', '~> 6.1' + spec.add_dependency 'activesupport', '>= 6.1', '< 8.0' spec.add_dependency 'faraday', '~> 2.7' spec.add_development_dependency 'bundler', '~> 2.3'