diff options
| author | mo khan <mo.khan@gmail.com> | 2020-08-04 14:51:49 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-08-04 18:18:36 -0600 |
| commit | 4b130604be2dcd96bde5f708e0f4dc91f86bd89b (patch) | |
| tree | b8333834b2be76fdd357a22fcda7212909e32eef /config/software/ruby.rb | |
| parent | ed6e39123472fecf4eb8fef1e75db28a3b4d1ff2 (diff) | |
Build debian packages for tools
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 |
