From 24714068efc5866999311ad482d54f5c7a90c449 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 1 Jul 2025 07:50:51 +0200 Subject: Upgrade Ruby and gems to patch-level releases MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upgrade ruby and gem dependencies to their latest patch-level releases. As an unexpected surprise, this bump needed libyaml-dev in the building stage for docker. Signed-off-by: Miquel Sabaté Solà --- .rubocop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index 89339fe..ace564d 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -20,7 +20,7 @@ AllCops: ## # Plugins -require: +plugins: - rubocop-rails - rubocop-performance - rubocop-minitest -- cgit v1.2.3