From 7040f164cb300e8bc3214b203005c9a0f98f4c51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 01:46:46 +0200 Subject: [PATCH 01/44] :arrow_up: Bump rubocop-minitest from 0.35.1 to 0.36.0 (#144) Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.35.1 to 0.36.0. - [Release notes](https://github.com/rubocop/rubocop-minitest/releases) - [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-minitest/compare/v0.35.1...v0.36.0) --- updated-dependencies: - dependency-name: rubocop-minitest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index d0db324..2419f1b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -60,7 +60,7 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.32.1) parser (>= 3.3.1.0) - rubocop-minitest (0.35.1) + rubocop-minitest (0.36.0) rubocop (>= 1.61, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-performance (1.21.1) From 4111f83b7061de3aa4050eaac4ec60fbf818982d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 01:46:59 +0200 Subject: [PATCH 02/44] :arrow_up: Bump rubocop from 1.65.1 to 1.66.0 (#145) Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.65.1 to 1.66.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.65.1...v1.66.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2419f1b..24cda98 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -47,15 +47,14 @@ GEM regexp_parser (2.9.2) rexml (3.3.6) strscan - rubocop (1.65.1) + rubocop (1.66.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.4, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.31.1, < 2.0) + rubocop-ast (>= 1.32.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.32.1) From c5fd85dd5a6a96d88ae1d7370363aab8f553731f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 01:49:29 +0200 Subject: [PATCH 03/44] :arrow_up: Bump logger from 1.6.0 to 1.6.1 (#146) Bumps [logger](https://github.com/ruby/logger) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/ruby/logger/releases) - [Commits](https://github.com/ruby/logger/compare/v1.6.0...v1.6.1) --- updated-dependencies: - dependency-name: logger dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 24cda98..86ccfee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -28,7 +28,7 @@ GEM influxdb-client (3.1.0) json (2.7.2) language_server-protocol (3.17.0.3) - logger (1.6.0) + logger (1.6.1) minitest (5.25.1) minitest-silence (0.2.4) minitest (~> 5.12) From dc596af2ce3e92ba7b1f57ed295d386ebc82d646 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 06:22:11 +0200 Subject: [PATCH 04/44] :arrow_up: Bump rubocop-ast from 1.32.1 to 1.32.2 (#147) Bumps [rubocop-ast](https://github.com/rubocop/rubocop-ast) from 1.32.1 to 1.32.2. - [Release notes](https://github.com/rubocop/rubocop-ast/releases) - [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-ast/compare/v1.32.1...v1.32.2) --- updated-dependencies: - dependency-name: rubocop-ast dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 86ccfee..55f0688 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,7 +57,7 @@ GEM rubocop-ast (>= 1.32.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.1) + rubocop-ast (1.32.2) parser (>= 3.3.1.0) rubocop-minitest (0.36.0) rubocop (>= 1.61, < 2.0) From 7aea0d450a030dcf50632d5c5696ccf979a55374 Mon Sep 17 00:00:00 2001 From: Georg Ledermann Date: Tue, 3 Sep 2024 06:23:04 +0200 Subject: [PATCH 05/44] Also treat status "SPARE CAPACITY" as empty Belongs to #143 --- app/senec_provider.rb | 7 +++++-- test/senec_provider_test.rb | 14 ++++++++------ 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/app/senec_provider.rb b/app/senec_provider.rb index 0bfbfe2..28ac2a8 100644 --- a/app/senec_provider.rb +++ b/app/senec_provider.rb @@ -7,7 +7,10 @@ def initialize(config:) attr_reader :config - STAT_STATE_EMPTY = 15 + STAT_STATE_EMPTY = [ + 15, # BATTERY EMPTY + 89, # SPARE CAPACITY + ].freeze def bat_fuel_charge refresh_request @@ -20,7 +23,7 @@ def stat_state end def bat_empty? - stat_state == STAT_STATE_EMPTY + STAT_STATE_EMPTY.include?(stat_state) end def safe_charge_running? diff --git a/test/senec_provider_test.rb b/test/senec_provider_test.rb index 1da4dc5..2a42f88 100644 --- a/test/senec_provider_test.rb +++ b/test/senec_provider_test.rb @@ -48,12 +48,14 @@ def test_allow_discharge! end def test_bat_empty - with_stubbed_request( - bat_fuel_charge: 13, - stat_state: SenecProvider::STAT_STATE_EMPTY, - ) do - assert_in_delta 13, senec_provider.bat_fuel_charge - assert_predicate senec_provider, :bat_empty? + SenecProvider::STAT_STATE_EMPTY.each do |stat_state| + with_stubbed_request( + bat_fuel_charge: 13, + stat_state:, + ) do + assert_in_delta 13, senec_provider.bat_fuel_charge + assert_predicate senec_provider, :bat_empty? + end end end From 492777929d432c2261e8e7a795b769545a25173a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 01:47:33 +0200 Subject: [PATCH 06/44] :arrow_up: Bump rubocop-ast from 1.32.2 to 1.32.3 (#148) Bumps [rubocop-ast](https://github.com/rubocop/rubocop-ast) from 1.32.2 to 1.32.3. - [Release notes](https://github.com/rubocop/rubocop-ast/releases) - [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-ast/compare/v1.32.2...v1.32.3) --- updated-dependencies: - dependency-name: rubocop-ast dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 55f0688..ebd299e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -37,7 +37,7 @@ GEM net-http-persistent (4.0.2) connection_pool (~> 2.2) parallel (1.26.3) - parser (3.3.4.2) + parser (3.3.5.0) ast (~> 2.4.1) racc public_suffix (6.0.1) @@ -57,7 +57,7 @@ GEM rubocop-ast (>= 1.32.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.2) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-minitest (0.36.0) rubocop (>= 1.61, < 2.0) From 311a56a0bd9f6bdff00b892df4d2821ab0afb4b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 01:47:46 +0200 Subject: [PATCH 07/44] :arrow_up: Bump parser from 3.3.4.2 to 3.3.5.0 (#149) Bumps [parser](https://github.com/whitequark/parser) from 3.3.4.2 to 3.3.5.0. - [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/whitequark/parser/compare/v3.3.4.2...v3.3.5.0) --- updated-dependencies: - dependency-name: parser dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> From 059c725c0dd4c6ce99fdc1ff670d0c69eb022dfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 01:47:59 +0200 Subject: [PATCH 08/44] :arrow_up: Bump rexml from 3.3.6 to 3.3.7 (#151) Bumps [rexml](https://github.com/ruby/rexml) from 3.3.6 to 3.3.7. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](https://github.com/ruby/rexml/compare/v3.3.6...v3.3.7) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ebd299e..4465405 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,8 +45,7 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.9.2) - rexml (3.3.6) - strscan + rexml (3.3.7) rubocop (1.66.0) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -78,7 +77,6 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - strscan (3.1.0) timecop (0.9.10) unicode-display_width (2.5.0) uri (0.13.1) From 4f159fdae8168f58656d28c327945f95d1aa7565 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 01:49:08 +0200 Subject: [PATCH 09/44] :arrow_up: Bump rubocop from 1.66.0 to 1.66.1 (#150) Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.66.0 to 1.66.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.66.0...v1.66.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4465405..ef32c99 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,14 +46,14 @@ GEM rake (13.2.1) regexp_parser (2.9.2) rexml (3.3.7) - rubocop (1.66.0) + rubocop (1.66.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.1, < 2.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.32.3) From 2218c4a39592bf7bdb794ec686e7b59eac5e9dc0 Mon Sep 17 00:00:00 2001 From: Georg Ledermann Date: Thu, 5 Sep 2024 07:03:59 +0200 Subject: [PATCH 10/44] :arrow_up: Ruby 3.3.5 --- .ruby-version | 2 +- Dockerfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index a0891f5..fa7adc7 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.4 +3.3.5 diff --git a/Dockerfile b/Dockerfile index d843c99..c0ab1ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.3.4-alpine AS builder +FROM ruby:3.3.5-alpine AS builder RUN apk add --no-cache build-base WORKDIR /senec-charger @@ -8,7 +8,7 @@ RUN bundle config --local frozen 1 && \ bundle install -j4 --retry 3 && \ bundle clean --force -FROM ruby:3.3.4-alpine +FROM ruby:3.3.5-alpine LABEL maintainer="georg@ledermann.dev" # Add tzdata to get correct timezone From db367532731fc4434f45e5a9db91326a8231f5f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 01:32:19 +0200 Subject: [PATCH 11/44] :arrow_up: Bump simplecov-html from 0.12.3 to 0.13.0 (#152) Bumps [simplecov-html](https://github.com/simplecov-ruby/simplecov-html) from 0.12.3 to 0.13.0. - [Release notes](https://github.com/simplecov-ruby/simplecov-html/releases) - [Changelog](https://github.com/simplecov-ruby/simplecov-html/blob/main/CHANGELOG.md) - [Commits](https://github.com/simplecov-ruby/simplecov-html/compare/v0.12.3...v0.13.0) --- updated-dependencies: - dependency-name: simplecov-html dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index ef32c99..1e96311 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,7 +75,7 @@ GEM docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-html (0.12.3) + simplecov-html (0.13.0) simplecov_json_formatter (0.1.4) timecop (0.9.10) unicode-display_width (2.5.0) From b7c45af045183a40d5dc0bf29f88fd5b6c5ed399 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 02:03:09 +0200 Subject: [PATCH 12/44] :arrow_up: Bump simplecov-html from 0.13.0 to 0.13.1 (#153) Bumps [simplecov-html](https://github.com/simplecov-ruby/simplecov-html) from 0.13.0 to 0.13.1. - [Release notes](https://github.com/simplecov-ruby/simplecov-html/releases) - [Changelog](https://github.com/simplecov-ruby/simplecov-html/blob/main/CHANGELOG.md) - [Commits](https://github.com/simplecov-ruby/simplecov-html/compare/v0.13.0...v0.13.1) --- updated-dependencies: - dependency-name: simplecov-html dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1e96311..776beb3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,7 +75,7 @@ GEM docile (~> 1.1) simplecov-html (~> 0.11) simplecov_json_formatter (~> 0.1) - simplecov-html (0.13.0) + simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) timecop (0.9.10) unicode-display_width (2.5.0) From d1742711de5364a3d4cc2130284e2ed2d417cbeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 02:03:18 +0200 Subject: [PATCH 13/44] :arrow_up: Bump net-http-persistent from 4.0.2 to 4.0.4 (#154) Bumps [net-http-persistent](https://github.com/drbrain/net-http-persistent) from 4.0.2 to 4.0.4. - [Release notes](https://github.com/drbrain/net-http-persistent/releases) - [Changelog](https://github.com/drbrain/net-http-persistent/blob/master/History.txt) - [Commits](https://github.com/drbrain/net-http-persistent/compare/v4.0.2...v4.0.4) --- updated-dependencies: - dependency-name: net-http-persistent dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 776beb3..0de40ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -34,7 +34,7 @@ GEM minitest (~> 5.12) net-http (0.4.1) uri - net-http-persistent (4.0.2) + net-http-persistent (4.0.4) connection_pool (~> 2.2) parallel (1.26.3) parser (3.3.5.0) From fb3fa9d6b426528abf16fd03c6614f976ea4744f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 04:50:33 +0200 Subject: [PATCH 14/44] :arrow_up: Bump unicode-display_width from 2.5.0 to 2.6.0 (#155) Bumps [unicode-display_width](https://github.com/janlelis/unicode-display_width) from 2.5.0 to 2.6.0. - [Changelog](https://github.com/janlelis/unicode-display_width/blob/main/CHANGELOG.md) - [Commits](https://github.com/janlelis/unicode-display_width/compare/v2.5.0...v2.6.0) --- updated-dependencies: - dependency-name: unicode-display_width dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0de40ba..9f2bfb0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,7 +78,7 @@ GEM simplecov-html (0.13.1) simplecov_json_formatter (0.1.4) timecop (0.9.10) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) uri (0.13.1) vcr (6.3.1) base64 From 16208057d9b9d7e4a948e20df4aec1bedda5adab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 01:20:11 +0200 Subject: [PATCH 15/44] :arrow_up: Bump faraday-net_http_persistent from 2.1.0 to 2.2.0 (#157) Bumps [faraday-net_http_persistent](https://github.com/lostisland/faraday-net_http_persistent) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/lostisland/faraday-net_http_persistent/releases) - [Commits](https://github.com/lostisland/faraday-net_http_persistent/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: faraday-net_http_persistent dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9f2bfb0..cf5e228 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -19,9 +19,9 @@ GEM logger faraday-net_http (3.3.0) net-http - faraday-net_http_persistent (2.1.0) + faraday-net_http_persistent (2.2.0) faraday (~> 2.5) - net-http-persistent (~> 4.0) + net-http-persistent (>= 4.0.4, < 5) faraday-request-timer (0.2.0) faraday (>= 0.9.0) hashdiff (1.1.1) From 3a4c1c36fc8f752f9a92ecb9abd3b25fa0e1b92c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 01:20:25 +0200 Subject: [PATCH 16/44] :arrow_up: Bump rubocop-performance from 1.21.1 to 1.22.0 (#158) Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.21.1 to 1.22.0. - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.21.1...v1.22.0) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index cf5e228..ad925d9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -61,7 +61,7 @@ GEM rubocop-minitest (0.36.0) rubocop (>= 1.61, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-performance (1.21.1) + rubocop-performance (1.22.0) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) From 27fab41d9e6e9aa5827f3e59c03d3f21e986563e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 08:26:07 +0200 Subject: [PATCH 17/44] :arrow_up: Bump rubocop-performance from 1.22.0 to 1.22.1 (#159) Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.22.0 to 1.22.1. - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.22.0...v1.22.1) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index ad925d9..4662f9d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -61,7 +61,7 @@ GEM rubocop-minitest (0.36.0) rubocop (>= 1.61, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-performance (1.22.0) + rubocop-performance (1.22.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) From accd9e285572af176048af1e7cc4af71463f887e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 01:58:10 +0200 Subject: [PATCH 18/44] :arrow_up: Bump dotenv from 3.1.2 to 3.1.3 (#160) Bumps [dotenv](https://github.com/bkeepers/dotenv) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/bkeepers/dotenv/releases) - [Changelog](https://github.com/bkeepers/dotenv/blob/main/Changelog.md) - [Commits](https://github.com/bkeepers/dotenv/compare/v3.1.2...v3.1.3) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4662f9d..79b1b48 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,7 +13,7 @@ GEM rexml csv (3.3.0) docile (1.4.1) - dotenv (3.1.2) + dotenv (3.1.3) faraday (2.11.0) faraday-net_http (>= 2.0, < 3.4) logger From e0708f0b461f4a95a234d3a25316f0790ddece08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 06:13:44 +0200 Subject: [PATCH 19/44] :arrow_up: Bump dotenv from 3.1.3 to 3.1.4 (#161) Bumps [dotenv](https://github.com/bkeepers/dotenv) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/bkeepers/dotenv/releases) - [Changelog](https://github.com/bkeepers/dotenv/blob/main/Changelog.md) - [Commits](https://github.com/bkeepers/dotenv/compare/v3.1.3...v3.1.4) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 79b1b48..c768e75 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,7 +13,7 @@ GEM rexml csv (3.3.0) docile (1.4.1) - dotenv (3.1.3) + dotenv (3.1.4) faraday (2.11.0) faraday-net_http (>= 2.0, < 3.4) logger From 921e4777aa525ae2128cc3eabafd63cb308d0bf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 01:17:48 +0200 Subject: [PATCH 20/44] :arrow_up: Bump faraday from 2.11.0 to 2.12.0 (#162) Bumps [faraday](https://github.com/lostisland/faraday) from 2.11.0 to 2.12.0. - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](https://github.com/lostisland/faraday/compare/v2.11.0...v2.12.0) --- updated-dependencies: - dependency-name: faraday dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index c768e75..a89e55b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,8 +14,9 @@ GEM csv (3.3.0) docile (1.4.1) dotenv (3.1.4) - faraday (2.11.0) + faraday (2.12.0) faraday-net_http (>= 2.0, < 3.4) + json logger faraday-net_http (3.3.0) net-http From c3ce1ce303c894da96cf2ca618033d5764df2298 Mon Sep 17 00:00:00 2001 From: Georg Ledermann Date: Wed, 25 Sep 2024 07:25:04 +0200 Subject: [PATCH 21/44] :arrow_up: Bundler 2.5.20 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index a89e55b..8672d12 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -111,4 +111,4 @@ DEPENDENCIES webmock BUNDLED WITH - 2.5.18 + 2.5.20 From 479f8df43cd5a0c373f1aad25ec0ab837b27e50b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 01:25:13 +0200 Subject: [PATCH 22/44] :arrow_up: Bump rexml from 3.3.7 to 3.3.8 (#163) Bumps [rexml](https://github.com/ruby/rexml) from 3.3.7 to 3.3.8. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](https://github.com/ruby/rexml/compare/v3.3.7...v3.3.8) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8672d12..571debb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,7 +46,7 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.9.2) - rexml (3.3.7) + rexml (3.3.8) rubocop (1.66.1) json (~> 2.3) language_server-protocol (>= 3.17.0) From d4c74349de8e300a2a2c59dc8106f394844d8f3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 02:00:45 +0200 Subject: [PATCH 23/44] :arrow_up: Bump webmock from 3.23.1 to 3.24.0 (#164) Bumps [webmock](https://github.com/bblimke/webmock) from 3.23.1 to 3.24.0. - [Changelog](https://github.com/bblimke/webmock/blob/master/CHANGELOG.md) - [Commits](https://github.com/bblimke/webmock/compare/v3.23.1...v3.24.0) --- updated-dependencies: - dependency-name: webmock dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 571debb..c53f458 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,7 +83,7 @@ GEM uri (0.13.1) vcr (6.3.1) base64 - webmock (3.23.1) + webmock (3.24.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) From 315fa6453cef101b08ee8dc7fe5398d68ee8560b Mon Sep 17 00:00:00 2001 From: Georg Ledermann Date: Sat, 5 Oct 2024 17:13:03 +0200 Subject: [PATCH 24/44] :arrow_up: Bundler 2.5.21 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index c53f458..c7b3be6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -111,4 +111,4 @@ DEPENDENCIES webmock BUNDLED WITH - 2.5.20 + 2.5.21 From 107009c4b607562e2db4d7e2a0a9bee79f6ce790 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 01:45:39 +0200 Subject: [PATCH 25/44] :arrow_up: Bump faraday-net_http_persistent from 2.2.0 to 2.3.0 (#165) Bumps [faraday-net_http_persistent](https://github.com/lostisland/faraday-net_http_persistent) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/lostisland/faraday-net_http_persistent/releases) - [Commits](https://github.com/lostisland/faraday-net_http_persistent/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: faraday-net_http_persistent dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index c7b3be6..209b2db 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,7 +20,7 @@ GEM logger faraday-net_http (3.3.0) net-http - faraday-net_http_persistent (2.2.0) + faraday-net_http_persistent (2.3.0) faraday (~> 2.5) net-http-persistent (>= 4.0.4, < 5) faraday-request-timer (0.2.0) From 1c096d7fb842e1ad634af8395ddd27bc35b16117 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 01:41:11 +0200 Subject: [PATCH 26/44] :arrow_up: Bump rubocop from 1.66.1 to 1.67.0 (#166) Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.66.1 to 1.67.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.66.1...v1.67.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 209b2db..22e9d12 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -47,7 +47,7 @@ GEM rake (13.2.1) regexp_parser (2.9.2) rexml (3.3.8) - rubocop (1.66.1) + rubocop (1.67.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) From ddc3c9e0b97e8e8af7ca12969b4e34a88bd5aff5 Mon Sep 17 00:00:00 2001 From: Georg Ledermann Date: Sat, 19 Oct 2024 08:27:41 +0200 Subject: [PATCH 27/44] :arrow_up: Bundler 2.5.22 --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 22e9d12..ea6e1b6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -111,4 +111,4 @@ DEPENDENCIES webmock BUNDLED WITH - 2.5.21 + 2.5.22 From fd2a08e56e1ac442126ec16dcbe9ecd32c318884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 01:17:48 +0200 Subject: [PATCH 28/44] :arrow_up: Bump rexml from 3.3.8 to 3.3.9 (#167) Bumps [rexml](https://github.com/ruby/rexml) from 3.3.8 to 3.3.9. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](https://github.com/ruby/rexml/compare/v3.3.8...v3.3.9) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index ea6e1b6..8c839c0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,7 +46,7 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.9.2) - rexml (3.3.8) + rexml (3.3.9) rubocop (1.67.0) json (~> 2.3) language_server-protocol (>= 3.17.0) From bb3d266c4c3d1bf8eae65eda6e166e52e4b2bbf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 01:17:55 +0200 Subject: [PATCH 29/44] :arrow_up: Bump json from 2.7.2 to 2.7.3 (#168) Bumps [json](https://github.com/ruby/json) from 2.7.2 to 2.7.3. - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](https://github.com/ruby/json/compare/v2.7.2...v2.7.3) --- updated-dependencies: - dependency-name: json dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8c839c0..627b8f6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,7 +27,7 @@ GEM faraday (>= 0.9.0) hashdiff (1.1.1) influxdb-client (3.1.0) - json (2.7.2) + json (2.7.3) language_server-protocol (3.17.0.3) logger (1.6.1) minitest (5.25.1) From c560fd61ffe8c2a11d34a3ad51f4dd7832085350 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 05:42:04 +0200 Subject: [PATCH 30/44] :arrow_up: Bump json from 2.7.3 to 2.7.4 (#169) Bumps [json](https://github.com/ruby/json) from 2.7.3 to 2.7.4. - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](https://github.com/ruby/json/compare/v2.7.3...v2.7.4) --- updated-dependencies: - dependency-name: json dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 627b8f6..47816b2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,7 +27,7 @@ GEM faraday (>= 0.9.0) hashdiff (1.1.1) influxdb-client (3.1.0) - json (2.7.3) + json (2.7.4) language_server-protocol (3.17.0.3) logger (1.6.1) minitest (5.25.1) From 310b18d24ecd8fe0bef7b4982a034df803b4282e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 01:57:46 +0100 Subject: [PATCH 31/44] :arrow_up: Bump rubocop-ast from 1.32.3 to 1.33.0 (#170) Bumps [rubocop-ast](https://github.com/rubocop/rubocop-ast) from 1.32.3 to 1.33.0. - [Release notes](https://github.com/rubocop/rubocop-ast/releases) - [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-ast/compare/v1.32.3...v1.33.0) --- updated-dependencies: - dependency-name: rubocop-ast dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 47816b2..a6bb69a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,7 +57,7 @@ GEM rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) + rubocop-ast (1.33.0) parser (>= 3.3.1.0) rubocop-minitest (0.36.0) rubocop (>= 1.61, < 2.0) From 1f68119786b7b9f88de38f62474c2b0034809cdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 01:42:29 +0100 Subject: [PATCH 32/44] :arrow_up: Bump json from 2.7.4 to 2.7.5 (#171) Bumps [json](https://github.com/ruby/json) from 2.7.4 to 2.7.5. - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](https://github.com/ruby/json/compare/v2.7.4...v2.7.5) --- updated-dependencies: - dependency-name: json dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index a6bb69a..bb98b6d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,7 +27,7 @@ GEM faraday (>= 0.9.0) hashdiff (1.1.1) influxdb-client (3.1.0) - json (2.7.4) + json (2.7.5) language_server-protocol (3.17.0.3) logger (1.6.1) minitest (5.25.1) From 1340681da14e330a517a416f387b81494d883018 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 17:53:37 +0100 Subject: [PATCH 33/44] :arrow_up: Bump rubocop from 1.67.0 to 1.68.0 (#172) Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.67.0 to 1.68.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.67.0...v1.68.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index bb98b6d..ab2df6f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -47,7 +47,7 @@ GEM rake (13.2.1) regexp_parser (2.9.2) rexml (3.3.9) - rubocop (1.67.0) + rubocop (1.68.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) From 950ad6ac4c88d12035895724db72ad50c7ea3a8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 01:10:19 +0100 Subject: [PATCH 34/44] :arrow_up: Bump parser from 3.3.5.0 to 3.3.5.1 (#173) Bumps [parser](https://github.com/whitequark/parser) from 3.3.5.0 to 3.3.5.1. - [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/whitequark/parser/compare/v3.3.5.0...v3.3.5.1) --- updated-dependencies: - dependency-name: parser dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index ab2df6f..6234fbb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,7 +38,7 @@ GEM net-http-persistent (4.0.4) connection_pool (~> 2.2) parallel (1.26.3) - parser (3.3.5.0) + parser (3.3.5.1) ast (~> 2.4.1) racc public_suffix (6.0.1) From 77e0e0d0d36147c414abc7bee47feda3b37e350b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 01:17:07 +0100 Subject: [PATCH 35/44] :arrow_up: Bump rubocop-ast from 1.33.0 to 1.33.1 (#174) Bumps [rubocop-ast](https://github.com/rubocop/rubocop-ast) from 1.33.0 to 1.33.1. - [Release notes](https://github.com/rubocop/rubocop-ast/releases) - [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-ast/compare/v1.33.0...v1.33.1) --- updated-dependencies: - dependency-name: rubocop-ast dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6234fbb..27b0939 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,7 +57,7 @@ GEM rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.33.0) + rubocop-ast (1.33.1) parser (>= 3.3.1.0) rubocop-minitest (0.36.0) rubocop (>= 1.61, < 2.0) From 3f2c0d2946f56a9920d3d51697b906ef13fbce9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 01:33:46 +0100 Subject: [PATCH 36/44] :arrow_up: Bump json from 2.7.5 to 2.7.6 (#175) Bumps [json](https://github.com/ruby/json) from 2.7.5 to 2.7.6. - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](https://github.com/ruby/json/compare/v2.7.5...v2.7.6) --- updated-dependencies: - dependency-name: json dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 27b0939..0092d91 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,7 +27,7 @@ GEM faraday (>= 0.9.0) hashdiff (1.1.1) influxdb-client (3.1.0) - json (2.7.5) + json (2.7.6) language_server-protocol (3.17.0.3) logger (1.6.1) minitest (5.25.1) From 7e338bcd33d5cefc81991926094c38c571dc6d5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 01:33:56 +0100 Subject: [PATCH 37/44] :arrow_up: Bump rubocop-ast from 1.33.1 to 1.34.0 (#176) Bumps [rubocop-ast](https://github.com/rubocop/rubocop-ast) from 1.33.1 to 1.34.0. - [Release notes](https://github.com/rubocop/rubocop-ast/releases) - [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-ast/compare/v1.33.1...v1.34.0) --- updated-dependencies: - dependency-name: rubocop-ast dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0092d91..a757432 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,7 +57,7 @@ GEM rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.33.1) + rubocop-ast (1.34.0) parser (>= 3.3.1.0) rubocop-minitest (0.36.0) rubocop (>= 1.61, < 2.0) From ff1170a294c04dd9874d5d610b6735b12b598ec1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 01:36:27 +0100 Subject: [PATCH 38/44] :arrow_up: Bump parser from 3.3.5.1 to 3.3.6.0 (#177) Bumps [parser](https://github.com/whitequark/parser) from 3.3.5.1 to 3.3.6.0. - [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/whitequark/parser/compare/v3.3.5.1...v3.3.6.0) --- updated-dependencies: - dependency-name: parser dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index a757432..0ebf45b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,7 +38,7 @@ GEM net-http-persistent (4.0.4) connection_pool (~> 2.2) parallel (1.26.3) - parser (3.3.5.1) + parser (3.3.6.0) ast (~> 2.4.1) racc public_suffix (6.0.1) From a8690ab45db74be809154471884161e9db32e22b Mon Sep 17 00:00:00 2001 From: Georg Ledermann Date: Wed, 6 Nov 2024 06:07:09 +0100 Subject: [PATCH 39/44] :arrow_up: Ruby 3.3.6 --- .ruby-version | 2 +- Dockerfile | 4 ++-- Gemfile.lock | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ruby-version b/.ruby-version index fa7adc7..9c25013 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.5 +3.3.6 diff --git a/Dockerfile b/Dockerfile index c0ab1ed..cbe8db3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.3.5-alpine AS builder +FROM ruby:3.3.6-alpine AS builder RUN apk add --no-cache build-base WORKDIR /senec-charger @@ -8,7 +8,7 @@ RUN bundle config --local frozen 1 && \ bundle install -j4 --retry 3 && \ bundle clean --force -FROM ruby:3.3.5-alpine +FROM ruby:3.3.6-alpine LABEL maintainer="georg@ledermann.dev" # Add tzdata to get correct timezone diff --git a/Gemfile.lock b/Gemfile.lock index 0ebf45b..2df1c7c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -111,4 +111,4 @@ DEPENDENCIES webmock BUNDLED WITH - 2.5.22 + 2.5.23 From d6fcefb13dd27d21ba2ea8e8bd77ce536f51aa53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 01:33:13 +0100 Subject: [PATCH 40/44] :arrow_up: Bump json from 2.7.6 to 2.8.1 (#178) Bumps [json](https://github.com/ruby/json) from 2.7.6 to 2.8.1. - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](https://github.com/ruby/json/compare/v2.7.6...v2.8.1) --- updated-dependencies: - dependency-name: json dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2df1c7c..4fb6bb1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,7 +27,7 @@ GEM faraday (>= 0.9.0) hashdiff (1.1.1) influxdb-client (3.1.0) - json (2.7.6) + json (2.8.1) language_server-protocol (3.17.0.3) logger (1.6.1) minitest (5.25.1) From acdacd1477ef05938ed48d78ba07c29e5201eca1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 08:35:30 +0100 Subject: [PATCH 41/44] :arrow_up: Bump net-http from 0.4.1 to 0.5.0 (#180) Bumps [net-http](https://github.com/ruby/net-http) from 0.4.1 to 0.5.0. - [Release notes](https://github.com/ruby/net-http/releases) - [Commits](https://github.com/ruby/net-http/compare/v0.4.1...v0.5.0) --- updated-dependencies: - dependency-name: net-http dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4fb6bb1..7bdfd5a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,7 +33,7 @@ GEM minitest (5.25.1) minitest-silence (0.2.4) minitest (~> 5.12) - net-http (0.4.1) + net-http (0.5.0) uri net-http-persistent (4.0.4) connection_pool (~> 2.2) @@ -80,7 +80,7 @@ GEM simplecov_json_formatter (0.1.4) timecop (0.9.10) unicode-display_width (2.6.0) - uri (0.13.1) + uri (1.0.0) vcr (6.3.1) base64 webmock (3.24.0) From 518161ec6b74f854a628485a59281722288d2d91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 01:58:28 +0100 Subject: [PATCH 42/44] :arrow_up: Bump rubocop-ast from 1.34.0 to 1.34.1 (#181) Bumps [rubocop-ast](https://github.com/rubocop/rubocop-ast) from 1.34.0 to 1.34.1. - [Release notes](https://github.com/rubocop/rubocop-ast/releases) - [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-ast/compare/v1.34.0...v1.34.1) --- updated-dependencies: - dependency-name: rubocop-ast dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7bdfd5a..db27dd2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,7 +57,7 @@ GEM rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.34.0) + rubocop-ast (1.34.1) parser (>= 3.3.1.0) rubocop-minitest (0.36.0) rubocop (>= 1.61, < 2.0) From 5578a6aa41097e143564fcb9dfac8b40e47c8469 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 10:42:36 +0100 Subject: [PATCH 43/44] :arrow_up: Bump uri from 1.0.0 to 1.0.1 (#182) Bumps [uri](https://github.com/ruby/uri) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/ruby/uri/releases) - [Commits](https://github.com/ruby/uri/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: uri dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index db27dd2..323344a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,7 +80,7 @@ GEM simplecov_json_formatter (0.1.4) timecop (0.9.10) unicode-display_width (2.6.0) - uri (1.0.0) + uri (1.0.1) vcr (6.3.1) base64 webmock (3.24.0) From f0e99cde1c2a6f8268d301950086e6e5770944ab Mon Sep 17 00:00:00 2001 From: Georg Ledermann Date: Sat, 9 Nov 2024 06:27:45 +0100 Subject: [PATCH 44/44] VCR: Re-record episodes --- test/cassettes/forecast_setup.yml | 10 ++++----- test/cassettes/forecast_success.yml | 8 +++---- test/cassettes/loop_success.yml | 35 ++++++++++++++--------------- test/cassettes/prices_blank.yml | 8 +++---- test/cassettes/prices_delete.yml | 10 ++++----- test/cassettes/prices_setup.yml | 10 ++++----- test/cassettes/prices_success.yml | 8 +++---- test/cassettes/senec_success.yml | 8 +++---- 8 files changed, 48 insertions(+), 49 deletions(-) diff --git a/test/cassettes/forecast_setup.yml b/test/cassettes/forecast_setup.yml index 4248a90..a2b8e6b 100644 --- a/test/cassettes/forecast_setup.yml +++ b/test/cassettes/forecast_setup.yml @@ -16,7 +16,7 @@ http_interactions: Accept: - "*/*" User-Agent: - - influxdb-client-ruby/3.0.0 + - influxdb-client-ruby/3.1.0 Authorization: - Token Content-Type: @@ -29,11 +29,11 @@ http_interactions: X-Influxdb-Build: - OSS X-Influxdb-Version: - - v2.7.5 + - v2.7.10 Date: - - Thu, 11 Jan 2024 05:23:42 GMT + - Sat, 09 Nov 2024 05:25:38 GMT body: encoding: UTF-8 string: '' - recorded_at: Thu, 11 Jan 2024 05:23:42 GMT -recorded_with: VCR 6.2.0 + recorded_at: Sat, 09 Nov 2024 05:25:38 GMT +recorded_with: VCR 6.3.1 diff --git a/test/cassettes/forecast_success.yml b/test/cassettes/forecast_success.yml index 5784940..d520e3e 100644 --- a/test/cassettes/forecast_success.yml +++ b/test/cassettes/forecast_success.yml @@ -16,7 +16,7 @@ http_interactions: Accept: - "*/*" User-Agent: - - influxdb-client-ruby/3.0.0 + - influxdb-client-ruby/3.1.0 Authorization: - Token Content-Type: @@ -33,13 +33,13 @@ http_interactions: X-Influxdb-Build: - OSS X-Influxdb-Version: - - v2.7.5 + - v2.7.10 Date: - - Thu, 11 Jan 2024 05:23:42 GMT + - Sat, 09 Nov 2024 05:25:38 GMT Transfer-Encoding: - chunked body: encoding: UTF-8 string: "#datatype,string,long,dateTime:RFC3339,dateTime:RFC3339,string,string,double\r\n#group,false,false,true,true,true,true,false\r\n#default,_result,,,,,,\r\n,result,table,_start,_stop,_field,_measurement,_value\r\n,,0,2023-12-01T09:30:00Z,2023-12-02T09:30:00Z,watt,my-forecast,22.1\r\n\r\n" recorded_at: Fri, 01 Dec 2023 09:30:00 GMT -recorded_with: VCR 6.2.0 +recorded_with: VCR 6.3.1 diff --git a/test/cassettes/loop_success.yml b/test/cassettes/loop_success.yml index ba0bcd2..35eaee6 100644 --- a/test/cassettes/loop_success.yml +++ b/test/cassettes/loop_success.yml @@ -10,7 +10,7 @@ http_interactions: Connection: - keep-alive User-Agent: - - Faraday v2.9.0 + - Faraday v2.12.0 Content-Type: - application/x-www-form-urlencoded; charset=UTF-8 Accept: @@ -25,7 +25,7 @@ http_interactions: Server: - nginx/1.17.7 Date: - - Thu, 11 Jan 2024 05:22:18 GMT + - Sat, 09 Nov 2024 05:25:38 GMT Content-Type: - application/json; charset=utf-8 Transfer-Encoding: @@ -35,14 +35,14 @@ http_interactions: body: encoding: UTF-8 string: '{"ENERGY":{"GUI_BAT_DATA_FUEL_CHARGE":"fl_00000000","STAT_STATE":"u8_0F","SAFE_CHARGE_RUNNING":"u8_00"}}' - recorded_at: Thu, 11 Jan 2024 05:23:19 GMT + recorded_at: Sat, 09 Nov 2024 05:25:38 GMT - request: method: post uri: http://localhost:8086/api/v2/query?org=my-org body: encoding: UTF-8 - string: '{"query":"from(bucket: \"my-bucket\")\n|> range(start: 1704950599, - stop: 1705036999)\n|> filter(fn: (r) => r[\"_measurement\"] == \"my-forecast\")\n|> + string: '{"query":"from(bucket: \"my-bucket\")\n|> range(start: 1731129938, + stop: 1731216338)\n|> filter(fn: (r) => r[\"_measurement\"] == \"my-forecast\")\n|> filter(fn: (r) => r[\"_field\"] == \"watt\")\n|> aggregateWindow(every: 1h, fn: mean, createEmpty: false)\n|> map(fn: (r) => ({ r with _value: r._value / 1000.0 }))\n|> sum()\n","dialect":{"header":true,"delimiter":",","annotations":["datatype","group","default"],"commentPrefix":"#","dateTimeFormat":"RFC3339"}}' @@ -52,7 +52,7 @@ http_interactions: Accept: - "*/*" User-Agent: - - influxdb-client-ruby/3.0.0 + - influxdb-client-ruby/3.1.0 Authorization: - Token Content-Type: @@ -69,31 +69,30 @@ http_interactions: X-Influxdb-Build: - OSS X-Influxdb-Version: - - v2.7.5 + - v2.7.10 Date: - - Thu, 11 Jan 2024 05:22:18 GMT + - Sat, 09 Nov 2024 05:25:38 GMT Transfer-Encoding: - chunked body: encoding: UTF-8 string: "\r\n" - recorded_at: Thu, 11 Jan 2024 05:23:19 GMT + recorded_at: Sat, 09 Nov 2024 05:25:38 GMT - request: method: post uri: http://localhost:8086/api/v2/query?org=my-org body: encoding: UTF-8 - string: '{"query":"from(bucket: \"my-bucket\")\n|> range(start: 1704949200, - stop: 1704963600)\n|> filter(fn: (r) => r[\"_measurement\"] == \"my-prices\")\n|> - filter(fn: (r) => r[\"_field\"] == \"level\" or r[\"_field\"] == \"amount\")\n|> - yield()\n","dialect":{"header":true,"delimiter":",","annotations":["datatype","group","default"],"commentPrefix":"#","dateTimeFormat":"RFC3339"}}' + string: '{"query":"from(bucket: \"my-bucket\")\n|> range(start: 1731128400, + stop: 1731214800)\n|> filter(fn: (r) => r[\"_measurement\"] == \"my-prices\")\n|> + filter(fn: (r) => r[\"_field\"] == \"amount\")\n|> yield()\n","dialect":{"header":true,"delimiter":",","annotations":["datatype","group","default"],"commentPrefix":"#","dateTimeFormat":"RFC3339"}}' headers: Accept-Encoding: - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 Accept: - "*/*" User-Agent: - - influxdb-client-ruby/3.0.0 + - influxdb-client-ruby/3.1.0 Authorization: - Token Content-Type: @@ -110,13 +109,13 @@ http_interactions: X-Influxdb-Build: - OSS X-Influxdb-Version: - - v2.7.5 + - v2.7.10 Date: - - Thu, 11 Jan 2024 05:22:18 GMT + - Sat, 09 Nov 2024 05:25:38 GMT Transfer-Encoding: - chunked body: encoding: UTF-8 string: "\r\n" - recorded_at: Thu, 11 Jan 2024 05:23:19 GMT -recorded_with: VCR 6.2.0 + recorded_at: Sat, 09 Nov 2024 05:25:38 GMT +recorded_with: VCR 6.3.1 diff --git a/test/cassettes/prices_blank.yml b/test/cassettes/prices_blank.yml index 2d45f62..549daa0 100644 --- a/test/cassettes/prices_blank.yml +++ b/test/cassettes/prices_blank.yml @@ -14,7 +14,7 @@ http_interactions: Accept: - "*/*" User-Agent: - - influxdb-client-ruby/3.0.0 + - influxdb-client-ruby/3.1.0 Authorization: - Token Content-Type: @@ -31,13 +31,13 @@ http_interactions: X-Influxdb-Build: - OSS X-Influxdb-Version: - - v2.7.5 + - v2.7.10 Date: - - Sun, 21 Jan 2024 17:43:09 GMT + - Sat, 09 Nov 2024 05:25:38 GMT Transfer-Encoding: - chunked body: encoding: UTF-8 string: "\r\n" recorded_at: Tue, 02 May 2023 10:10:00 GMT -recorded_with: VCR 6.2.0 +recorded_with: VCR 6.3.1 diff --git a/test/cassettes/prices_delete.yml b/test/cassettes/prices_delete.yml index 7660bfc..020c855 100644 --- a/test/cassettes/prices_delete.yml +++ b/test/cassettes/prices_delete.yml @@ -12,7 +12,7 @@ http_interactions: Accept: - "*/*" User-Agent: - - influxdb-client-ruby/3.0.0 + - influxdb-client-ruby/3.1.0 Authorization: - Token Content-Type: @@ -25,11 +25,11 @@ http_interactions: X-Influxdb-Build: - OSS X-Influxdb-Version: - - v2.7.5 + - v2.7.10 Date: - - Sun, 21 Jan 2024 17:43:09 GMT + - Sat, 09 Nov 2024 05:25:38 GMT body: encoding: UTF-8 string: '' - recorded_at: Sun, 21 Jan 2024 17:43:09 GMT -recorded_with: VCR 6.2.0 + recorded_at: Sat, 09 Nov 2024 05:25:38 GMT +recorded_with: VCR 6.3.1 diff --git a/test/cassettes/prices_setup.yml b/test/cassettes/prices_setup.yml index 1adeb82..4ce0fc8 100644 --- a/test/cassettes/prices_setup.yml +++ b/test/cassettes/prices_setup.yml @@ -27,7 +27,7 @@ http_interactions: Accept: - "*/*" User-Agent: - - influxdb-client-ruby/3.0.0 + - influxdb-client-ruby/3.1.0 Authorization: - Token Content-Type: @@ -40,11 +40,11 @@ http_interactions: X-Influxdb-Build: - OSS X-Influxdb-Version: - - v2.7.5 + - v2.7.10 Date: - - Sun, 21 Jan 2024 17:43:09 GMT + - Sat, 09 Nov 2024 05:25:38 GMT body: encoding: UTF-8 string: '' - recorded_at: Sun, 21 Jan 2024 17:43:09 GMT -recorded_with: VCR 6.2.0 + recorded_at: Sat, 09 Nov 2024 05:25:38 GMT +recorded_with: VCR 6.3.1 diff --git a/test/cassettes/prices_success.yml b/test/cassettes/prices_success.yml index 6299ed2..913c7f1 100644 --- a/test/cassettes/prices_success.yml +++ b/test/cassettes/prices_success.yml @@ -14,7 +14,7 @@ http_interactions: Accept: - "*/*" User-Agent: - - influxdb-client-ruby/3.0.0 + - influxdb-client-ruby/3.1.0 Authorization: - Token Content-Type: @@ -31,13 +31,13 @@ http_interactions: X-Influxdb-Build: - OSS X-Influxdb-Version: - - v2.7.5 + - v2.7.10 Date: - - Sun, 21 Jan 2024 17:43:09 GMT + - Sat, 09 Nov 2024 05:25:38 GMT Transfer-Encoding: - chunked body: encoding: ASCII-8BIT string: "#datatype,string,long,dateTime:RFC3339,dateTime:RFC3339,dateTime:RFC3339,double,string,string\r\n#group,false,false,true,true,false,false,true,true\r\n#default,_result,,,,,,,\r\n,result,table,_start,_stop,_time,_value,_field,_measurement\r\n,,0,2023-12-01T09:00:00Z,2023-12-02T09:00:00Z,2023-12-01T09:00:00Z,0.167,amount,my-prices\r\n,,0,2023-12-01T09:00:00Z,2023-12-02T09:00:00Z,2023-12-01T10:00:00Z,0.179,amount,my-prices\r\n,,0,2023-12-01T09:00:00Z,2023-12-02T09:00:00Z,2023-12-01T11:00:00Z,0.133,amount,my-prices\r\n,,0,2023-12-01T09:00:00Z,2023-12-02T09:00:00Z,2023-12-01T12:00:00Z,0.138,amount,my-prices\r\n,,0,2023-12-01T09:00:00Z,2023-12-02T09:00:00Z,2023-12-01T13:00:00Z,0.14,amount,my-prices\r\n,,0,2023-12-01T09:00:00Z,2023-12-02T09:00:00Z,2023-12-01T14:00:00Z,0.142,amount,my-prices\r\n,,0,2023-12-01T09:00:00Z,2023-12-02T09:00:00Z,2023-12-01T15:00:00Z,0.191,amount,my-prices\r\n,,0,2023-12-01T09:00:00Z,2023-12-02T09:00:00Z,2023-12-01T16:00:00Z,0.199,amount,my-prices\r\n,,0,2023-12-01T09:00:00Z,2023-12-02T09:00:00Z,2023-12-01T17:00:00Z,0.198,amount,my-prices\r\n,,0,2023-12-01T09:00:00Z,2023-12-02T09:00:00Z,2023-12-01T18:00:00Z,0.182,amount,my-prices\r\n,,0,2023-12-01T09:00:00Z,2023-12-02T09:00:00Z,2023-12-01T19:00:00Z,0.191,amount,my-prices\r\n,,0,2023-12-01T09:00:00Z,2023-12-02T09:00:00Z,2023-12-01T20:00:00Z,0.197,amount,my-prices\r\n,,0,2023-12-01T09:00:00Z,2023-12-02T09:00:00Z,2023-12-01T21:00:00Z,0.196,amount,my-prices\r\n,,0,2023-12-01T09:00:00Z,2023-12-02T09:00:00Z,2023-12-01T22:00:00Z,0.195,amount,my-prices\r\n,,0,2023-12-01T09:00:00Z,2023-12-02T09:00:00Z,2023-12-01T23:00:00Z,0.193,amount,my-prices\r\n\r\n" recorded_at: Fri, 01 Dec 2023 09:30:00 GMT -recorded_with: VCR 6.2.0 +recorded_with: VCR 6.3.1 diff --git a/test/cassettes/senec_success.yml b/test/cassettes/senec_success.yml index 10e5ae9..19643b5 100644 --- a/test/cassettes/senec_success.yml +++ b/test/cassettes/senec_success.yml @@ -10,7 +10,7 @@ http_interactions: Connection: - keep-alive User-Agent: - - Faraday v2.9.0 + - Faraday v2.12.0 Content-Type: - application/x-www-form-urlencoded; charset=UTF-8 Accept: @@ -25,7 +25,7 @@ http_interactions: Server: - nginx/1.17.7 Date: - - Thu, 11 Jan 2024 05:02:46 GMT + - Sat, 09 Nov 2024 05:27:31 GMT Content-Type: - application/json; charset=utf-8 Transfer-Encoding: @@ -35,5 +35,5 @@ http_interactions: body: encoding: UTF-8 string: '{"ENERGY":{"GUI_BAT_DATA_FUEL_CHARGE":"fl_00000000","STAT_STATE":"u8_0F","SAFE_CHARGE_RUNNING":"u8_00"}}' - recorded_at: Thu, 11 Jan 2024 05:02:46 GMT -recorded_with: VCR 6.2.0 + recorded_at: Sat, 09 Nov 2024 05:28:32 GMT +recorded_with: VCR 6.3.1