We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca63c6 commit 9ebb415Copy full SHA for 9ebb415
etc/rbenv.d/exec/gemset.bash
@@ -26,6 +26,7 @@ for gemset in $(rbenv-gemset active 2>/dev/null); do
26
fi
27
done
28
IFS="$OLDIFS"
29
+RUBINIUS="$(rbenv-prefix)/gems" && [ -d "$RUBINIUS" ] && GEM_PATH="$GEM_PATH:$RUBINIUS"
30
31
if [ -n "$GEM_HOME" ]; then
32
export GEM_HOME GEM_PATH PATH
libexec/rbenv-gemset
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
set -e
3
4
-RBENV_GEMSET_VERSION="0.4.1"
+RBENV_GEMSET_VERSION="0.4.2"
5
6
# Provide rbenv completions
7
if [ "$1" = "--complete" ]; then
0 commit comments