We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7254f8c commit 907999bCopy full SHA for 907999b
.circleci/config.yml
@@ -36,6 +36,7 @@ jobs:
36
- run:
37
name: install dependencies
38
command: |
39
+ wget -qO - https://ftp-master.debian.org/keys/archive-key-11.asc | sudo apt-key add -
40
gem install bundler:2.4.22
41
bundle install --path vendor/bundle
42
sudo rm /etc/apt/sources.list
0 commit comments