Skip to content

Commit abab97a

Browse files
committed
remove gem install
1 parent 43091c8 commit abab97a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.semaphore/semaphore.yml

-7
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,6 @@ blocks:
4141
# complete in about a second.
4242
# See https://docs.semaphoreci.com/article/68-caching-dependencies
4343
- 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'
5144
- bundle install --path vendor/bundle
5245
- cache store
5346
jobs:

0 commit comments

Comments
 (0)