Skip to content

Commit 2ed4d02

Browse files
Merge pull request #33 from rakuda-san-desu/update_ruby_v3.2.9
Gemのバージョンアップと関連した更新
2 parents 52505b6 + 09f84fa commit 2ed4d02

File tree

3 files changed

+31
-29
lines changed

3 files changed

+31
-29
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
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.53.4' -N",
28+
"onCreateCommand": "gem install solargraph -v '0.56.2' -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

Lines changed: 3 additions & 3 deletions
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.8"
4+
ruby "3.2.9"
55

66
gem "rails", "7.0.4.3"
77
gem "sassc-rails", "2.1.2"
@@ -22,9 +22,9 @@ end
2222

2323
group :development do
2424
gem "web-console", "4.2.0"
25-
gem "solargraph", "0.53.4"
25+
gem "solargraph", "0.56.2"
2626
gem "irb", "1.10.0"
27-
gem "repl_type_completor", "0.1.2"
27+
gem "repl_type_completor", "0.1.10"
2828
end
2929

3030
group :test do

Gemfile.lock

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ GEM
7272
ast (2.4.3)
7373
backport (1.2.0)
7474
base64 (0.2.0)
75-
benchmark (0.4.0)
75+
benchmark (0.4.1)
7676
bindex (0.8.1)
7777
bootsnap (1.16.0)
7878
msgpack (~> 1.2)
@@ -93,7 +93,7 @@ GEM
9393
debug (1.7.1)
9494
irb (>= 1.5.0)
9595
reline (>= 0.3.1)
96-
diff-lcs (1.6.1)
96+
diff-lcs (1.6.2)
9797
erubi (1.13.1)
9898
ffi (1.17.1-aarch64-linux-gnu)
9999
ffi (1.17.1-arm64-darwin)
@@ -124,21 +124,21 @@ GEM
124124
irb (1.10.0)
125125
rdoc
126126
reline (>= 0.3.8)
127-
jaro_winkler (1.6.0)
127+
jaro_winkler (1.6.1)
128128
jbuilder (2.11.5)
129129
actionview (>= 5.0.0)
130130
activesupport (>= 5.0.0)
131-
json (2.10.2)
131+
json (2.13.2)
132132
kramdown (2.5.1)
133133
rexml (>= 3.3.9)
134134
kramdown-parser-gfm (1.1.0)
135135
kramdown (~> 2.0)
136-
language_server-protocol (3.17.0.4)
136+
language_server-protocol (3.17.0.5)
137137
lint_roller (1.1.0)
138138
listen (3.9.0)
139139
rb-fsevent (~> 0.10, >= 0.10.3)
140140
rb-inotify (~> 0.9, >= 0.9.10)
141-
logger (1.6.6)
141+
logger (1.7.0)
142142
loofah (2.24.0)
143143
crass (~> 1.0.2)
144144
nokogiri (>= 1.12.0)
@@ -182,12 +182,12 @@ GEM
182182
nenv (~> 0.1)
183183
shellany (~> 0.0)
184184
observer (0.1.2)
185-
ostruct (0.6.1)
186-
parallel (1.26.3)
187-
parser (3.3.7.4)
185+
ostruct (0.6.3)
186+
parallel (1.27.0)
187+
parser (3.3.9.0)
188188
ast (~> 2.4.1)
189189
racc
190-
prism (0.19.0)
190+
prism (1.4.0)
191191
pry (0.15.2)
192192
coderay (~> 1.1)
193193
method_source (~> 1.0)
@@ -238,32 +238,33 @@ GEM
238238
rb-fsevent (0.11.2)
239239
rb-inotify (0.11.1)
240240
ffi (~> 1.0)
241-
rbs (3.9.0)
241+
rbs (3.6.1)
242242
logger
243243
rdoc (6.12.0)
244244
psych (>= 4.0.0)
245245
regexp_parser (2.10.0)
246246
reline (0.5.10)
247247
io-console (~> 0.5)
248-
repl_type_completor (0.1.2)
249-
prism (>= 0.19.0, < 0.20.0)
248+
repl_type_completor (0.1.10)
249+
prism (~> 1.0)
250250
rbs (>= 2.7.0, < 4.0.0)
251251
reverse_markdown (3.0.0)
252252
nokogiri
253253
rexml (3.4.1)
254-
rubocop (1.74.0)
254+
rubocop (1.80.2)
255255
json (~> 2.3)
256256
language_server-protocol (~> 3.17.0.2)
257257
lint_roller (~> 1.1.0)
258258
parallel (~> 1.10)
259259
parser (>= 3.3.0.2)
260260
rainbow (>= 2.2.2, < 4.0)
261261
regexp_parser (>= 2.9.3, < 3.0)
262-
rubocop-ast (>= 1.38.0, < 2.0)
262+
rubocop-ast (>= 1.46.0, < 2.0)
263263
ruby-progressbar (~> 1.7)
264264
unicode-display_width (>= 2.4.0, < 4.0)
265-
rubocop-ast (1.42.0)
265+
rubocop-ast (1.46.0)
266266
parser (>= 3.3.7.2)
267+
prism (~> 1.4)
267268
ruby-progressbar (1.13.0)
268269
rubyzip (2.4.1)
269270
sassc (2.4.0)
@@ -279,20 +280,21 @@ GEM
279280
rubyzip (>= 1.2.2, < 3.0)
280281
websocket (~> 1.0)
281282
shellany (0.0.1)
282-
solargraph (0.53.4)
283+
solargraph (0.56.2)
283284
backport (~> 1.2)
284-
benchmark
285+
benchmark (~> 0.4)
285286
bundler (~> 2.0)
286287
diff-lcs (~> 1.4)
287-
jaro_winkler (~> 1.6)
288+
jaro_winkler (~> 1.6, >= 1.6.1)
288289
kramdown (~> 2.3)
289290
kramdown-parser-gfm (~> 1.1)
290291
logger (~> 1.6)
291292
observer (~> 0.1)
292293
ostruct (~> 0.6)
293294
parser (~> 3.0)
294-
rbs (~> 3.3)
295-
reverse_markdown (>= 2.0, < 4)
295+
prism (~> 1.4)
296+
rbs (~> 3.6.1)
297+
reverse_markdown (~> 3.0)
296298
rubocop (~> 1.38)
297299
thor (~> 1.0)
298300
tilt (~> 2.0)
@@ -321,7 +323,7 @@ GEM
321323
railties (>= 6.0.0)
322324
tzinfo (2.0.6)
323325
concurrent-ruby (~> 1.0)
324-
unicode-display_width (3.1.4)
326+
unicode-display_width (3.1.5)
325327
unicode-emoji (~> 4.0, >= 4.0.4)
326328
unicode-emoji (4.0.4)
327329
web-console (4.2.0)
@@ -367,10 +369,10 @@ DEPENDENCIES
367369
rails (= 7.0.4.3)
368370
rails-controller-testing (= 1.0.5)
369371
reline (= 0.5.10)
370-
repl_type_completor (= 0.1.2)
372+
repl_type_completor (= 0.1.10)
371373
sassc-rails (= 2.1.2)
372374
selenium-webdriver (= 4.8.3)
373-
solargraph (= 0.53.4)
375+
solargraph (= 0.56.2)
374376
sprockets-rails (= 3.4.2)
375377
sqlite3 (= 1.6.1)
376378
stimulus-rails (= 1.2.1)
@@ -379,7 +381,7 @@ DEPENDENCIES
379381
webdrivers (= 5.2.0)
380382

381383
RUBY VERSION
382-
ruby 3.2.8p263
384+
ruby 3.2.9p265
383385

384386
BUNDLED WITH
385387
2.5.6

0 commit comments

Comments
 (0)