From 9b527774a2c90b4173e36f0c74d51c68a5a420fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 06:02:57 +0000 Subject: [PATCH 1/2] Bump rubocop from 1.89.0 to 1.90.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.89.0 to 1.90.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.89.0...v1.90.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.90.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index fd40a414..c39b2171 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -177,8 +177,8 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.6) - rubocop (1.89.0) - json (~> 2.3) + rubocop (1.90.0) + json (>= 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) parallel (>= 1.10) From 314474f93c79918b2cc41cff9bda253146a1227c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serge=20H=C3=A4nni?= Date: Mon, 31 Aug 2026 10:39:26 +0200 Subject: [PATCH 2/2] Fix lint issue about disabling rule --- spec/ioki/operator_api_spec.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/ioki/operator_api_spec.rb b/spec/ioki/operator_api_spec.rb index ac2b9abc..fb006114 100644 --- a/spec/ioki/operator_api_spec.rb +++ b/spec/ioki/operator_api_spec.rb @@ -2498,7 +2498,7 @@ end end - # rubocop:disable Layout/LineLength + # rubocop:disable-next Layout/LineLength describe '#update_blacklisted_travel_combination(product_id, blacklisted_travel_combination_id, blacklisted_travel_combination)' do let(:blacklisted_travel_combination) { Ioki::Model::Operator::BlacklistedTravelCombination.new({ id: '4711' }) } @@ -2513,7 +2513,6 @@ .to be_a(Ioki::Model::Operator::BlacklistedTravelCombination) end end - # rubocop:enable Layout/LineLength describe '#delete_blacklisted_travel_combination(product_id, blacklisted_travel_combination_id)' do it 'calls request on the client with expected params' do