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 a660c43 commit 7e050d1Copy full SHA for 7e050d1
Gemfile
@@ -12,7 +12,7 @@ end
12
13
gem 'public_suffix', '>= 4.0.7', '< 7'
14
# 1.0.0 is the first OpenVoxProject release
15
-gem 'packaging', git: 'https://github.com/OpenVoxProject/packaging.git', tag: '1.0.0'
+gem 'packaging', '~> 1.0', github: 'OpenVoxProject/packaging'
16
gem 'rake', :group => [:development, :test]
17
18
group :test do
0 commit comments