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