Skip to content

Commit 6f527a4

Browse files
committed
Fixes gem
1 parent 4d479d1 commit 6f527a4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ on:
1515
workflow_dispatch:
1616

1717
env:
18-
RUBY_VERSION: "3.1.2"
19-
BUNDLER_VERSION: "2.3.21"
18+
RUBY_VERSION: "3.3.2"
19+
BUNDLER_VERSION: "2.5.11"
2020

2121
# Here is where we define our jobs.
2222
# Which means the tasks we want Github to execute
@@ -39,6 +39,7 @@ jobs:
3939
run: |
4040
sudo apt-get update
4141
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
4243
sudo gem install bundler:${{ env.BUNDLER_VERSION }}
4344
- name: Setup Ruby
4445
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)