Navigation Menu

Skip to content

Commit

Permalink
Specify max version of slop for Ruby 1.9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 15, 2015
1 parent dcaa655 commit 5d7f1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion droonga-client.gemspec
Expand Up @@ -40,7 +40,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "rack"
spec.add_runtime_dependency "yajl-ruby"
spec.add_runtime_dependency "droonga-message-pack-packer"
spec.add_runtime_dependency "slop"
spec.add_runtime_dependency "slop", "<= 3.6.0"

spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"
Expand Down

0 comments on commit 5d7f1da

Please sign in to comment.