summaryrefslogtreecommitdiff
path: root/config/software/ruby.rb
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-08-04 14:51:49 -0600
committermo khan <mo.khan@gmail.com>2020-08-04 18:18:36 -0600
commit4b130604be2dcd96bde5f708e0f4dc91f86bd89b (patch)
treeb8333834b2be76fdd357a22fcda7212909e32eef /config/software/ruby.rb
parented6e39123472fecf4eb8fef1e75db28a3b4d1ff2 (diff)
Build debian packages for tools
Diffstat (limited to 'config/software/ruby.rb')
-rw-r--r--config/software/ruby.rb7
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