From 165a144f72bb97e0f3d2a51d6639de019ab565a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 21:45:44 +0000 Subject: [PATCH] Bump rubocop-rspec from 3.5.0 to 3.6.0 Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rspec/compare/v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 3be39e1..3a51b66 100644 --- a/Gemfile +++ b/Gemfile @@ -9,6 +9,6 @@ gem 'tty-prompt' gem 'rspec', '~> 3.13' gem 'rubocop', require: false -gem 'rubocop-rspec', '~> 3.5' +gem 'rubocop-rspec', '~> 3.6' gem 'tiktoken_ruby', '~> 0.0.9' diff --git a/Gemfile.lock b/Gemfile.lock index 0d11792..ea56751 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ GEM specs: addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) - ast (2.4.2) + ast (2.4.3) bigdecimal (3.1.9) diff-lcs (1.5.1) event_stream_parser (1.0.0) @@ -15,7 +15,7 @@ GEM multipart-post (~> 2.0) faraday-net_http (3.4.0) net-http (>= 0.5.0) - json (2.10.1) + json (2.10.2) json-schema (5.1.1) addressable (~> 2.8) bigdecimal (~> 3.1) @@ -25,12 +25,13 @@ GEM multipart-post (2.4.1) net-http (0.6.0) uri - parallel (1.26.3) - parser (3.3.7.1) + parallel (1.27.0) + parser (3.3.8.0) ast (~> 2.4.1) racc pastel (0.8.0) tty-color (~> 0.5) + prism (1.4.0) public_suffix (6.0.1) racc (1.8.1) rainbow (3.1.1) @@ -59,9 +60,10 @@ GEM rubocop-ast (>= 1.38.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.38.1) - parser (>= 3.3.1.0) - rubocop-rspec (3.5.0) + rubocop-ast (1.44.1) + parser (>= 3.3.7.2) + prism (~> 1.4) + rubocop-rspec (3.6.0) lint_roller (~> 1.1) rubocop (~> 1.72, >= 1.72.1) ruby-openai (7.4.0) @@ -98,7 +100,7 @@ DEPENDENCIES json-schema rspec (~> 3.13) rubocop - rubocop-rspec (~> 3.5) + rubocop-rspec (~> 3.6) ruby-openai tiktoken_ruby (~> 0.0.9) tty-option