[Groonga-commit] ranguba/rroonga at 4409b3a [master] windows: add support for Ruby 2.6

Back to archive index
Kouhei Sutou null+****@clear*****
Fri May 10 16:14:22 JST 2019


Kouhei Sutou	2019-05-10 16:14:22 +0900 (Fri, 10 May 2019)

  Revision: 4409b3ada65528c6bea7ecb625599f08afff3d28
  https://github.com/ranguba/rroonga/commit/4409b3ada65528c6bea7ecb625599f08afff3d28

  Message:
    windows: add support for Ruby 2.6

  Modified files:
    Rakefile

  Modified: Rakefile (+1 -1)
===================================================================
--- Rakefile    2019-05-10 16:04:19 +0900 (ccde39d0)
+++ Rakefile    2019-05-10 16:14:22 +0900 (a53fc651)
@@ -158,7 +158,7 @@ windows_architectures = [:x86, :x64]
 
 namespace :build do
   namespace :windows do
-    ruby_versions = "2.1.6:2.2.2:2.3.0:2.4.0:2.5.0"
+    ruby_versions = "2.3.0:2.4.0:2.5.0:2.6.0"
 
     windows_architectures.each do |architecture|
       desc "Build gem for Windows #{architecture}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190510/e1407e55/attachment.html>


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