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 a794902 commit 1f5dbfcCopy full SHA for 1f5dbfc
.github/workflows/release.yml
@@ -37,6 +37,12 @@ jobs:
37
with:
38
ruby-version: '3.2'
39
bundler-cache: true
40
+ cache-version: 1 # Increment this when you need to bust cache
41
+
42
+ - name: Install dependencies
43
+ run: |
44
+ bundle config set --local deployment false
45
+ bundle install
46
47
- name: Configure Git
48
run: |
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- ruby_llm-template (0.1.0)
+ ruby_llm-template (0.1.1)
5
ruby_llm (>= 1.0)
6
ruby_llm-schema (>= 0.2.0)
7
0 commit comments