Skip to content

Commit 7409dc1

Browse files
Merge pull request #27 from rakuda-san-desu/update_ruby_v3.2.7
ruby と solargraph のバージョンを更新
2 parents 94854fd + c0a9c9f commit 7409dc1

File tree

3 files changed

+77
-67
lines changed

3 files changed

+77
-67
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
"waitFor": "onCreateCommand",
2727
//"onCreateCommand": "",
28-
"onCreateCommand": "gem install solargraph -v '0.51.1' -N",
28+
"onCreateCommand": "gem install solargraph -v '0.52.0' -N",
2929
//"onCreateCommand": "gem install solargraph -v '0.50.0' -N && gem install ruby-lsp -N",
3030
//"onCreateCommand": "gem install ruby-lsp -N",
3131
//# => Solargraph gem not found. Run `gem install solargraph` or update your Gemfile.

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby "3.2.6"
4+
ruby "3.2.7"
55

66
gem "rails", "7.0.4.3"
77
gem "sassc-rails", "2.1.2"

Gemfile.lock

+75-65
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,17 @@ GEM
6666
i18n (>= 1.6, < 2)
6767
minitest (>= 5.1)
6868
tzinfo (~> 2.0)
69-
addressable (2.8.4)
70-
public_suffix (>= 2.0.2, < 6.0)
69+
addressable (2.8.7)
70+
public_suffix (>= 2.0.2, < 7.0)
7171
ansi (1.5.0)
72-
ast (2.4.2)
72+
ast (2.4.3)
7373
backport (1.2.0)
74+
base64 (0.2.0)
7475
benchmark (0.4.0)
7576
bindex (0.8.1)
7677
bootsnap (1.16.0)
7778
msgpack (~> 1.2)
78-
builder (3.2.4)
79+
builder (3.3.0)
7980
capybara (3.38.0)
8081
addressable
8182
matrix
@@ -88,16 +89,19 @@ GEM
8889
coderay (1.1.3)
8990
concurrent-ruby (1.3.4)
9091
crass (1.0.6)
91-
date (3.3.3)
92+
date (3.4.1)
9293
debug (1.7.1)
9394
irb (>= 1.5.0)
9495
reline (>= 0.3.1)
95-
diff-lcs (1.5.1)
96-
erubi (1.12.0)
97-
ffi (1.15.5)
96+
diff-lcs (1.6.0)
97+
erubi (1.13.1)
98+
ffi (1.17.1-aarch64-linux-gnu)
99+
ffi (1.17.1-arm64-darwin)
100+
ffi (1.17.1-x86_64-darwin)
101+
ffi (1.17.1-x86_64-linux-gnu)
98102
formatador (1.1.0)
99-
globalid (1.1.0)
100-
activesupport (>= 5.0)
103+
globalid (1.2.1)
104+
activesupport (>= 6.1)
101105
guard (2.18.0)
102106
formatador (>= 0.2.4)
103107
listen (>= 2.7, < 4.0)
@@ -111,7 +115,7 @@ GEM
111115
guard-minitest (2.4.6)
112116
guard-compat (~> 1.2)
113117
minitest (>= 3.0)
114-
i18n (1.12.0)
118+
i18n (1.14.7)
115119
concurrent-ruby (~> 1.0)
116120
importmap-rails (1.1.5)
117121
actionpack (>= 6.0.0)
@@ -124,76 +128,78 @@ GEM
124128
jbuilder (2.11.5)
125129
actionview (>= 5.0.0)
126130
activesupport (>= 5.0.0)
127-
json (2.9.1)
128-
kramdown (2.4.0)
129-
rexml
131+
json (2.10.2)
132+
kramdown (2.5.1)
133+
rexml (>= 3.3.9)
130134
kramdown-parser-gfm (1.1.0)
131135
kramdown (~> 2.0)
132-
language_server-protocol (3.17.0.3)
133-
listen (3.8.0)
136+
language_server-protocol (3.17.0.4)
137+
lint_roller (1.1.0)
138+
listen (3.9.0)
134139
rb-fsevent (~> 0.10, >= 0.10.3)
135140
rb-inotify (~> 0.9, >= 0.9.10)
136-
logger (1.6.5)
137-
loofah (2.20.0)
141+
logger (1.6.6)
142+
loofah (2.24.0)
138143
crass (~> 1.0.2)
139-
nokogiri (>= 1.5.9)
140-
lumberjack (1.2.8)
144+
nokogiri (>= 1.12.0)
145+
lumberjack (1.2.10)
141146
mail (2.8.1)
142147
mini_mime (>= 0.1.1)
143148
net-imap
144149
net-pop
145150
net-smtp
146-
marcel (1.0.2)
151+
marcel (1.0.4)
147152
matrix (0.4.2)
148-
method_source (1.0.0)
149-
mini_mime (1.1.2)
153+
method_source (1.1.0)
154+
mini_mime (1.1.5)
150155
minitest (5.18.0)
151156
minitest-reporters (1.6.0)
152157
ansi
153158
builder
154159
minitest (>= 5.0)
155160
ruby-progressbar
156-
msgpack (1.7.0)
161+
msgpack (1.8.0)
157162
nenv (0.3.0)
158-
net-imap (0.3.4)
163+
net-imap (0.5.6)
159164
date
160165
net-protocol
161166
net-pop (0.1.2)
162167
net-protocol
163-
net-protocol (0.2.1)
168+
net-protocol (0.2.2)
164169
timeout
165-
net-smtp (0.3.3)
170+
net-smtp (0.5.1)
166171
net-protocol
167-
nio4r (2.5.9)
168-
nokogiri (1.14.3-aarch64-linux)
172+
nio4r (2.7.4)
173+
nokogiri (1.18.5-aarch64-linux-gnu)
169174
racc (~> 1.4)
170-
nokogiri (1.14.3-arm64-darwin)
175+
nokogiri (1.18.5-arm64-darwin)
171176
racc (~> 1.4)
172-
nokogiri (1.14.3-x86_64-darwin)
177+
nokogiri (1.18.5-x86_64-darwin)
173178
racc (~> 1.4)
174-
nokogiri (1.14.3-x86_64-linux)
179+
nokogiri (1.18.5-x86_64-linux-gnu)
175180
racc (~> 1.4)
176181
notiffany (0.1.3)
177182
nenv (~> 0.1)
178183
shellany (~> 0.0)
179184
observer (0.1.2)
180185
ostruct (0.6.1)
181186
parallel (1.26.3)
182-
parser (3.3.7.0)
187+
parser (3.3.7.2)
183188
ast (~> 2.4.1)
184189
racc
185190
prism (0.19.0)
186-
pry (0.14.2)
191+
pry (0.15.2)
187192
coderay (~> 1.1)
188193
method_source (~> 1.0)
189-
psych (5.1.1.1)
194+
psych (5.2.3)
195+
date
190196
stringio
191-
public_suffix (5.0.1)
197+
public_suffix (6.0.1)
192198
puma (5.6.8)
193199
nio4r (~> 2.0)
194-
racc (1.6.2)
195-
rack (2.2.6.4)
196-
rack-test (2.1.0)
200+
racc (1.8.1)
201+
rack (2.2.13)
202+
rack-test (2.2.0)
197203
rack (>= 1.3)
198204
rails (7.0.4.3)
199205
actioncable (= 7.0.4.3)
@@ -213,11 +219,13 @@ GEM
213219
actionpack (>= 5.0.1.rc1)
214220
actionview (>= 5.0.1.rc1)
215221
activesupport (>= 5.0.1.rc1)
216-
rails-dom-testing (2.0.3)
217-
activesupport (>= 4.2.0)
222+
rails-dom-testing (2.2.0)
223+
activesupport (>= 5.0.0)
224+
minitest
218225
nokogiri (>= 1.6)
219-
rails-html-sanitizer (1.5.0)
220-
loofah (~> 2.19, >= 2.19.1)
226+
rails-html-sanitizer (1.6.2)
227+
loofah (~> 2.21)
228+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
221229
railties (7.0.4.3)
222230
actionpack (= 7.0.4.3)
223231
activesupport (= 7.0.4.3)
@@ -226,37 +234,38 @@ GEM
226234
thor (~> 1.0)
227235
zeitwerk (~> 2.5)
228236
rainbow (3.1.1)
229-
rake (13.0.6)
237+
rake (13.2.1)
230238
rb-fsevent (0.11.2)
231-
rb-inotify (0.10.1)
239+
rb-inotify (0.11.1)
232240
ffi (~> 1.0)
233-
rbs (3.8.1)
241+
rbs (3.9.0)
234242
logger
235-
rdoc (6.6.0)
243+
rdoc (6.12.0)
236244
psych (>= 4.0.0)
237-
regexp_parser (2.7.0)
245+
regexp_parser (2.10.0)
238246
reline (0.5.10)
239247
io-console (~> 0.5)
240248
repl_type_completor (0.1.2)
241249
prism (>= 0.19.0, < 0.20.0)
242250
rbs (>= 2.7.0, < 4.0.0)
243251
reverse_markdown (3.0.0)
244252
nokogiri
245-
rexml (3.2.5)
246-
rubocop (1.69.0)
253+
rexml (3.4.1)
254+
rubocop (1.74.0)
247255
json (~> 2.3)
248-
language_server-protocol (>= 3.17.0)
256+
language_server-protocol (~> 3.17.0.2)
257+
lint_roller (~> 1.1.0)
249258
parallel (~> 1.10)
250259
parser (>= 3.3.0.2)
251260
rainbow (>= 2.2.2, < 4.0)
252-
regexp_parser (>= 2.4, < 3.0)
253-
rubocop-ast (>= 1.36.1, < 2.0)
261+
regexp_parser (>= 2.9.3, < 3.0)
262+
rubocop-ast (>= 1.38.0, < 2.0)
254263
ruby-progressbar (~> 1.7)
255264
unicode-display_width (>= 2.4.0, < 4.0)
256-
rubocop-ast (1.37.0)
257-
parser (>= 3.3.1.0)
265+
rubocop-ast (1.41.0)
266+
parser (>= 3.3.7.2)
258267
ruby-progressbar (1.13.0)
259-
rubyzip (2.3.2)
268+
rubyzip (2.4.1)
260269
sassc (2.4.0)
261270
ffi (~> 1.9)
262271
sassc-rails (2.1.2)
@@ -288,7 +297,7 @@ GEM
288297
thor (~> 1.0)
289298
tilt (~> 2.0)
290299
yard (~> 0.9, >= 0.9.24)
291-
sprockets (4.2.0)
300+
sprockets (4.2.1)
292301
concurrent-ruby (~> 1.0)
293302
rack (>= 2.2.4, < 4)
294303
sprockets-rails (3.4.2)
@@ -301,10 +310,10 @@ GEM
301310
sqlite3 (1.6.1-x86_64-linux)
302311
stimulus-rails (1.2.1)
303312
railties (>= 6.0.0)
304-
stringio (3.1.0)
305-
thor (1.2.1)
306-
tilt (2.1.0)
307-
timeout (0.3.2)
313+
stringio (3.1.5)
314+
thor (1.3.2)
315+
tilt (2.6.0)
316+
timeout (0.4.3)
308317
turbo-rails (1.4.0)
309318
actionpack (>= 6.0.0)
310319
activejob (>= 6.0.0)
@@ -323,14 +332,15 @@ GEM
323332
nokogiri (~> 1.6)
324333
rubyzip (>= 1.3.0)
325334
selenium-webdriver (~> 4.0)
326-
websocket (1.2.9)
327-
websocket-driver (0.7.5)
335+
websocket (1.2.11)
336+
websocket-driver (0.7.7)
337+
base64
328338
websocket-extensions (>= 0.1.0)
329339
websocket-extensions (0.1.5)
330340
xpath (3.2.0)
331341
nokogiri (~> 1.8)
332342
yard (0.9.37)
333-
zeitwerk (2.6.7)
343+
zeitwerk (2.7.2)
334344

335345
PLATFORMS
336346
aarch64-linux
@@ -366,7 +376,7 @@ DEPENDENCIES
366376
webdrivers (= 5.2.0)
367377

368378
RUBY VERSION
369-
ruby 3.2.6p234
379+
ruby 3.2.7p253
370380

371381
BUNDLED WITH
372382
2.5.6

0 commit comments

Comments
 (0)