Skip to content

Commit f08b332

Browse files
Merge pull request #308 from Shopify/dependabot/bundler/gem/minor-and-patch-0d28fd3c26
Bump the minor-and-patch group in /gem with 5 updates
2 parents 669a940 + 0cd6125 commit f08b332

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

gem/Gemfile.lock

+18-16
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,12 @@ GEM
3232
irb (1.14.3)
3333
rdoc (>= 4.0.0)
3434
reline (>= 0.4.2)
35-
json (2.9.1)
35+
json (2.10.1)
3636
json-schema (5.1.1)
3737
addressable (~> 2.8)
3838
bigdecimal (~> 3.1)
3939
language_server-protocol (3.17.0.4)
40+
lint_roller (1.1.0)
4041
minitest (5.25.4)
4142
minitest-reporters (1.7.1)
4243
ansi
@@ -45,7 +46,7 @@ GEM
4546
ruby-progressbar
4647
netrc (0.11.0)
4748
parallel (1.26.3)
48-
parser (3.3.7.0)
49+
parser (3.3.7.1)
4950
ast (~> 2.4.1)
5051
racc
5152
prism (1.3.0)
@@ -64,39 +65,40 @@ GEM
6465
regexp_parser (2.10.0)
6566
reline (0.6.0)
6667
io-console (~> 0.5)
67-
rubocop (1.71.1)
68+
rubocop (1.73.1)
6869
json (~> 2.3)
69-
language_server-protocol (>= 3.17.0)
70+
language_server-protocol (~> 3.17.0.2)
71+
lint_roller (~> 1.1.0)
7072
parallel (~> 1.10)
7173
parser (>= 3.3.0.2)
7274
rainbow (>= 2.2.2, < 4.0)
7375
regexp_parser (>= 2.9.3, < 3.0)
7476
rubocop-ast (>= 1.38.0, < 2.0)
7577
ruby-progressbar (~> 1.7)
7678
unicode-display_width (>= 2.4.0, < 4.0)
77-
rubocop-ast (1.38.0)
79+
rubocop-ast (1.38.1)
7880
parser (>= 3.3.1.0)
7981
rubocop-shopify (2.15.1)
8082
rubocop (~> 1.51)
81-
rubocop-sorbet (0.8.7)
83+
rubocop-sorbet (0.8.9)
8284
rubocop (>= 1)
8385
ruby-progressbar (1.13.0)
84-
sorbet (0.5.11834)
85-
sorbet-static (= 0.5.11834)
86-
sorbet-runtime (0.5.11834)
87-
sorbet-static (0.5.11834-universal-darwin)
88-
sorbet-static (0.5.11834-x86_64-linux)
89-
sorbet-static-and-runtime (0.5.11834)
90-
sorbet (= 0.5.11834)
91-
sorbet-runtime (= 0.5.11834)
92-
spoom (1.5.3)
86+
sorbet (0.5.11874)
87+
sorbet-static (= 0.5.11874)
88+
sorbet-runtime (0.5.11874)
89+
sorbet-static (0.5.11874-universal-darwin)
90+
sorbet-static (0.5.11874-x86_64-linux)
91+
sorbet-static-and-runtime (0.5.11874)
92+
sorbet (= 0.5.11874)
93+
sorbet-runtime (= 0.5.11874)
94+
spoom (1.5.4)
9395
erubi (>= 1.10.0)
9496
prism (>= 0.28.0)
9597
rbi (>= 0.2.3)
9698
sorbet-static-and-runtime (>= 0.5.10187)
9799
thor (>= 0.19.2)
98100
stringio (3.1.2)
99-
tapioca (0.16.10)
101+
tapioca (0.16.11)
100102
benchmark
101103
bundler (>= 2.2.25)
102104
netrc (>= 0.11.0)

gem/test/rbi-central/repo_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def test_index_bad_json
1717
e = assert_raises(RBICentral::Index::Error) do
1818
@repo.index
1919
end
20-
assert_equal("Invalid JSON in `index.json`: unexpected token at ''", e.message)
20+
assert_equal("Invalid JSON in `index.json`: unexpected end of input", e.message)
2121
end
2222

2323
def test_index_bad_schema

0 commit comments

Comments
 (0)