Skip to content

Commit 193ba06

Browse files
Merge pull request #21 from patterns-ai-core/dependabot/bundler/standard-1.28.5
Bump standard from 1.25.3 to 1.28.5
2 parents 9235cde + f093001 commit 193ba06

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
@@ -15,21 +15,24 @@ GEM
1515
faraday-net_http (>= 2.0, < 3.1)
1616
ruby2_keywords (>= 0.0.4)
1717
faraday-net_http (3.0.2)
18-
json (2.6.3)
18+
json (2.7.4)
1919
language_server-protocol (3.17.0.3)
20+
lint_roller (1.1.0)
2021
method_source (1.0.0)
21-
parallel (1.22.1)
22-
parser (3.2.1.1)
22+
parallel (1.24.0)
23+
parser (3.3.5.0)
2324
ast (~> 2.4.1)
25+
racc
2426
pry (0.14.2)
2527
coderay (~> 1.1)
2628
method_source (~> 1.0)
2729
pry-byebug (3.10.1)
2830
byebug (~> 11.0)
2931
pry (>= 0.13, < 0.15)
32+
racc (1.8.1)
3033
rainbow (3.1.1)
3134
rake (13.0.6)
32-
regexp_parser (2.7.0)
35+
regexp_parser (2.9.2)
3336
rexml (3.3.9)
3437
rspec (3.11.0)
3538
rspec-core (~> 3.11.0)
@@ -44,28 +47,36 @@ GEM
4447
diff-lcs (>= 1.2.0, < 2.0)
4548
rspec-support (~> 3.11.0)
4649
rspec-support (3.11.0)
47-
rubocop (1.48.1)
50+
rubocop (1.50.2)
4851
json (~> 2.3)
4952
parallel (~> 1.10)
5053
parser (>= 3.2.0.0)
5154
rainbow (>= 2.2.2, < 4.0)
5255
regexp_parser (>= 1.8, < 3.0)
5356
rexml (>= 3.2.5, < 4.0)
54-
rubocop-ast (>= 1.26.0, < 2.0)
57+
rubocop-ast (>= 1.28.0, < 2.0)
5558
ruby-progressbar (~> 1.7)
5659
unicode-display_width (>= 2.4.0, < 3.0)
57-
rubocop-ast (1.28.0)
60+
rubocop-ast (1.30.0)
5861
parser (>= 3.2.1.0)
5962
rubocop-performance (1.16.0)
6063
rubocop (>= 1.7.0, < 2.0)
6164
rubocop-ast (>= 0.4.0)
6265
ruby-progressbar (1.13.0)
6366
ruby2_keywords (0.0.5)
64-
standard (1.25.3)
67+
standard (1.28.5)
6568
language_server-protocol (~> 3.17.0.2)
66-
rubocop (~> 1.48.1)
69+
lint_roller (~> 1.0)
70+
rubocop (~> 1.50.2)
71+
standard-custom (~> 1.0.0)
72+
standard-performance (~> 1.0.1)
73+
standard-custom (1.0.2)
74+
lint_roller (~> 1.0)
75+
rubocop (~> 1.50)
76+
standard-performance (1.0.1)
77+
lint_roller (~> 1.0)
6778
rubocop-performance (~> 1.16.0)
68-
unicode-display_width (2.4.2)
79+
unicode-display_width (2.6.0)
6980

7081
PLATFORMS
7182
arm64-darwin-23
@@ -78,7 +89,7 @@ DEPENDENCIES
7889
qdrant-ruby!
7990
rake (~> 13.0)
8091
rspec (~> 3.0)
81-
standard (~> 1.25.0)
92+
standard (~> 1.28.5)
8293

8394
BUNDLED WITH
8495
2.4.0

0 commit comments

Comments
 (0)