From: Kouhei S. <nu...@co...> - 2017-11-08 00:11:12
|
Kouhei Sutou 2017-11-08 09:10:37 +0900 (Wed, 08 Nov 2017) New Revision: 233bb1c151193a91eaf5905f2e202c238becce45 https://github.com/ruby-gnome2/ruby-gnome2/commit/233bb1c151193a91eaf5905f2e202c238becce45 Message: Remove Ruby 2.2.8 from dist:test target Modified files: Rakefile Modified: Rakefile (+1 -0) =================================================================== --- Rakefile 2017-11-08 09:09:59 +0900 (e503b38fd) +++ Rakefile 2017-11-08 09:10:37 +0900 (b871b9ff7) @@ -233,6 +233,7 @@ namespace :dist do end ruby_versions = ["2.1.10", "2.2.8", "2.3.5", "2.4.2"] + ruby_versions -= ["2.2.8"] # TODO: Ruby 2.2.8 is broken? namespace :test do ruby_base_url = "https://cache.ruby-lang.org/pub/ruby" ruby_versions.each do |ruby_version| |