From 9fda7dee8bfdc452156294736e699c02db70033a Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Sat, 2 Mar 2019 22:10:59 -0500 Subject: [PATCH] Add backports for rubocop --- .builds.dhall/debian-stable.dhall | 3 +++ .builds/debian-stable.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.builds.dhall/debian-stable.dhall b/.builds.dhall/debian-stable.dhall index a724662..8bd5fe0 100644 --- a/.builds.dhall/debian-stable.dhall +++ b/.builds.dhall/debian-stable.dhall @@ -5,6 +5,9 @@ "bundler", "rubocop" ], + repositories = { + backports = "http://ftp.ca.debian.org/debian/ stretch-backports main" + }, sources = ["https://git.sr.ht/~singpolyma/dhall-ruby"], tasks = [ { build = diff --git a/.builds/debian-stable.yml b/.builds/debian-stable.yml index 03441fe..c2afb47 100644 --- a/.builds/debian-stable.yml +++ b/.builds/debian-stable.yml @@ -11,3 +11,5 @@ packages: - ruby - bundler - rubocop +repositories: + backports: http://ftp.ca.debian.org/debian/ stretch-backports main -- 2.45.2