Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .buildkite/commands/build-for-testing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ fi

echo "--- :beer: Installing Homebrew Dependencies"
brew tap FelixHerrmann/tap
# Newer Homebrew refuses third-party tap formulae until the tap is trusted.
Comment thread
mokagio marked this conversation as resolved.
Outdated
brew trust FelixHerrmann/tap
brew install swift-package-list

"$(dirname "${BASH_SOURCE[0]}")/shared-set-up.sh"
Expand Down
2 changes: 2 additions & 0 deletions .buildkite/commands/shared-set-up-distribution.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ echo "--- :beer: Installing Homebrew Dependencies"
brew upgrade sentry-cli

brew tap FelixHerrmann/tap
# Newer Homebrew refuses third-party tap formulae until the tap is trusted.
Comment thread
mokagio marked this conversation as resolved.
Outdated
brew trust FelixHerrmann/tap
brew install swift-package-list

brew install imagemagick
Expand Down
2 changes: 1 addition & 1 deletion .bundle/config
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ BUNDLE_PATH: "vendor/bundle"
BUNDLE_JOBS: "3"
BUNDLE_WITHOUT: "screenshots"
BUNDLE_RETRY: "3"
BUNDLE_SPECIFIC_PLATFORM: "false"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This config is no longer used by Bundler

BUNDLE_FORCE_RUBY_PLATFORM: "true"
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.4.9
2 changes: 1 addition & 1 deletion .xcode-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
26.4.1
26.6
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -396,4 +396,4 @@ DEPENDENCIES
rubocop-rake (~> 0.7)

BUNDLED WITH
2.4.22
4.0.15