Skip to content

Commit

Permalink
Updates net_addr dependency to stay at ~> 1.5.1
Browse files Browse the repository at this point in the history
That gem recently went to 2.0, breaking compatability (in CIDR).
This should help new installations. Work is planned to update
the code to use NetAddr 2.0.x
  • Loading branch information
afair committed Jan 25, 2018
1 parent 19bbc36 commit 600382e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion email_address.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "codeclimate-test-reporter"

spec.add_dependency "simpleidn"
spec.add_dependency "netaddr"
spec.add_dependency "netaddr", "~> 1.5.1"
end
2 changes: 1 addition & 1 deletion lib/email_address/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module EmailAddress
VERSION = "0.1.7"
VERSION = "0.1.8"
end

0 comments on commit 600382e

Please sign in to comment.