Skip to content

Commit 71876ed

Browse files
committed
Updated dependencies + Turned hanna-nouveau gem into runtime dependency (Fix #5)
1 parent db4e7b0 commit 71876ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

krpc.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ Gem::Specification.new do |s|
2323
"--title" << "kRPC-rb API Docs" <<
2424
"--main" << "README.md"
2525

26-
s.required_ruby_version = '>= 2.1.0'
26+
s.required_ruby_version = ">= 2.1.0"
2727

2828
s.add_runtime_dependency "google-protobuf", "~> 3.0.0.alpha.5"
2929
s.add_runtime_dependency "colorize", "~> 0.7"
3030
s.add_runtime_dependency "nokogiri", "~> 1.6"
31-
s.add_development_dependency 'bundler', '~> 1.7', '>= 1.7.0'
31+
s.add_runtime_dependency "hanna-nouveau", "~> 0.4"
32+
s.add_development_dependency "bundler", "~> 1.11"
3233
s.add_development_dependency "pry", "~> 0.10"
33-
s.add_development_dependency "rspec", "~> 3.0"
34-
s.add_development_dependency "hanna-nouveau", "~> 0.4"
34+
s.add_development_dependency "rspec", "~> 3.4"
3535
end

0 commit comments

Comments
 (0)