Navigation Menu

Skip to content

Commit

Permalink
Use slop 3.6.0 because slop 4.0.0 drops Ruby 1.9.3 support
Browse files Browse the repository at this point in the history
We'll drop Ruby 1.9.3 support after we drop Debian GNU/Linux wheezy
support and Ubuntu trusty (14.04 LTS). They ship Ruby 1.9.3.

Note that Ruby 1.9.3 support by Ruby developers will be finished at
2015-02.
  • Loading branch information
kou committed Jan 5, 2015
1 parent 6c23420 commit 0e359c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion droonga-engine.gemspec
Expand Up @@ -46,7 +46,7 @@ Gem::Specification.new do |gem|
gem.add_dependency "json"
gem.add_dependency "rroonga", ">= 4.0.4"
gem.add_dependency "sigdump"
gem.add_dependency "slop"
gem.add_dependency "slop", "~3.6.0"
gem.add_dependency "sys-proctable"
gem.add_development_dependency "kramdown"
gem.add_development_dependency "bundler"
Expand Down

0 comments on commit 0e359c0

Please sign in to comment.