File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ def location_for(place, fake_version = nil)
1111end
1212
1313gem 'public_suffix' , '>= 4.0.7' , '< 7'
14- # 1.0.0 is the first OpenVoxProject release
15- gem 'packaging' , '~> 1.0' , github : 'OpenVoxProject/packaging'
1614gem 'rake' , :group => [ :development , :test ]
1715
1816group :test do
@@ -29,6 +27,12 @@ group :test do
2927 gem 'docker-api' , '>=1.31.0' , '< 3'
3028end
3129
30+ # cut from ezbake
31+ group :packaging do
32+ gem 'packaging' , '~> 1.0' , github : 'OpenVoxProject/packaging'
33+ gem 'fpm' , '~> 1.16'
34+ end
35+
3236group :release , optional : true do
3337 # usually we pin to ~> 2.1, but some of the EoL beaker 6 dependencies require ancient faraday versions
3438 # it's all a huge pain and the beaker setup needs to be reworked
You can’t perform that action at this time.
0 commit comments