emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/inf-ruby a6daf44f67 067/265: Changed 'bundle exec irb' to


From: ELPA Syncer
Subject: [nongnu] elpa/inf-ruby a6daf44f67 067/265: Changed 'bundle exec irb' to 'bundle console'
Date: Sat, 9 Jul 2022 21:59:14 -0400 (EDT)

branch: elpa/inf-ruby
commit a6daf44f67d808c0038b759ef4f99b6d6c0ea753
Author: Yoshida Seisuke <seisuke@ymail.com>
Commit: Yoshida Seisuke <seisuke@ymail.com>

    Changed 'bundle exec irb' to 'bundle console'
---
 inf-ruby.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inf-ruby.el b/inf-ruby.el
index e8590fb93d..ec928929ab 100755
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -534,7 +534,7 @@ Gemfile, it should use the `gemspec' instruction."
      ((file-exists-p "console.rb")
       (run-ruby "ruby console.rb" "console.rb"))
      (t
-      (run-ruby "bundle exec irb")))))
+      (run-ruby "bundle console")))))
 
 ;;;###autoload (inf-ruby-setup-keybindings)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]