Skip to content

Commit f9461ba

Browse files
Bump rubocop-rspec from 3.5.0 to 3.7.0
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 3.5.0 to 3.7.0. - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rspec@v3.5.0...v3.7.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c2a6121 commit f9461ba

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ gem 'tty-prompt'
99

1010
gem 'rspec', '~> 3.13'
1111
gem 'rubocop', require: false
12-
gem 'rubocop-rspec', '~> 3.5'
12+
gem 'rubocop-rspec', '~> 3.7'
1313

1414
gem 'tiktoken_ruby', '~> 0.0.9'

Gemfile.lock

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GEM
33
specs:
44
addressable (2.8.7)
55
public_suffix (>= 2.0.2, < 7.0)
6-
ast (2.4.2)
6+
ast (2.4.3)
77
bigdecimal (3.1.9)
88
diff-lcs (1.5.1)
99
event_stream_parser (1.0.0)
@@ -15,26 +15,27 @@ GEM
1515
multipart-post (~> 2.0)
1616
faraday-net_http (3.4.0)
1717
net-http (>= 0.5.0)
18-
json (2.10.1)
18+
json (2.13.2)
1919
json-schema (5.1.1)
2020
addressable (~> 2.8)
2121
bigdecimal (~> 3.1)
22-
language_server-protocol (3.17.0.4)
22+
language_server-protocol (3.17.0.5)
2323
lint_roller (1.1.0)
2424
logger (1.6.5)
2525
multipart-post (2.4.1)
2626
net-http (0.6.0)
2727
uri
28-
parallel (1.26.3)
29-
parser (3.3.7.1)
28+
parallel (1.27.0)
29+
parser (3.3.9.0)
3030
ast (~> 2.4.1)
3131
racc
3232
pastel (0.8.0)
3333
tty-color (~> 0.5)
34+
prism (1.4.0)
3435
public_suffix (6.0.1)
3536
racc (1.8.1)
3637
rainbow (3.1.1)
37-
regexp_parser (2.10.0)
38+
regexp_parser (2.11.2)
3839
rspec (3.13.0)
3940
rspec-core (~> 3.13.0)
4041
rspec-expectations (~> 3.13.0)
@@ -59,9 +60,10 @@ GEM
5960
rubocop-ast (>= 1.38.0, < 2.0)
6061
ruby-progressbar (~> 1.7)
6162
unicode-display_width (>= 2.4.0, < 4.0)
62-
rubocop-ast (1.38.1)
63-
parser (>= 3.3.1.0)
64-
rubocop-rspec (3.5.0)
63+
rubocop-ast (1.46.0)
64+
parser (>= 3.3.7.2)
65+
prism (~> 1.4)
66+
rubocop-rspec (3.7.0)
6567
lint_roller (~> 1.1)
6668
rubocop (~> 1.72, >= 1.72.1)
6769
ruby-openai (7.4.0)
@@ -83,7 +85,7 @@ GEM
8385
tty-screen (~> 0.8)
8486
wisper (~> 2.0)
8587
tty-screen (0.8.1)
86-
unicode-display_width (3.1.4)
88+
unicode-display_width (3.1.5)
8789
unicode-emoji (~> 4.0, >= 4.0.4)
8890
unicode-emoji (4.0.4)
8991
uri (1.0.2)
@@ -98,7 +100,7 @@ DEPENDENCIES
98100
json-schema
99101
rspec (~> 3.13)
100102
rubocop
101-
rubocop-rspec (~> 3.5)
103+
rubocop-rspec (~> 3.7)
102104
ruby-openai
103105
tiktoken_ruby (~> 0.0.9)
104106
tty-option

0 commit comments

Comments
 (0)