Skip to content

Commit

Permalink
lock ruby to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Jan 14, 2025
1 parent 069c030 commit 66f471d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source "https://rubygems.org"

gem "fastlane", '2.226.0'
gem "fastlane", '2.217.0'
2 changes: 1 addition & 1 deletion azure-templates/bootstrap_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ steps:
- script: mkdir -p ./Resources/WebDriverAgent.bundle
- task: UseRubyVersion@0
inputs:
versionSpec: '3'
versionSpec: '3.3'
addToPath: true

0 comments on commit 66f471d

Please sign in to comment.