We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43091c8 commit abab97aCopy full SHA for abab97a
.semaphore/semaphore.yml
@@ -41,13 +41,6 @@ blocks:
41
# complete in about a second.
42
# See https://docs.semaphoreci.com/article/68-caching-dependencies
43
- cache restore
44
-
45
- # Make sure to first install the correct gem bundler
46
- # Look at the end of Gemfile.lock, under BUNDLED WITH
47
- # Depending the the version you are using, you might get this error
48
- # `find_spec_for_exe': can't find gem bundler
49
- # So, simply install the version here
50
- - gem install bundler -v '2.1.4'
51
- bundle install --path vendor/bundle
52
- cache store
53
jobs:
0 commit comments