Skip to content

Commit

Permalink
Use explicit version for Bundler (#5395)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyDanny authored Dec 15, 2023
1 parent 68c9b86 commit 3d29c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ steps:
- label: "Danger"
commands:
- echo "--- Install Bundler"
- gem install bundler
- gem install bundler -v 2.4.22
- echo "--- Bundle Install"
- bundle install
- echo "+++ Run Danger"
Expand Down

0 comments on commit 3d29c67

Please sign in to comment.