Skip to content

Commit bec8523

Browse files
Merge branch 'main' into dependabot/bundler/faraday-2.8.1
2 parents 6306bef + 193ba06 commit bec8523

File tree

2 files changed

+23
-12
lines changed

2 files changed

+23
-12
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ gemspec
88
gem "rake", "~> 13.0"
99

1010
gem "rspec", "~> 3.0"
11-
gem "standard", "~> 1.25.0"
11+
gem "standard", "~> 1.28.5"

Gemfile.lock

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,24 @@ GEM
1717
faraday-net_http (>= 2.0, < 3.1)
1818
ruby2_keywords (>= 0.0.4)
1919
faraday-net_http (3.0.2)
20-
json (2.6.3)
20+
json (2.7.4)
2121
language_server-protocol (3.17.0.3)
22+
lint_roller (1.1.0)
2223
method_source (1.0.0)
23-
parallel (1.22.1)
24-
parser (3.2.1.1)
24+
parallel (1.24.0)
25+
parser (3.3.5.0)
2526
ast (~> 2.4.1)
27+
racc
2628
pry (0.14.2)
2729
coderay (~> 1.1)
2830
method_source (~> 1.0)
2931
pry-byebug (3.10.1)
3032
byebug (~> 11.0)
3133
pry (>= 0.13, < 0.15)
34+
racc (1.8.1)
3235
rainbow (3.1.1)
3336
rake (13.0.6)
34-
regexp_parser (2.7.0)
37+
regexp_parser (2.9.2)
3538
rexml (3.3.9)
3639
rspec (3.11.0)
3740
rspec-core (~> 3.11.0)
@@ -46,28 +49,36 @@ GEM
4649
diff-lcs (>= 1.2.0, < 2.0)
4750
rspec-support (~> 3.11.0)
4851
rspec-support (3.11.0)
49-
rubocop (1.48.1)
52+
rubocop (1.50.2)
5053
json (~> 2.3)
5154
parallel (~> 1.10)
5255
parser (>= 3.2.0.0)
5356
rainbow (>= 2.2.2, < 4.0)
5457
regexp_parser (>= 1.8, < 3.0)
5558
rexml (>= 3.2.5, < 4.0)
56-
rubocop-ast (>= 1.26.0, < 2.0)
59+
rubocop-ast (>= 1.28.0, < 2.0)
5760
ruby-progressbar (~> 1.7)
5861
unicode-display_width (>= 2.4.0, < 3.0)
59-
rubocop-ast (1.28.0)
62+
rubocop-ast (1.30.0)
6063
parser (>= 3.2.1.0)
6164
rubocop-performance (1.16.0)
6265
rubocop (>= 1.7.0, < 2.0)
6366
rubocop-ast (>= 0.4.0)
6467
ruby-progressbar (1.13.0)
6568
ruby2_keywords (0.0.5)
66-
standard (1.25.3)
69+
standard (1.28.5)
6770
language_server-protocol (~> 3.17.0.2)
68-
rubocop (~> 1.48.1)
71+
lint_roller (~> 1.0)
72+
rubocop (~> 1.50.2)
73+
standard-custom (~> 1.0.0)
74+
standard-performance (~> 1.0.1)
75+
standard-custom (1.0.2)
76+
lint_roller (~> 1.0)
77+
rubocop (~> 1.50)
78+
standard-performance (1.0.1)
79+
lint_roller (~> 1.0)
6980
rubocop-performance (~> 1.16.0)
70-
unicode-display_width (2.4.2)
81+
unicode-display_width (2.6.0)
7182

7283
PLATFORMS
7384
arm64-darwin-23
@@ -80,7 +91,7 @@ DEPENDENCIES
8091
qdrant-ruby!
8192
rake (~> 13.0)
8293
rspec (~> 3.0)
83-
standard (~> 1.25.0)
94+
standard (~> 1.28.5)
8495

8596
BUNDLED WITH
8697
2.4.0

0 commit comments

Comments
 (0)