1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/reline] Use "Bundler.require" to load Gemfile.lock in multiline_repl

https://github.com/ruby/reline/commit/492bee257a
This commit is contained in:
aycabta 2022-01-14 21:36:45 +09:00 committed by git
parent f5e3913737
commit 1550756849

View file

@ -1,5 +1,9 @@
#!/usr/bin/env ruby
require 'bundler'
Bundler.require
require 'reline'
require 'optparse'
require_relative 'termination_checker'