Releases: bitrise-steplib/steps-cocoapods-install
Releases · bitrise-steplib/steps-cocoapods-install
2.4.2
2.4.1
2.4.0
What's Changed
When a .ruby-version
or .tool-versions
file with a ruby version is present in the repo, will now detect if the given version is already installed using asdf.
Full Changelog: 2.3.5...2.4.0
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
What's Changed
- Updated pinned Ruby from 2.6.0 -> 2.6.9 to support M1 and Xcode 14. by @matrangam in #86
New Contributors
- @matrangam made their first contribution in #86
Full Changelog: 2.2.1...2.3.0
2.2.1
Fixed an error when a ruby version defined in .ruby-version
file caused the step to fail if given version was not installed on the machine.