Skip to content

Commit

Permalink
force at least bundler version to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Dec 28, 2022
1 parent a6db6ca commit eb6dfa2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ blocks:
- sem-version ruby ${RUBY_VERSION}
- bundle config set --local deployment true
- bundle config set --local path vendor/bundle
- gem install bundler:2.4.1
- bundle install
- bundle exec rake test
- name: Run tests in macOS environment
Expand All @@ -52,5 +53,6 @@ blocks:
- sem-version ruby ${RUBY_VERSION}
- bundle config set --local deployment true
- bundle config set --local path vendor/bundle
- gem install bundler:2.4.1
- bundle install
- bundle exec rake test

0 comments on commit eb6dfa2

Please sign in to comment.