Skip to content

Commit

Permalink
@wip remove mentions of readline-ext gem
Browse files Browse the repository at this point in the history
  • Loading branch information
andrykonchin committed Oct 1, 2024
1 parent 8bebd06 commit cf4083c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions spec/truffle/lazy_rubygems_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# This spec needs no upgraded gems installed
it "is not loaded for default gems if there is no upgraded default gem" do
default_gems = []
keep_hyphen = %w[open-uri readline-ext resolv-replace]
keep_hyphen = %w[open-uri resolv-replace]

Truffle::GemUtil::DEFAULT_GEMS.each_pair do |prefix, names|
if names == true
Expand All @@ -33,7 +33,6 @@
'bundler', # explicitly requires RubyGems
'dbm', 'gdbm', # not available
'debug', # not available
'readline-ext', # readline.so on CRuby, we have no readline C-ext
]
default_gems[default_gems.index('english')] = 'English'
default_gems[default_gems.index('rinda')] = 'rinda/rinda'
Expand Down
1 change: 0 additions & 1 deletion test/truffle/gems/default-bundled-gems/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ gem "psych", "5.0.1"
gem "racc", "1.6.2"
gem "rdoc", "6.5.1.1"
gem "readline", "0.0.3"
gem "readline-ext", "0.1.5"
gem "reline", "0.3.2"
gem "resolv", "0.2.2"
gem "resolv-replace", "0.1.1"
Expand Down

0 comments on commit cf4083c

Please sign in to comment.