Skip to content

Commit 090f878

Browse files
authored
Merge pull request #73670 from wolfi-dev/staging-update-bot/ruby3.2-bundler.yaml
ruby3.2-bundler/4.0.0 package update
2 parents ea14986 + b1af2c1 commit 090f878

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ruby3.2-bundler.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: ruby3.2-bundler
3-
version: "2.7.2"
3+
version: "4.0.0"
44
epoch: 0
55
description: Manage an application's gem dependencies
66
copyright:
@@ -25,7 +25,7 @@ vars:
2525
pipeline:
2626
- uses: git-checkout
2727
with:
28-
expected-commit: b463ced1459e03bf871116fff3a09c5d287806c2
28+
expected-commit: 64d0dfe6959ca602849fde0de6d95f0be6bfed35
2929
repository: https://github.com/rubygems/rubygems
3030
tag: bundler-v${{package.version}}
3131

@@ -80,7 +80,7 @@ test:
8080
- runs: |
8181
echo "source 'https://rubygems.org'" > Gemfile
8282
echo "gem 'rake'" >> Gemfile
83-
bundle install --path vendor/bundle
83+
bundle install
8484
bundle list
8585
echo "Bundler test passed!"
8686
- uses: test/tw/gem-check

0 commit comments

Comments
 (0)