Skip to content

Commit

Permalink
Copy Gemfile.lock for custom robe server
Browse files Browse the repository at this point in the history
  • Loading branch information
ahobson committed Aug 7, 2024
1 parent abc5aed commit 61060d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ahobson/my-ruby.el
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@
"gem \"pry\""
"gem \"robe\", \"0.8.3\", github: \"dgutov/robe\""
"eval_gemfile \"Gemfile\""))))
(with-environment-variables (("BUNDLE_GEMFILE" "Gemfile_ahobson"))
(shell-command "bundle install")))
(copy-file "Gemfile.lock" "Gemfile_ahobson.lock" t)
(with-environment-variables (("BUNDLE_GEMFILE" "Gemfile_ahobson"))
(shell-command "bundle install")))

(defun my-inf-ruby-console-rails ()
"Run inf-ruby-console-rails with RAILS_ENV set."
Expand Down

0 comments on commit 61060d8

Please sign in to comment.