branch: elpa/inf-ruby
commit a6daf44f67d808c0038b759ef4f99b6d6c0ea753
Author: Yoshida Seisuke <[email protected]>
Commit: Yoshida Seisuke <[email protected]>
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)