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.
2 parents ea14986 + b1af2c1 commit 090f878Copy full SHA for 090f878
ruby3.2-bundler.yaml
@@ -1,6 +1,6 @@
1
package:
2
name: ruby3.2-bundler
3
- version: "2.7.2"
+ version: "4.0.0"
4
epoch: 0
5
description: Manage an application's gem dependencies
6
copyright:
@@ -25,7 +25,7 @@ vars:
25
pipeline:
26
- uses: git-checkout
27
with:
28
- expected-commit: b463ced1459e03bf871116fff3a09c5d287806c2
+ expected-commit: 64d0dfe6959ca602849fde0de6d95f0be6bfed35
29
repository: https://github.com/rubygems/rubygems
30
tag: bundler-v${{package.version}}
31
@@ -80,7 +80,7 @@ test:
80
- runs: |
81
echo "source 'https://rubygems.org'" > Gemfile
82
echo "gem 'rake'" >> Gemfile
83
- bundle install --path vendor/bundle
+ bundle install
84
bundle list
85
echo "Bundler test passed!"
86
- uses: test/tw/gem-check
0 commit comments