--- /dev/null
+# Silence Ruby deprecation warnings patch
+
+* [PUP-10391 URI.escape is obsolete in Ruby 2.7 - Puppet Tickets](https://tickets.puppetlabs.com/browse/PUP-10391).
+* [PUP-10535 Move to Addressable - Puppet Tickets](https://tickets.puppetlabs.com/browse/PUP-10535).
+* [#955532 - Deprecation warning in Ruby 2.7: URI.escape is obsolete - Debian Bug report logs](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955532).
+* [Silence Ruby deprecation warnings (Closes: #955532). (!2) · Merge Requests · Debian Puppet Team / puppet · GitLab](https://salsa.debian.org/puppet-team/puppet/-/merge_requests/2/diffs).
--- /dev/null
+--- /usr/bin/puppet.orig 2021-04-27 13:50:28.100655437 -0300
++++ /usr/bin/puppet 2021-04-27 13:50:50.576789022 -0300
+@@ -1,6 +1,7 @@
+ #!/usr/bin/ruby
+
+ begin
++ $VERBOSE = nil
+ require 'puppet/util/command_line'
+ Puppet::Util::CommandLine.new.execute
+ rescue LoadError => e