Skip to content
Open
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 .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby-3.2.4
ruby-3.3.4
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

ruby "3.2.4"
ruby "3.3.4"

# for parsing html documents to nodes tree
# see nokogiri_based_knowledge_graph.rb
Expand Down
23 changes: 5 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,16 @@ GEM
reline (>= 0.3.8)
diff-lcs (1.5.1)
io-console (0.7.2)
irb (1.13.2)
irb (1.14.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
memory_profiler (1.0.2)
nokogiri (1.16.6-aarch64-linux)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-arm-linux)
racc (~> 1.4)
nokogiri (1.16.6-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86-linux)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-linux)
racc (~> 1.4)
nokolexbor (0.5.4)
nokolexbor (0.5.4-arm64-darwin)
nokolexbor (0.5.4-x86_64-darwin)
nokolexbor (0.5.4-x86_64-linux)
psych (5.1.2)
stringio
racc (1.8.0)
racc (1.8.1)
rdoc (6.7.0)
psych (>= 4.0.0)
reline (0.5.9)
Expand Down Expand Up @@ -64,7 +51,7 @@ DEPENDENCIES
rspec

RUBY VERSION
ruby 3.2.4p170
ruby 3.3.4p94

BUNDLED WITH
2.5.10
2.5.17