Skip to content

Commit

Permalink
開発用のライブラリをアップデートする
Browse files Browse the repository at this point in the history
  • Loading branch information
jiikko committed Jan 21, 2024
1 parent 7c83cee commit 8a71bbc
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 67 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.2
3.0.1
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ gem "rspec"
gem "rubocop", require: false
gem "serialport" # シリアル通信をする時に必要。通常はいらない
gem "sinatra", require: false
gem "solargraph", require: false
gem "solargraph", "0.50.0", require: false
gem "stackprof", require: false
gem "timecop"
gem "webrick", require: false
gem "nokogiri", "1.15.5", require: false

if Gem::Version.new(RUBY_VERSION) > Gem::Version.new("2.6.0")
gem 'rbs', require: false
Expand Down
166 changes: 101 additions & 65 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,135 +12,171 @@ GEM
specs:
action_cable_client (3.1.0)
websocket-eventmachine-client (>= 1.2.0)
activesupport (6.1.4.1)
activesupport (7.1.3)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
ast (2.4.2)
backport (1.2.0)
benchmark (0.2.1)
base64 (0.2.0)
benchmark (0.3.0)
bigdecimal (3.1.6)
blue_green_process (0.1.4.3)
coderay (1.1.3)
concurrent-ruby (1.1.9)
diff-lcs (1.4.4)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
csv (3.2.8)
diff-lcs (1.5.0)
drb (2.2.0)
ruby2_keywords
e2mmap (0.1.0)
eventmachine (1.2.7)
ffi (1.15.4)
i18n (1.8.11)
ffi (1.16.3)
fileutils (1.7.2)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.6)
json (2.7.1)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
language_server-protocol (3.16.0.3)
listen (3.7.0)
language_server-protocol (3.17.0.3)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.0)
method_source (1.0.0)
mini_portile2 (2.8.5)
minitest (5.14.4)
mustermann (1.1.1)
minitest (5.21.2)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
mutex_m (0.2.0)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.21.0)
parser (3.0.3.2)
nokogiri (1.15.5-arm-linux)
racc (~> 1.4)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.4)
ast (~> 2.4.1)
racc
pbmenv (0.1.13)
pry (0.14.1)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
racc (1.7.3)
rack (2.2.3.1)
rack-protection (2.2.0)
rack
rainbow (3.0.0)
rake (13.0.6)
rb-fsevent (0.11.0)
rack (3.0.8)
rack-protection (4.0.0)
base64 (>= 0.1.0)
rack (>= 3.0.0, < 4)
rack-session (2.0.0)
rack (>= 3.0.0)
rainbow (3.1.1)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rbs (1.7.1)
rbs (2.8.4)
rbtree (0.4.6)
regexp_parser (2.2.0)
regexp_parser (2.9.0)
reverse_markdown (2.1.1)
nokogiri
rexml (3.2.5)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
rspec-mocks (~> 3.10.0)
rspec-core (3.10.1)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.1)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.2)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.3)
rubocop (1.23.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (1.60.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.12.0, < 2.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.14.0)
parser (>= 3.0.1.1)
ruby-progressbar (1.11.0)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
securerandom (0.3.1)
serialport (1.3.2)
set (1.1.0)
sinatra (2.2.0)
mustermann (~> 1.0)
rack (~> 2.2)
rack-protection (= 2.2.0)
sinatra (4.0.0)
mustermann (~> 3.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.0.0)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
solargraph (0.48.0)
solargraph (0.50.0)
backport (~> 1.2)
benchmark
bundler (>= 1.17.2)
bundler (~> 2.0)
diff-lcs (~> 1.4)
e2mmap
jaro_winkler (~> 1.5)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.1)
parser (~> 3.0)
reverse_markdown (>= 1.0.5, < 3)
rubocop (>= 0.52)
rbs (~> 2.0)
reverse_markdown (~> 2.0)
rubocop (~> 1.38)
thor (~> 1.0)
tilt (~> 2.0)
yard (~> 0.9, >= 0.9.24)
sorted_set (1.0.3)
rbtree
set (~> 1.0)
stackprof (0.2.22)
steep (0.47.0)
stackprof (0.2.26)
steep (1.4.0)
activesupport (>= 5.1)
concurrent-ruby (>= 1.2.2)
csv (>= 3.0.9)
fileutils (>= 1.1.0)
json (>= 2.1.0)
language_server-protocol (>= 3.15, < 4.0)
listen (~> 3.0)
parallel (>= 1.0.0)
parser (>= 3.0)
logger (>= 1.3.0)
parser (>= 3.1)
rainbow (>= 2.2.2, < 4.0)
rbs (~> 1.7.0)
rbs (>= 2.8.0)
securerandom (>= 0.1)
strscan (>= 1.0.0)
terminal-table (>= 2, < 4)
strscan (3.0.9)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thor (1.2.2)
tilt (2.0.10)
timecop (0.9.4)
typeprof (0.20.4)
rbs (>= 1.6.2)
tzinfo (2.0.4)
thor (1.3.0)
tilt (2.3.0)
timecop (0.9.8)
typeprof (0.21.9)
rbs (>= 1.8.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.1.0)
webrick (1.7.0)
unicode-display_width (2.5.0)
webrick (1.8.1)
websocket (1.2.10)
websocket-eventmachine-base (1.2.0)
eventmachine (~> 1.0)
Expand All @@ -150,7 +186,6 @@ GEM
websocket-eventmachine-base (~> 1.0)
websocket-native (1.0.0)
yard (0.9.34)
zeitwerk (2.5.1)

PLATFORMS
arm-linux
Expand All @@ -161,6 +196,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
nokogiri (= 1.15.5)
procon_bypass_man!
pry
rake
Expand All @@ -169,7 +205,7 @@ DEPENDENCIES
rubocop
serialport
sinatra
solargraph
solargraph (= 0.50.0)
stackprof
steep
timecop
Expand Down

0 comments on commit 8a71bbc

Please sign in to comment.