diff options
| author | mo khan <mo.khan@gmail.com> | 2020-08-06 17:42:37 +0000 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-08-06 17:42:37 +0000 |
| commit | dae67cdc5db97d87b90b76b3283b674edc052e16 (patch) | |
| tree | c6affe3e88e8d06e8e59a70b0297e353766a280b /config/software/ruby.rb | |
| parent | 06b158403c3ce87081109dad8dd76581a1b18c2d (diff) | |
| parent | 4b130604be2dcd96bde5f708e0f4dc91f86bd89b (diff) | |
Merge branch '217904-debian-pkgs' into 'master'
Build debian packages for tools
See merge request gitlab-org/security-products/license-management!202
Diffstat (limited to 'config/software/ruby.rb')
| -rw-r--r-- | config/software/ruby.rb | 7 |
1 files changed, 3 insertions, 4 deletions
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 |
