Skip to content
Snippets Groups Projects
Commit f70f72c1 authored by DJ Mountney's avatar DJ Mountney
Browse files

Drop unused awesomeprint gem

Changelog: changed
parent f85ea9fa
No related branches found
No related tags found
2 merge requests!39Bumped oldstable branch to Heptapod 0.21,!31GitLab 13.10
......@@ -92,7 +92,6 @@
dependency 'nginx'
dependency 'mixlib-log'
dependency 'chef-zero'
dependency 'awesome_print'
dependency 'ohai'
dependency 'chef-gem'
dependency 'chef-bin'
......
#
# Copyright 2018 GitLab Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
name 'awesome_print'
default_version '1.8.0'
license 'MIT'
license_file 'LICENSE'
skip_transitive_dependency_licensing true
dependency 'ruby'
dependency 'rubygems'
build do
patch source: "license/#{version}/add-license-file.patch"
env = with_standard_compiler_flags(with_embedded_path)
gem 'install awesome_print' \
" --version '#{version}'" \
' --no-document', env: env
end
......@@ -40,12 +40,6 @@
- filename: config/software/alertmanager.rb
pattern: "Gitlab::Version.new\\('alertmanager', '(\\S+)'\\)"
tag_prefix: 'v'
# awesome_print
https://github.com/awesome-print/awesome_print.git:
replace_in_files:
- filename: config/software/awesome_print.rb
pattern: "default_version '(\\S+)'"
tag_prefix: 'v'
# chef-gem
https://github.com/chef/chef.git:
replace_in_files:
......
require 'awesome_print'
module OutputHelper
def quote(string)
string.to_s.inspect unless string.nil?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment