Skip to content

Commit 714f249

Browse files
rwaffenbastelfreak
authored andcommitted
fix: move packaging gem definitions to their own group for better organization
1 parent 54e60ad commit 714f249

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Gemfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ def location_for(place, fake_version = nil)
1111
end
1212

1313
gem 'public_suffix', '>= 4.0.7', '< 7'
14-
# 1.0.0 is the first OpenVoxProject release
15-
gem 'packaging', '~> 1.0', github: 'OpenVoxProject/packaging'
1614
gem 'rake', :group => [:development, :test]
1715

1816
group :test do
@@ -29,6 +27,12 @@ group :test do
2927
gem 'docker-api', '>=1.31.0', '< 3'
3028
end
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+
3236
group :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

0 commit comments

Comments
 (0)