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 a8cb8fd commit 6989f8dCopy full SHA for 6989f8d
Gemfile
@@ -11,8 +11,11 @@ def location_for(place, fake_version = nil)
11
end
12
13
gem 'public_suffix', '>= 4.0.7', '< 7'
14
-# 1.0.0 is the first OpenVoxProject release
15
-gem 'packaging', '~> 1.0', github: 'OpenVoxProject/packaging'
+
+source "https://rubygems.pkg.github.com/openvoxproject" do
16
+ gem "packaging", "1.0.0"
17
+end
18
19
gem 'rake', :group => [:development, :test]
20
21
group :test do
0 commit comments