Skip to content

Commit 0dd0412

Browse files
Fixing deployment bundler install
1 parent 9f51df5 commit 0dd0412

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.semaphore/release-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ blocks:
2727
# complete in about a second.
2828
# For more info on caching, see https://docs.semaphoreci.com/article/68-caching-dependencies
2929
- cache restore
30+
- gem install bundler -v '2.1.4'
3031
- bundle install --path vendor/bundle
3132
- cache store
3233

0 commit comments

Comments
 (0)