We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc05de4 commit 0c03f13Copy full SHA for 0c03f13
Gemfile
@@ -13,7 +13,8 @@ end
13
# The public_suffix gem used in the dependencies for the packaging gem no longer supports Ruby 2.5
14
# and bundler is not smart enough to realize that an older version would work in the mix.
15
gem 'public_suffix', '= 4.0.7'
16
-gem 'packaging', *location_for(ENV['PACKAGING_LOCATION'] || '~> 0.99')
+#gem 'packaging', *location_for(ENV['PACKAGING_LOCATION'] || '~> 0.99')
17
+gem 'packaging', github: 'OpenVoxProject/packaging', branch: 'erb'
18
gem 'rake', :group => [:development, :test]
19
20
group :test do
0 commit comments