Skip to content

Releases: bitrise-steplib/steps-cocoapods-install

2.4.2

19 Apr 12:37
a3b881e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.1...2.4.2

2.4.1

16 Apr 10:16
6506fe8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.0...2.4.1

2.4.0

11 Sep 11:12
b2a6b7f
Compare
Choose a tag to compare

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

30 Aug 06:18
b29272c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.4...2.3.5

2.3.4

22 Aug 13:26
75dd45d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.3...2.3.4

2.3.3

29 Mar 07:49
53dc1dd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.3.2...2.3.3

2.3.2

07 Feb 08:56
ad1981e
Compare
Choose a tag to compare

What's Changed

  • Improve pod install error message by @godrei in #90

Full Changelog: 2.3.1...2.3.2

2.3.1

30 Nov 16:25
1ae8eac
Compare
Choose a tag to compare

What's Changed

  • Update go-steputils for asdf support by @hisaac in #89

New Contributors

Full Changelog: 2.3.0...2.3.1

2.3.0

09 Jun 18:52
ec9bc34
Compare
Choose a tag to compare

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

Full Changelog: 2.2.1...2.3.0

2.2.1

22 Feb 16:13
dd4b16b
Compare
Choose a tag to compare

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.