Skip to content

Commit

Permalink
Use "Bundler.require" to load Gemfile.lock in multiline_repl
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed Jan 14, 2022
1 parent 21d75f6 commit 492bee2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/reline/yamatanooroti/multiline_repl
@@ -1,5 +1,9 @@
#!/usr/bin/env ruby


require 'bundler'
Bundler.require

require 'reline'
require 'optparse'
require_relative 'termination_checker'
Expand Down

0 comments on commit 492bee2

Please sign in to comment.