Skip to content

Commit 0b3ff61

Browse files
committed
Update semaphore.yml
1 parent 265c0f5 commit 0b3ff61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.semaphore/semaphore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ blocks:
4242
# Read about caching: https://docs.semaphoreci.com/article/54-toolbox-reference#cache
4343
- cache restore gems-$SEMAPHORE_GIT_BRANCH-$(checksum Gemfile.lock),gems-$SEMAPHORE_GIT_BRANCH-,gems-master-
4444
# Set Ruby version:
45-
- sem-version ruby 3.3.1
45+
- sem-version ruby 3.4.5
4646
- mkdir -p ~/gems
4747
- cd ~/gems && (git clone -b $SEMAPHORE_GIT_BRANCH --single-branch [email protected]:KnapsackPro/knapsack_pro-ruby.git || git clone -b master --single-branch [email protected]:KnapsackPro/knapsack_pro-ruby.git) && cd ~/$SEMAPHORE_GIT_DIR
4848
- bundle install --jobs=4 --retry=3 --path vendor/bundle
@@ -75,7 +75,7 @@ blocks:
7575
# Start Postgres database service.
7676
# See https://docs.semaphoreci.com/article/54-toolbox-reference#sem-service
7777
- sem-service start postgres
78-
- sem-version ruby 3.3.1
78+
- sem-version ruby 3.4.5
7979
- mkdir -p ~/gems
8080
- cd ~/gems && (git clone -b $SEMAPHORE_GIT_BRANCH --single-branch [email protected]:KnapsackPro/knapsack_pro-ruby.git || git clone -b master --single-branch [email protected]:KnapsackPro/knapsack_pro-ruby.git) && cd ~/$SEMAPHORE_GIT_DIR
8181
- bundle install --jobs=4 --retry=3 --path vendor/bundle

0 commit comments

Comments
 (0)