Skip to content

Commit 5ea5ae3

Browse files
committed
build(deps): temporarily use PR jbundler to see if we can get to the next step
1 parent b7de21f commit 5ea5ae3

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: gem uninstall -a jruby-launcher
5252

5353
- name: Install dependencies
54-
run: bundle install
54+
run: BUNDLE_JOBS=1 bundle install
5555

5656
- name: Run tests
5757
run: bundle exec rake ${{ matrix.task }}

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ group :development, :test do
99
# force jruby-jars to use current JRuby version for testing
1010
gem 'jruby-jars', '~> ' + JRUBY_VERSION.split('.')[0..2].join('.')
1111
end
12+
13+
gem 'jbundler', github: "jruby/jbundler", ref: "refs/pull/108/head" # FIXME needs jbundler 0.9.6 release
1214
end

0 commit comments

Comments
 (0)