Skip to content

Commit 0c03f13

Browse files
committed
packaging: test erb changes for modern Ruby
Test for OpenVoxProject/packaging#9
1 parent dc05de4 commit 0c03f13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ end
1313
# The public_suffix gem used in the dependencies for the packaging gem no longer supports Ruby 2.5
1414
# and bundler is not smart enough to realize that an older version would work in the mix.
1515
gem 'public_suffix', '= 4.0.7'
16-
gem 'packaging', *location_for(ENV['PACKAGING_LOCATION'] || '~> 0.99')
16+
#gem 'packaging', *location_for(ENV['PACKAGING_LOCATION'] || '~> 0.99')
17+
gem 'packaging', github: 'OpenVoxProject/packaging', branch: 'erb'
1718
gem 'rake', :group => [:development, :test]
1819

1920
group :test do

0 commit comments

Comments
 (0)