Skip to content

Commit 3a350ec

Browse files
committed
Must use netaddr in <2.0 as 2.x is totally incompatible
1 parent 83eab72 commit 3a350ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
gem 'netaddr'
1+
# as version 2.0. is A complete rewrite and totally incompatible with 1.x. My main motivation now is to reduce bug reports resulting from the poor code quality of 1.x.
2+
gem 'netaddr', '< 2.0.0

0 commit comments

Comments
 (0)