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
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@

source 'https://rubygems.org'

ruby '3.2.2'

gem 'rouge'
gem 'slop'
gem 'object_tracker', '~> 2.1'
gem 'gitattributes'
gem 'editorconfig'
gem 'nokogiri'
gem 'toml-rb'
gem 'drb'
gem 'observer'
gem 'reline'

# Projects pulled out of Re:
gem 'termcontroller', '>= 0.5'
Expand Down
19 changes: 11 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,24 @@ GEM
base64 (0.3.0)
citrus (3.0.2)
coderay (1.1.3)
drb (2.2.3)
editor_core (0.3.2)
editorconfig (0.2.2)
file_writer (0.2.0)
gitattributes (2.9.0)
io-console (0.8.0)
keyboard_map (0.2.3)
method_source (1.1.0)
mini_portile2 (2.8.9)
nokogiri (1.18.8)
mini_portile2 (~> 2.8.2)
nokogiri (1.18.8-x86_64-linux-gnu)
racc (~> 1.4)
object_tracker (2.1.2)
observer (0.1.2)
pry (0.15.2)
coderay (~> 1.1)
method_source (~> 1.0)
racc (1.8.1)
reline (0.6.1)
io-console (~> 0.5)
rouge (4.5.2)
rouge-gtk_theme_loader (0.3.2)
rouge (> 4.0)
Expand All @@ -33,27 +36,27 @@ GEM
racc (~> 1.7)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
ansiterm (>= 0.4.3)
drb
editor_core (>= 0.3.2)
editorconfig
file_writer (~> 0.2.0)
gitattributes
keyboard_map
nokogiri
object_tracker (~> 2.1)
observer
pry
reline
rouge
rouge-gtk_theme_loader (>= 0.3.2)
ruby-prof
slop
termcontroller (>= 0.5)
toml-rb

RUBY VERSION
ruby 3.2.2p53

BUNDLED WITH
2.4.19
2.6.7