Skip to content

Commit 91f78e6

Browse files
committed
ci: remove the Gemfile.lock in downstream jobs
1 parent 324095e commit 91f78e6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/downstream.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
- name: ${{matrix.name}} test suite
4545
working-directory: ${{matrix.name}}
4646
run: |
47+
rm -f Gemfile.lock
4748
bundle remove tailwindcss-ruby || true
4849
bundle add tailwindcss-ruby --path=".."
4950
bundle install --local || bundle install

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
tailwindcss-ruby (4.0.0.beta.9)
4+
tailwindcss-ruby (4.0.0.beta.10)
55

66
GEM
77
remote: https://rubygems.org/

0 commit comments

Comments
 (0)