From d1e5da7e5e65cabe1513525e695429e45e36af4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Wed, 19 Oct 2016 09:38:39 +0200 Subject: [PATCH] Fix translations sed on CI It actually replaces the whole line and croaks if branch is on a second line ... [ci skip] --- Gemfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index d182b8a88c..eabc52c382 100644 --- a/Gemfile +++ b/Gemfile @@ -253,8 +253,7 @@ platforms :jruby do end group :opf_plugins do - gem 'openproject-translations', git: 'https://github.com/opf/openproject-translations.git', - branch: 'dev' + gem 'openproject-translations', git: 'https://github.com/opf/openproject-translations.git', branch: 'dev' end # TODO: Make this group :optional when bundler v10.x