Skip to content

Commit df74ba9

Browse files
authored
Merge pull request #539 from Shopify/mangara-bump-gems
Bump dev dependencies
2 parents beef547 + ddb3b1d commit df74ba9

File tree

1 file changed

+67
-45
lines changed

1 file changed

+67
-45
lines changed

Gemfile.lock

Lines changed: 67 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -14,112 +14,130 @@ PATH
1414
GEM
1515
remote: https://rubygems.org/
1616
specs:
17-
activejob (7.1.3.4)
18-
activesupport (= 7.1.3.4)
17+
activejob (8.0.1)
18+
activesupport (= 8.0.1)
1919
globalid (>= 0.3.6)
20-
activemodel (7.1.3.4)
21-
activesupport (= 7.1.3.4)
22-
activerecord (7.1.3.4)
23-
activemodel (= 7.1.3.4)
24-
activesupport (= 7.1.3.4)
20+
activemodel (8.0.1)
21+
activesupport (= 8.0.1)
22+
activerecord (8.0.1)
23+
activemodel (= 8.0.1)
24+
activesupport (= 8.0.1)
2525
timeout (>= 0.4.0)
26-
activesupport (7.1.3.4)
26+
activesupport (8.0.1)
2727
base64
28+
benchmark (>= 0.3)
2829
bigdecimal
29-
concurrent-ruby (~> 1.0, >= 1.0.2)
30+
concurrent-ruby (~> 1.0, >= 1.3.1)
3031
connection_pool (>= 2.2.5)
3132
drb
3233
i18n (>= 1.6, < 2)
34+
logger (>= 1.4.2)
3335
minitest (>= 5.1)
34-
mutex_m
35-
tzinfo (~> 2.0)
36+
securerandom (>= 0.3)
37+
tzinfo (~> 2.0, >= 2.0.5)
38+
uri (>= 0.13.1)
3639
ast (2.4.2)
3740
base64 (0.2.0)
3841
benchmark (0.4.0)
3942
bigdecimal (3.1.9)
4043
coderay (1.1.3)
41-
concurrent-ruby (1.3.4)
42-
connection_pool (2.4.1)
44+
concurrent-ruby (1.3.5)
45+
connection_pool (2.5.0)
4346
csv (3.3.2)
4447
drb (2.2.1)
4548
erubi (1.13.1)
4649
globalid (1.2.1)
4750
activesupport (>= 6.1)
48-
i18n (1.14.6)
51+
i18n (1.14.7)
4952
concurrent-ruby (~> 1.0)
50-
json (2.7.2)
51-
language_server-protocol (3.17.0.3)
53+
json (2.9.1)
54+
language_server-protocol (3.17.0.4)
5255
logger (1.6.5)
5356
method_source (1.1.0)
54-
minitest (5.24.0)
57+
minitest (5.25.4)
5558
mocha (2.7.1)
5659
ruby2_keywords (>= 0.0.5)
5760
mono_logger (1.1.2)
5861
multi_json (1.15.0)
59-
mutex_m (0.2.0)
62+
mustermann (3.0.3)
63+
ruby2_keywords (~> 0.0.1)
6064
netrc (0.11.0)
6165
parallel (1.26.3)
62-
parser (3.3.3.0)
66+
parser (3.3.7.0)
6367
ast (~> 2.4.1)
6468
racc
6569
prism (1.3.0)
6670
pry (0.15.2)
6771
coderay (~> 1.1)
6872
method_source (~> 1.0)
69-
racc (1.8.0)
73+
racc (1.8.1)
7074
rack (3.1.8)
75+
rack-protection (4.1.1)
76+
base64 (>= 0.1.0)
77+
logger (>= 1.6.0)
78+
rack (>= 3.0.0, < 4)
79+
rack-session (2.1.0)
80+
base64 (>= 0.1.0)
81+
rack (>= 3.0.0)
7182
rainbow (3.1.1)
7283
rake (13.2.1)
73-
rbi (0.2.3)
84+
rbi (0.2.4)
7485
prism (~> 1.0)
7586
sorbet-runtime (>= 0.5.9204)
7687
redis (5.3.0)
7788
redis-client (>= 0.22.0)
78-
redis-client (0.23.0)
89+
redis-client (0.23.2)
7990
connection_pool
8091
redis-namespace (1.11.0)
8192
redis (>= 4)
82-
regexp_parser (2.9.2)
93+
regexp_parser (2.10.0)
8394
resque (2.7.0)
8495
mono_logger (~> 1)
8596
multi_json (~> 1.0)
8697
redis-namespace (~> 1.6)
8798
sinatra (>= 0.9.2)
88-
rexml (3.3.9)
89-
rubocop (1.64.1)
99+
rubocop (1.71.0)
90100
json (~> 2.3)
91101
language_server-protocol (>= 3.17.0)
92102
parallel (~> 1.10)
93103
parser (>= 3.3.0.2)
94104
rainbow (>= 2.2.2, < 4.0)
95-
regexp_parser (>= 1.8, < 3.0)
96-
rexml (>= 3.2.5, < 4.0)
97-
rubocop-ast (>= 1.31.1, < 2.0)
105+
regexp_parser (>= 2.9.3, < 3.0)
106+
rubocop-ast (>= 1.36.2, < 2.0)
98107
ruby-progressbar (~> 1.7)
99-
unicode-display_width (>= 2.4.0, < 3.0)
100-
rubocop-ast (1.31.3)
108+
unicode-display_width (>= 2.4.0, < 4.0)
109+
rubocop-ast (1.38.0)
101110
parser (>= 3.3.1.0)
102111
rubocop-shopify (2.15.1)
103112
rubocop (~> 1.51)
104113
ruby-progressbar (1.13.0)
105114
ruby2_keywords (0.0.5)
106-
sidekiq (7.2.4)
107-
concurrent-ruby (< 2)
115+
securerandom (0.4.1)
116+
sidekiq (7.3.8)
117+
base64
108118
connection_pool (>= 2.3.0)
119+
logger
109120
rack (>= 2.2.4)
110-
redis-client (>= 0.19.0)
111-
sinatra (1.0)
112-
rack (>= 1.0)
113-
sorbet (0.5.11460)
114-
sorbet-static (= 0.5.11460)
115-
sorbet-runtime (0.5.11460)
116-
sorbet-static (0.5.11460-universal-darwin)
117-
sorbet-static-and-runtime (0.5.11460)
118-
sorbet (= 0.5.11460)
119-
sorbet-runtime (= 0.5.11460)
120-
spoom (1.5.1)
121+
redis-client (>= 0.22.2)
122+
sinatra (4.1.1)
123+
logger (>= 1.6.0)
124+
mustermann (~> 3.0)
125+
rack (>= 3.0.0, < 4)
126+
rack-protection (= 4.1.1)
127+
rack-session (>= 2.0.0, < 3)
128+
tilt (~> 2.0)
129+
sorbet (0.5.11787)
130+
sorbet-static (= 0.5.11787)
131+
sorbet-runtime (0.5.11787)
132+
sorbet-static (0.5.11787-universal-darwin)
133+
sorbet-static (0.5.11787-x86_64-linux)
134+
sorbet-static-and-runtime (0.5.11787)
135+
sorbet (= 0.5.11787)
136+
sorbet-runtime (= 0.5.11787)
137+
spoom (1.5.2)
121138
erubi (>= 1.10.0)
122139
prism (>= 0.28.0)
140+
rbi (>= 0.2.3)
123141
sorbet-static-and-runtime (>= 0.5.10187)
124142
thor (>= 0.19.2)
125143
tapioca (0.16.8)
@@ -133,10 +151,14 @@ GEM
133151
thor (>= 1.2.0)
134152
yard-sorbet
135153
thor (1.3.2)
136-
timeout (0.4.1)
154+
tilt (2.6.0)
155+
timeout (0.4.3)
137156
tzinfo (2.0.6)
138157
concurrent-ruby (~> 1.0)
139-
unicode-display_width (2.5.0)
158+
unicode-display_width (3.1.4)
159+
unicode-emoji (~> 4.0, >= 4.0.4)
160+
unicode-emoji (4.0.4)
161+
uri (1.0.2)
140162
yard (0.9.37)
141163
yard-sorbet (0.9.0)
142164
sorbet-runtime

0 commit comments

Comments
 (0)