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.
1 parent 324095e commit 91f78e6Copy full SHA for 91f78e6
.github/workflows/downstream.yml
@@ -44,6 +44,7 @@ jobs:
44
- name: ${{matrix.name}} test suite
45
working-directory: ${{matrix.name}}
46
run: |
47
+ rm -f Gemfile.lock
48
bundle remove tailwindcss-ruby || true
49
bundle add tailwindcss-ruby --path=".."
50
bundle install --local || bundle install
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- tailwindcss-ruby (4.0.0.beta.9)
+ tailwindcss-ruby (4.0.0.beta.10)
5
6
GEM
7
remote: https://rubygems.org/
0 commit comments