Skip to content

Commit 9b41ab2

Browse files
committed
Don't install bundler for sequel CI job
Bundler is included in JRuby for a long time now.
1 parent e1f0f97 commit 9b41ab2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tool/sequel-github-actions.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ set -v -e
33

44
# set up PATH for JRuby
55
export PATH=`pwd`/bin:$PATH
6-
gem install bundler -v "~>1.17.3" --no-document
76

87
# set up sequel
98
git clone --depth=10 https://github.com/jeremyevans/sequel.git

0 commit comments

Comments
 (0)