From 4b130604be2dcd96bde5f708e0f4dc91f86bd89b Mon Sep 17 00:00:00 2001 From: mo khan Date: Tue, 4 Aug 2020 14:51:49 -0600 Subject: Build debian packages for tools --- config/software/ruby.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'config/software/ruby.rb') diff --git a/config/software/ruby.rb b/config/software/ruby.rb index 56a04fc..316a342 100644 --- a/config/software/ruby.rb +++ b/config/software/ruby.rb @@ -1,4 +1,4 @@ -require 'fileutils' +# frozen_string_literal: true name "ruby" @@ -6,7 +6,6 @@ license "BSD-2-Clause" license_file "BSDL" license_file "COPYING" license_file "LEGAL" -skip_transitive_dependency_licensing true default_version "2.7.1" @@ -44,8 +43,8 @@ build do end build do - command "#{embedded_dir}/bin/gem install bundler -v'~> 2.0' --no-document" - command "#{embedded_dir}/bin/gem install bundler -v'~> 1.0' --no-document" + command "#{embedded_dir}/bin/gem install bundler -v '~> 1.0' --no-document" + command "#{embedded_dir}/bin/gem install bundler -v '~> 2.0' --no-document" end build do -- cgit v1.2.3