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:
parent
f5e3913737
commit
1550756849
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
#!/usr/bin/env ruby
|
||||
|
||||
|
||||
require 'bundler'
|
||||
Bundler.require
|
||||
|
||||
require 'reline'
|
||||
require 'optparse'
|
||||
require_relative 'termination_checker'
|
||||
|
|
Loading…
Reference in a new issue