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.
2 parents f45630d + b63373d commit a82fd85Copy full SHA for a82fd85
Gemfile
@@ -1,4 +1,5 @@
1
source "https://rubygems.org"
2
3
-# Specify your gem's dependencies in ipaddr.gemspec
4
-gemspec
+gem "bundler"
+gem "rake"
5
+gem "test-unit"
ipaddr.gemspec
@@ -21,8 +21,4 @@ Both IPv4 and IPv6 are supported.
21
spec.require_paths = ["lib"]
22
23
spec.required_ruby_version = "~> 2.3"
24
-
25
- spec.add_development_dependency "bundler"
26
- spec.add_development_dependency "rake", "~> 10.0"
27
- spec.add_development_dependency "test-unit"
28
end
0 commit comments