From d3301c57c640556e2d533aec2d638c656c11a304 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 18:55:59 +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.4.3/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.6.1...v7.0.4.3) --- 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 66f9345..5c6bcf9 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 (~> 1.10) GEM remote: https://rubygems.org/ specs: - activesupport (6.1.6.1) + activesupport (7.0.4.3) 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) @@ -45,10 +44,10 @@ GEM faraday-rack (1.0.0) faraday-retry (1.0.3) hashdiff (1.0.1) - i18n (1.11.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) json (2.6.2) - minitest (5.16.2) + minitest (5.18.0) multipart-post (2.2.3) parallel (1.22.1) parser (3.1.2.1) @@ -87,14 +86,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 dc2a2ef..a4626d0 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', '~> 1.10' spec.add_development_dependency 'bundler', '~> 2.3'