We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d479d1 commit 6f527a4Copy full SHA for 6f527a4
.github/workflows/deploy.yml
@@ -15,8 +15,8 @@ on:
15
workflow_dispatch:
16
17
env:
18
- RUBY_VERSION: "3.1.2"
19
- BUNDLER_VERSION: "2.3.21"
+ RUBY_VERSION: "3.3.2"
+ BUNDLER_VERSION: "2.5.11"
20
21
# Here is where we define our jobs.
22
# Which means the tasks we want Github to execute
@@ -39,6 +39,7 @@ jobs:
39
run: |
40
sudo apt-get update
41
sudo apt-get install -y --no-install-recommends bats build-essential ca-certificates curl make shellcheck libgsl-dev libffi-dev minify liblapacke-dev libopenblas-dev
42
+ sudo gem update
43
sudo gem install bundler:${{ env.BUNDLER_VERSION }}
44
- name: Setup Ruby
45
uses: ruby/setup-ruby@v1
0 commit comments