From c02eb060c57fd5fe15de5ae24622c6c6b47343e1 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Tue, 15 Jul 2025 15:41:22 +0200 Subject: [PATCH] packaging: Switch from Perforce to OpenVoxProject releases Same as https://github.com/OpenVoxProject/ezbake/pull/21 --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index efec1bce5..727fde8ff 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,8 @@ end # The public_suffix gem used in the dependencies for the packaging gem no longer supports Ruby 2.5 # and bundler is not smart enough to realize that an older version would work in the mix. gem 'public_suffix', '= 4.0.7' -gem 'packaging', *location_for(ENV['PACKAGING_LOCATION'] || '~> 0.99') +# 1.0.0 is the first OpenVoxProject release +gem 'packaging', '~> 1.0', github: 'OpenVoxProject/packaging' gem 'rake', :group => [:development, :test] group :test do