Skip to content

Commit 7e050d1

Browse files
committed
revert: back to original gem installation
1 parent a660c43 commit 7e050d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ end
1212

1313
gem 'public_suffix', '>= 4.0.7', '< 7'
1414
# 1.0.0 is the first OpenVoxProject release
15-
gem 'packaging', git: 'https://github.com/OpenVoxProject/packaging.git', tag: '1.0.0'
15+
gem 'packaging', '~> 1.0', github: 'OpenVoxProject/packaging'
1616
gem 'rake', :group => [:development, :test]
1717

1818
group :test do

0 commit comments

Comments
 (0)