Skip to content

Commit 6989f8d

Browse files
committed
fix: use packaging gem from github registry
1 parent a8cb8fd commit 6989f8d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Gemfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ 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'
14+
15+
source "https://rubygems.pkg.github.com/openvoxproject" do
16+
gem "packaging", "1.0.0"
17+
end
18+
1619
gem 'rake', :group => [:development, :test]
1720

1821
group :test do

0 commit comments

Comments
 (0)