Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

"waitFor": "onCreateCommand",
//"onCreateCommand": "",
"onCreateCommand": "gem install solargraph -v '0.53.4' -N",
"onCreateCommand": "gem install solargraph -v '0.56.2' -N",
//"onCreateCommand": "gem install solargraph -v '0.50.0' -N && gem install ruby-lsp -N",
//"onCreateCommand": "gem install ruby-lsp -N",
//# => Solargraph gem not found. Run `gem install solargraph` or update your Gemfile.
Expand Down
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.2.8"
ruby "3.2.9"

gem "rails", "7.0.4.3"
gem "sassc-rails", "2.1.2"
Expand All @@ -22,9 +22,9 @@ end

group :development do
gem "web-console", "4.2.0"
gem "solargraph", "0.53.4"
gem "solargraph", "0.56.2"
gem "irb", "1.10.0"
gem "repl_type_completor", "0.1.2"
gem "repl_type_completor", "0.1.10"
end

group :test do
Expand Down
52 changes: 27 additions & 25 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ GEM
ast (2.4.3)
backport (1.2.0)
base64 (0.2.0)
benchmark (0.4.0)
benchmark (0.4.1)
bindex (0.8.1)
bootsnap (1.16.0)
msgpack (~> 1.2)
Expand All @@ -93,7 +93,7 @@ GEM
debug (1.7.1)
irb (>= 1.5.0)
reline (>= 0.3.1)
diff-lcs (1.6.1)
diff-lcs (1.6.2)
erubi (1.13.1)
ffi (1.17.1-aarch64-linux-gnu)
ffi (1.17.1-arm64-darwin)
Expand Down Expand Up @@ -124,21 +124,21 @@ GEM
irb (1.10.0)
rdoc
reline (>= 0.3.8)
jaro_winkler (1.6.0)
jaro_winkler (1.6.1)
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
json (2.10.2)
json (2.13.2)
kramdown (2.5.1)
rexml (>= 3.3.9)
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
language_server-protocol (3.17.0.4)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.6)
logger (1.7.0)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -182,12 +182,12 @@ GEM
nenv (~> 0.1)
shellany (~> 0.0)
observer (0.1.2)
ostruct (0.6.1)
parallel (1.26.3)
parser (3.3.7.4)
ostruct (0.6.3)
parallel (1.27.0)
parser (3.3.9.0)
ast (~> 2.4.1)
racc
prism (0.19.0)
prism (1.4.0)
pry (0.15.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -238,32 +238,33 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rbs (3.9.0)
rbs (3.6.1)
logger
rdoc (6.12.0)
psych (>= 4.0.0)
regexp_parser (2.10.0)
reline (0.5.10)
io-console (~> 0.5)
repl_type_completor (0.1.2)
prism (>= 0.19.0, < 0.20.0)
repl_type_completor (0.1.10)
prism (~> 1.0)
rbs (>= 2.7.0, < 4.0.0)
reverse_markdown (3.0.0)
nokogiri
rexml (3.4.1)
rubocop (1.74.0)
rubocop (1.80.2)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-ast (>= 1.46.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.42.0)
rubocop-ast (1.46.0)
parser (>= 3.3.7.2)
prism (~> 1.4)
ruby-progressbar (1.13.0)
rubyzip (2.4.1)
sassc (2.4.0)
Expand All @@ -279,20 +280,21 @@ GEM
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
shellany (0.0.1)
solargraph (0.53.4)
solargraph (0.56.2)
backport (~> 1.2)
benchmark
benchmark (~> 0.4)
bundler (~> 2.0)
diff-lcs (~> 1.4)
jaro_winkler (~> 1.6)
jaro_winkler (~> 1.6, >= 1.6.1)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.1)
logger (~> 1.6)
observer (~> 0.1)
ostruct (~> 0.6)
parser (~> 3.0)
rbs (~> 3.3)
reverse_markdown (>= 2.0, < 4)
prism (~> 1.4)
rbs (~> 3.6.1)
reverse_markdown (~> 3.0)
rubocop (~> 1.38)
thor (~> 1.0)
tilt (~> 2.0)
Expand Down Expand Up @@ -321,7 +323,7 @@ GEM
railties (>= 6.0.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (3.1.4)
unicode-display_width (3.1.5)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
web-console (4.2.0)
Expand Down Expand Up @@ -367,10 +369,10 @@ DEPENDENCIES
rails (= 7.0.4.3)
rails-controller-testing (= 1.0.5)
reline (= 0.5.10)
repl_type_completor (= 0.1.2)
repl_type_completor (= 0.1.10)
sassc-rails (= 2.1.2)
selenium-webdriver (= 4.8.3)
solargraph (= 0.53.4)
solargraph (= 0.56.2)
sprockets-rails (= 3.4.2)
sqlite3 (= 1.6.1)
stimulus-rails (= 1.2.1)
Expand All @@ -379,7 +381,7 @@ DEPENDENCIES
webdrivers (= 5.2.0)

RUBY VERSION
ruby 3.2.8p263
ruby 3.2.9p265

BUNDLED WITH
2.5.6