[Groonga-commit] droonga/droonga-engine at 0e359c0 [master] Use slop 3.6.0 because slop 4.0.0 drops Ruby 1.9.3 support

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jan 5 13:15:51 JST 2015


Kouhei Sutou	2015-01-05 13:15:51 +0900 (Mon, 05 Jan 2015)

  New Revision: 0e359c08dd3490078e8e619346f97de4c05f2a96
  https://github.com/droonga/droonga-engine/commit/0e359c08dd3490078e8e619346f97de4c05f2a96

  Message:
    Use slop 3.6.0 because slop 4.0.0 drops Ruby 1.9.3 support
    
    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.

  Modified files:
    droonga-engine.gemspec

  Modified: droonga-engine.gemspec (+1 -1)
===================================================================
--- droonga-engine.gemspec    2015-01-05 13:10:34 +0900 (e9c1928)
+++ droonga-engine.gemspec    2015-01-05 13:15:51 +0900 (a16a1fa)
@@ -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"
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index