Skip to content

Commit 7942fbf

Browse files
committed
update ruby
1 parent 231b850 commit 7942fbf

File tree

2 files changed

+215
-208
lines changed

2 files changed

+215
-208
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
docker:
99
# a packaged system that has the instructions for creating a running container.
10-
- image: circleci/ruby:2.3.3
10+
- image: circleci/ruby:2.7.4
1111

1212
# actions that need to be taken to perform your job
1313
steps:
@@ -38,7 +38,7 @@ jobs:
3838
command: |
3939
bundle install --path vendor/bundle
4040
sudo rm /etc/apt/sources.list
41-
echo "deb http://archive.debian.org/debian/ jessie main contrib non-free" | sudo tee -a /etc/apt/sources.list
41+
echo "deb [trusted=yes] http://archive.debian.org/debian/ jessie main contrib non-free" | sudo tee -a /etc/apt/sources.list
4242
echo "deb-src http://archive.debian.org/debian jessie main contrib non-free" | sudo tee -a /etc/apt/sources.list
4343
echo "Acquire::Check-Valid-Until false;" | sudo tee -a /etc/apt/apt.conf.d/10-nocheckvalid
4444
echo '# Package: *\nPin: origin "archive.debian.org"\nPin-Priority: 500' | sudo tee -a /etc/apt/preferences.d/10-archive-pin

0 commit comments

Comments
 (0)